@charset "UTF-8";
body {
	
	font-size: 12px;
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #666666;
}
H1
{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
H2
{
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
H3
{
	font-size: 13px;
	font-weight: bold;
	color: #3399FF;
}
H4
{
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}


.oneColFixCtr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	height: 766px;
	
}

	

.oneColFixCtr #logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 940px;
	height: 60px;
	z-index: 1;
}
.oneColFixCtr #nav {
	position: absolute;
	font-size: 13px;
	left: 12px;
	top: 73px;
	width: 900px;
	height: 15px;
	z-index: 2;
}

.oneColFixCtr #nav a:link 
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #nav a:visited
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #nav a:hover
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}

.oneColFixCtr #sidenav {
	position: absolute;
	font-size: 13px;
	left: 12px;
	top: 100px;
	width: 140px;
	height: 621px;
	z-index: 3;
	border-right: 1px #cccccc solid;
	padding: 20px;
}

.oneColFixCtr #sidenav a:link 
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #sidenav a:visited
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #sidenav a:hover
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}	

.oneColFixCtr #rule {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 940px;
	height: 800px;
	border: 1px #cccccc solid;
	z-index: 0;
}
.oneColFixCtr #innerbox {
	position: absolute;
	left: 10px;
	top: 100px;
	width: 920px;
	height: 660px;
	border: 1px #cccccc solid;
	z-index: 0;
}

.oneColFixCtr #box1 {
	position: absolute;
	left: 225px;
	top:140px;
	height: 350px;
	width: 620px;
	padding:0px;
	z-index: 7;
	text-align: left;		
}




.oneColFixCtr #footer {
	font-size: 11px;
	position: absolute;
	left: 11px;
	top: 770px;
	width: 920px;
	height: 60px;
	z-index: 8;
	}

.oneColFixCtr #footer a:link 
{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #footer a:visited
{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #footer a:hover
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}
