@charset "utf-8";
/* CSS Document */
html, body
{
 margin: 0;
 padding: 0;
 height: 100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-position:center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	background-color: #000000;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #container {
color: #fff;
	width: 852px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 200px;
	padding-left: 28px;
}
.menu {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	
}

.menu a:link, .menu a:hover , .menu a:visited{
	text-decoration:none;
	color:#fff;
	outline:none;
	
}

.oneColFixCtrHdr #mainContent {
	height: auto;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}
.oneColFixCtrHdr #footer {
	padding: 0 35px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
body,td,th {
	font-size: 12px;
}

input, select, textarea{
	font-family: tahoma;
}

.common_anchor a:link, .common_anchor a:visited{
	color:#5A8A9C;
	text-decoration:none;
}
.common_anchor a:hover{
	text-decoration:underline;
}



