@charset "utf-8";
/* CSS Document */
* html{
height:100%;
}
body,td,th {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	background-color: #333333;
	height: 100%;
}
a {
	color: #CCCC99;
}
a: hover {
	text-decoration: underline;
	color: #CCCC99;
}
a: active{
	color: #CCCC99;
}
a: visited{
	color: #CCCC99;
}
a img {
	border: none;
}
/* HOMEPAGE STYLES */
#container2{
	width: 955px;
	border: thin solid #666666;
	margin: 0 auto 0 auto;
	min-height: 800px;
	height: 100%;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
}
#top{
}
#lefttop2{
	float: left;
	width: 428px;
}
#rightto2p{
	float: left;
	width: 527px;
}
#left2{
	width: 558px;
	float: left;
}
#leftA{
	float: left;
	width: 168px;
}
#leftB{
	float: left;
	width: 390px;
}
#leftC{
	float: left;
	width: 558px;
}
#right2{
	float: left;
	width: 397px;
}
#nav{
}
#footer2{
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
}
#pagecontent2{
	min-height: 225px;
	height: 100%;
	padding-left: 15px;
	text-align: justify;
	width: 500px;
}

/* CONTENT PAGES */
#container{
	width: 955px;
	border: thin solid #666666;
	margin: 0 auto 10px auto;
	min-height: 600px;
	height: 100%;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
}
#top{
}
#lefttop{
	float: left;
	width: 428px;
}
#righttop{
	float: left;
	width: 527px;
}
#left{
	float: left;
	width: 269px;
}
#right{
	float: left;
	width: 686px;
}
#nav{
}
#footer{
	text-align: center;
}
#pagecontent{
	padding: 0 10px 0 0;
	font-size: 14pt;
}
#pagecontent h1{
	font-size:18pt;
}
#pagecontent p{
font-size: 14pt;
}



