/******************************************************************************/
/* www.metalkid.info CSS Layout - Feel free to use this for your own purposes */
/******************************************************************************/

body {
	margin:  0;
	padding:  0;
	background-color: #444444;
	font-family: Georgia,Microsoft Sans Serif,Lucida Sans Unicode;
	font-size: 10pt;
	color: #FFFFFF;
}

/*****************************/
/* Start of Link definitions */
/*****************************/
a {
	border: 0;
	color: Yellow;
	font-weight: bold;
 
}

a:visited {
	border: 0;
	color: Yellow;
	font-weight: bold;
	
}

a:hover {
	border: 0;
	color: #D2DB0B;
	font-weight: bold;
}
/***************************/
/* End of Link definitions */
/***************************/

/***********************************/
/* Start of Main <div> definitions */
/***********************************/
.bodywrapper {
	background-color: #444444;
	margin-top:  145px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
	position:  relative;
	top:  0;
	left:  0;
	width:  100%;
	/*	background:  url(../LayoutImages/body_bg.gif) top left repeat-y #F9F9F9; */
}

.contentarea {
 	margin-left:  220px;
	margin-right:  0px;
	margin-bottom:  0;
	margin-top:  0;
	padding:  0;
	z-index: 1;
	height: 100%;
}

.leftcolumn {
	background-color: #222222;
	position:  absolute;
	top:  0;
	left:  0;
	margin:  0;
	padding: 0;
	width:  210px;
	height: 100%;
}

.topBanner {
    width: 100%;
    position: absolute;
    text-align: center;
	top:  0;
	left:  0;
	overflow:  hidden;
	z-index: 1;
}
/*********************************/
/* End of Main <div> definitions */
/*********************************/

/******************************/
/* Start of class definitions */
/******************************/
.header {
	text-align: center;
	font-weight: bold;
	font-size: 24pt;
}

.smallHeader {
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
}

.siteMap{
     margin-left: -10px; 
     background-color: #222222; 
     height: 20px;
}

.mnuBorder {
    background-color: #222222;
	width: 200px;
	z-index: 1;
    vertical-align: bottom;
}

.mnuNormal {
    background-color: #000000;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
	width: 200px;
}

.mnuHover {
    background-color: #000000;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
	width: 200px;
}

.blank {
	height: 5px;
}

.center {
	text-align: center;
}

.centerBold {
	text-align: center;
	font-weight: bold;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.error {
	font-weight: bold;
	color: Red;
	background-color: Black;
}
/****************************/
/* End of class definitions */
/****************************/