@charset "UTF-8";
/* CSS Document */

#pagecontainer {
	width: 800px;
	background-color: #666666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	width: 200px;
	background-color: #FFFFFF;
	float: left;
	text-align: left;
}

#nav a
{
	display: block;
	width: 190px;
	border-bottom: 1px solid #777777;
	border-bottom-color: #777777;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	height: 34px;
	vertical-align: middle;
	background-image: url(images/BulletInactive.png);
	background-repeat: no-repeat;
	color: #777777;
	line-height: 33px;
	background-position: left center;
}

#nav a:hover {
	background-color: #777777;
	color: #FFFFFF;
	background-image: url(images/BulletActive.png);
	background-repeat: no-repeat;
	display: block;
}

#nav a:active {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(images/BulletDown.png);
	background-repeat: no-repeat;
	display: block;
}

#nav a span {padding-left:25px;}

#maincontainer {
	width: 600px;
	float: right;
	background-color: #FFFFFF;
	font-size: 11px;
	color: 222222;
}

#leftcontainer {
	width: 450px;
	float: left;
}

#rightcontainer {
	width: 150px;
	float: right;
	height: auto;
}

#topbanner {
	background-color: #FFFFFF;
}
 
#mainbody {
	background-color: #FFFFFF;
	width: 600px;
}

#mainlefttopper {
	background-image: url(images/mainleft_top.png);
	height: 12px;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 10px;
	width: 432px;
}

#mainleftbottom {
	background-image: url(images/mainleft_bottom.png);
	background-repeat: no-repeat;
	width: 432px;
	background-color: #FFFFFF;
	margin-left: 10px;
	height: 12px;
	margin-right: 10px;
	float: left;
	margin-bottom: 100px;
}

#mainleft {
	width: 430px;
	float: left;
	background-color: #dddddd;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	border-right-color: #aaaaaa;
	border-left-color: #aaaaaa;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	height: 870px;
}

#mainleft h1 {
	font-size: 14px;
	color: #222222;
	font-weight: bold;
}

#mainleft li {
	font-size: 12px;
	color: #222222;
}

#mainleft .text.padder {
	margin-left: 12px;
	padding-right: 6px;
	margin-right: 8px;
}

#mainright {
	width: 140px;
	float: right;
	background-color: #dddddd;
	text-align: left;
	border-right-color: #aaaaaa;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #aaaaaa;
}

#mainrighttopper {
	background-image: url(images/mainright_top.png);
	height: 12px;
	background-repeat: no-repeat;
	width: 142px;
	float: right;
}

#mainrightbottom {
	background-image: url(images/mainright_bottom.png);
	background-repeat: no-repeat;
	width: 142px;
	background-color: #FFFFFF;
	height: 12px;
	margin-bottom: 100px;
	float: right;
}

#mainright h1 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
 
#mainright li {
}

#mainright li a {
	font-size: 11px;
	color: #333333;
	margin-left: 0px;
}

#mainright a {
	font-size: 11px;
	color: #1D5A9F;
	margin-left: 6px;
}

#mainright .text.padder {
	padding-left: 0px;
	margin-left: 8px;
}
