*{
	margin: 0px auto;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body a:hover{
	text-decoration: none;
}
#maincontainer {
	background-color: #000000;
	background-image: url(../images/headerstripe.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	width: 100%;
}
#maincontainer #header, #navcontent, #bodycontent, #footercontent {
	width: 950px;
}
#navcontent a{
	text-align: right;
	letter-spacing: -1px;
	font-size: 12px;
	color: #333333;
	padding-left: 15px;
}
#footercontent a{
	text-align: right;
	letter-spacing: -1px;
	font-size: 12px;
	color: #336699;
	padding-left: 3px;
	padding-right: 3px;
}
#bodycontent #leftcontent {
	margin-top: 10px;
	height: 267px;
	background-image: url(../images/textplantbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #333333;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#bodycontent #centercontent {
	font-size: 12px;
	color: #333333;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#bodycontent #rightcontent {
	float: right;
	width: 333px;
	height: 304px;
	margin-right: 10px;
	margin-top: 10px;

}

.bigtext, .bigtext a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336699;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
}
.medtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336699;
	font-size: 16px;
	font-weight: normal;
}

#copyright, #copyright a{
	text-align: center;
	color: #999999;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 7px;
}
#navcontent a:hover{
	color: #8CC540;
}

#nav {
	background-image: url(../images/navexp.jpg);
	background-repeat: repeat-x;
	background-color: #F0F4F7;
	height: 28px;
	padding-top: 12px;
	text-align: center;
}
#footercontainer {
	background-image: url(../images/footerexp.jpg);
	background-repeat: repeat-x;
	height: 51px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	background-color: #2F2F2F;
}

#bodycontainer {
	text-align: center;
	background-color: #EDF1F4;
}


.clear{
	clear: both;
}
hr{
	border-top: 1px dashed #99CCCC;
	border-bottom: none;
	height: 1px;
}
li{
	list-style-type: circle;
	color: #336699;
	margin: 0px;
	padding: 0px;
	display: block;
}
ul{
	margin: 0px;
	padding: 0px;
}
