html,body,td,tr,table {
	font-family: Verdana,sans-serif;
	font-size: 12px;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	color:white;
}

body{
	/*background: black;*/
	background-color: #006633;
}

h1,h2 {
	font-size: 170%;
	font-style: italic;
	margin-bottom: 10px;
}

h1,h4 {
	color: #00599A; /* medium blue */
}

h3 {
	color: #009900; /* bright green */
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 120%;
}

h4,h5 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 100%;
}

h5 {
	text-align: center;
}

a:link,a:visited {
	/*color: #00599A;  medium blue*/ 
	color:white;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: orange; /*bright green*/
	text-decoration: underline;
}

#acctNav {
	width: 980px;
	position: absolute;
	text-align: right;
	margin-top: 5px;
}

#acctNav a {
	padding: 0 5px;
	color: white;
}

#logo {
	width: 205px;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 97px;
	/*border-left: 4px solid #00599A;*/
	padding-left: 10px;
	padding-top: 10px;
	background-color: white;
}

#leftCol {
	width: 205px;
	top: 100px;
	position: absolute;
	height: 100%;
	background-image: url(/images/leftColBG.jpg);
	height: 1420px;
	/*margin: 0;*/
	padding: 10px 0 0 20px;
}

#leftCol ul {
	list-style-type: none;
	padding-left: 15px;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 5px;
}

#mainCol {
	width: 527px;
	margin-left: 205px;
	top: 0;
	position: absolute;
	height: 1530px;
	padding: 0 20px 0 15px;
	background: black;
	margin-right: 0;
}

#rightCol {
	width: 220px;
	position: absolute;
	background-image: url(/images/rightColBG.jpg);
	padding-left: 10px;
	padding-right: 20px;
	height: 1500px;
	padding-top: 30px;
	color: white;
	margin: 0 0 0 767px;
}

.adbox {
	border: 1px solid silver;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 10px;
	color: #00599A; /* medium blue */
	background-color: #f0f0f0;
	margin-left: 10px;
}

.adbox img {
	border-top: 6px solid #d0d0d0;
	border-left: 6px solid #c1c1c1;
	border-right: 6px solid #b6b6b6;
	border-bottom: 6px solid #a3a3a3;
	margin: 10px 0;
}

#mainCol td {
	padding: 0 10px 0 0;
}

.cellBox,
.cellBoxV,
.detailBox,
.detailBoxV {
	border: 1px solid black;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: black;
	padding: 0;
}

.detailBox {
	width: 520px;
	height: 270px;
	padding-top: 30px;
}

.detailBoxV {
	width: 520px;
	height: 360px;
	padding-top: 30px;
}

.detailBox a,
.detailBoxV a {
	color: white;
}

.detailText {
	position: relative;
	left: 20;
	top: 10;
}

.detailDesc {
	padding-left: 20px;
	padding-right: 60px;
}

.cellBox {
	padding-left: 5;
	width: 164px;
	height: 210px;	
}

.cellBoxV {
	padding-left: 25;
	width: 120px;
	height: 200px;
}

.cellBox h5,
.cellBoxV h5 {
	color: white;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-top: 3px;
	text-align: left;
}

.copyright p {
	margin-top: 50px;
	font-size: 10px;
	text-align: center;
}
