@charset "UTF-8";
body {
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
div, p, ul, li {padding:0;margin:0;}

.oneColFixCtrHdr #header {
	height: 100px;
}
.oneColFixCtrHdr #container {
	width: 955px; /* this overrides the text-align: center on the body element. */
	height: 600px;
	text-align: left;
}
.oneColFixCtrHdr #mainContent {
	height: 480px;
}
.oneColFixCtrHdr #footer {
	height: 20px;
}
.oneColFixCtrHdr #footer p {
}

#mainbox {
	float: left;
	height: 480px;
	width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	padding-left: 50px;
}
#mainright {
	float: right;
	height: 480px;
	width: 204px;
	padding-left:49px;
}
#mainright ul {
	width:204px;
	margin-bottom:27px;
}

#mainright ul li {
	list-style:none;
	height:14px;
	line-height:14px;
	font-size:11px;
	color:#00CCFF;
}

#mainright ul li a {
	font-size:11px;
	color:#666;
	text-decoration:none;
}

#mainright ul li a:hover {
	color:#00CCFF;
}
.footer1 {
	font-size: 10px;
	padding-left: 50px;
	padding-top: 5px;
}
