
html, body{height:100%}

body {
 font-size: 11px;
 color: #000000;
 background-color: #BFCAA8;
 margin: 0px;
}


/* top nav area */
.maindiv {
 height: 100%;
 background-color: #FEFEED;
 width: 758px;
 border-left: 1px solid #182204;
 border-right: 1px solid #182204;
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
 }
 
.header {
 padding: 0px;
 background-color: #98AF6B;
 width: 758px;
 } 
.whitetxt {
 color: #fff;
 padding: 2px;
 text-align: right;
 text-transform: uppercase;
 font-size: 9px;
 font-weight: bold;
 font-family: verdana, arial, sans-serif;
 } 
 .whitetxt a:link {
 text-decoration: none;
 color: #fff;
 }
 .whitetxt a:visited {
 text-decoration: none;
 color: #fff;
 }
 .whitetxt a:hover {
 text-decoration: none;
 color: #ffc;
 }

.bluebar {
 padding: 0px;
 background-color: #173E6B;
 width: 758px;
 height: 6px;
 }

/* content pane */ 	
.mainleft {
 width:580px;
 padding-left: 5px;
 padding-top: 2px;
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
 line-height: 130%;
 }
.mainleft td {
 font-family: verdana,arial,sans-serif;
 font-size: 11px;
 color: #000000;
 line-height: 130%;
}
h1 {
 font-family: times new roman,serif;
 font-size: 22px;
 line-height: 110%;
 }
 
strong {
 font-weight: normal;
 font-family: charcoal, arial black, sans-serif;
 font-size: 16px;
 padding-bottom: 3px;
 line-height: 110%;
 }
 strong a:link {
 font-weight: normal;
 text-decoration: none;
 color: #2C5A90;
 }
 strong a:visited {
 font-weight: normal;
 text-decoration: none;
 color: #173E6B;
 }
 strong a:hover {
 font-weight: normal;
 text-decoration: underline;
 color: #990000;
 }

.ten {
 font-size: 10px;
 font-family: Verdana,Arial, Geneva, sans-serif;
 border-right: 1px solid #98AF6B;
 margin-right: 2px;
 margin-top: 4px;
 background-color: #F1F4DF;
 padding: 3px;
 line-height: 140%;
 }

.maintxt {
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
 line-height: 130%;
 }
.premium {
 border: thin dotted #7A8E54;
 background-color: #ffffff;
 padding: 3px; 
 font-size: 12px;
} 


.rightbox {
 font-size: 10px;
 font-weight: normal;
 text-align: left;
 font-family: Verdana,Arial, Geneva, sans-serif;
 letter-spacing: -0.02em;
 padding: 2px;
 width: 156px;
 border: 1px solid #999;
 background-color: #F3F3E6;
}
.smallcaps {
 font-size: 9px;
 font-weight: normal;
 font-family: Verdana,Arial, Geneva, sans-serif;
 text-transform: uppercase;
 letter-spacing: -0.02em;
 padding: 2px;
 width: 156px;
 border: 1px solid #999;
 background-color: #F3F3E6;
}
 .smallcaps a:link {
 font-weight: normal;
 text-decoration: none;
 }
 .smallcaps a:visited {
 font-weight: normal;
 text-decoration: none;
 }
 .smallcaps a:hover {
 font-weight: normal;
 text-decoration: underline;
 color: #990000;
 }
.photo {
 float: right;
 padding-left: 5px;
 margin-top: 0;
 text-align: center;
 }
.photol {
 float: left;
 padding-right: 5px;
 margin-top: 0;
 text-align: center;
 }

.byline {
 font-size: 9px;
 font-family: Verdana,Arial, Geneva, sans-serif;
 letter-spacing: -0.02em;
}

small {
 font-size: 9px;
 font-family: Verdana,Arial, Geneva, sans-serif;
 line-height: 150%;
 letter-spacing: -0.02em;
}

a:link {
	color: #2C5A90;
 font-weight: bold;
}

a:visited {
 color: #416A9B;
 font-weight: bold;
}

a:hover {
 color: #990000;
 font-weight: bold;
} 

#navbar a {
	margin: 0;
	padding: 0;
	font-size: .9em;
	text-decoration: none;
	display: block;
	}
#navbar, #navbar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#navbar ul a {
	display: block;
	width: 197px;
	border-top: 1px solid #CBD7B5;
	border-bottom: 1px solid #CBD7B5;
	padding-left: 2px;
}

#navbar ul a:hover {
	display: block;
	width: 197px;
	background-color: #369;
	color: #fff;
	border-top: 1px solid #173E6B;
	border-bottom: 1px solid #fff;
}

#navbar li { /* all list items */
	float: left;
	padding-right: 10px;
}

#navbar li a:hover { /* all list items */
}

#navbar li ul { /* second-level lists */
	position: absolute;
	background: #CBD7B5;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navbar li:hover ul, #navbar li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* right ad pane */ 
.mainright {
 width:160px;
 text-align: center;
 padding-top: 2px;
 margin-right: 5px;
 margin-left: 5px;
 }
.sponsor160 img {
 border: 1px solid #666;
 }
.sponsor300 img {
 border: 1px solid #666;
 }
