/* CSS Document */

*{
	margin: 0px;
}

body{
	background-color: white;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-y;
	background-position: top right;
	font-family: arial;
	font-size:12px;
	color: black;
	/*background-color: #531D03;*/
}

#main{
	width: 1000px;
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	display: block;
}

#top{
	font-weight: bold;
	color: black;
	font-size:24px;
	width:100%;
	display:block;
	float: left;
	/*background-image:url(images/topgradient.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	background-color:#0066cc;*/
}

#nav a{
	text-decoration:none;
	color: white;
}

#nav a:hover{
	text-decoration:underline;
	color: white;
}


.seltab{
	background-image:url(images/sel_bg.gif);
	background-position: top left;
	background-repeat:repeat-x;
	height: 24px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	color: white;
	text-align:center;
	font-weight:bold;
}

.unseltab{
	background-image:url(images/unsel_bg.gif);
	background-position: top left;
	background-repeat:repeat-x;
	height: 24px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: white;
	text-align:center;
	font-weight:bold;
}

#midwrap{
	background-color:#0066cc;
	width:100%;
	display: block;
	float: left;
}

#content{
	border-right: 1px solid #339999;
	background-color:white;
}

#title{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 2px solid #CC8181;
	font-variant:small-caps;
}

#feature{
	
	background-image:url(images/feature_bg.gif);
	background-repeat:repeat;
	width: 195px;
}

.featurebox{
	background-image:url(images/transparent-gray.gif);
	background-repeat:repeat;
	margin: 7px;
}

.cpbox{
	margin: 7px;
	text-align:center;
}

.cplink:link{
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.cplink:visited{
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.cplink:hover{
	text-decoration:underline;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#bottom{
	height: 22px;
	text-align:center;
	background-image:url(images/bottom-bg.gif);
	background-position: top left;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: white;
	font-size:12px;
}

