/* CSS Document */

/*Main Styles*/
	
body 
{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color:#333333;
	background-image: url(images/bkgrnd4.jpg);
	background-color:#808487;
	background-repeat: repeat-x;
	background-attachment:fixed;
}
.bullets
{
	margin-left:30px;
}
div
{
	margin:0px;
	border:0px;
	padding:0px;
}
#page 
{
	margin: 0px auto;
	position: relative;
	width:800px;
}
#toplogo
{ 
	width:800px;
    height:80px;
	border:none;
	text-align:right;
	margin-bottom:0px;
	z-index:3;
}
#navigation
{
	width:800px;
	height:34px;
	border:none;
	z-index:2;
}
#subnav
{
	width:760px;
	height:auto;
	text-align:right;
	margin-right:20px;
	margin-top:10px;
	border:none;
	color:#FF9900;
	font-size:14px;
}
#maincontent
{
	width:800px;
	height:auto;
	position:relative;
	color:#333333;
	text-align: left;
	border:#666666;
	border-width:thin;
	z-index:1;
}
.pgheader {
	color: #FF9900;
	margin-left:40px;
	font-size:16px;
}
.basic {
	color:#333333;
	margin-left:40px;
	margin-right:100px;
	line-height:18px;
}
.graylink {
	color: #666666;
}
.orangelink {
	color:#FF9900;
	text-decoration:none;
}
.orangelink2 {
	color:#FF9900;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.whitelink {
	color:#FFFFFF;
	text-decoration:none;
}
#footer 
{
	margin: 0px auto;
	position: relative;
	width:780px;
	height:20px;
	color:#FFFFFF;
	font-size:9px;
	margin-top:10px;
}
