/* modified February 8, 2010 by Scott Marlow, MarketingByMarlow.com 206-784-5454 

COLORS

Greys: 				#999999 or rgb (153, 153, 153)
					#666666 or rgb (102, 102, 102)
					#333333 or rgb (51, 51, 51)
(borders)			#d1d1d1 or rgb (209, 209, 209)
(table backgrounds) #f1f1f1 or rgb (241, 241, 241)
(right table background) F8FCEE or rgb (248, 252, 238)
Orange: 			#F99302 rgb (249, 147, 2)
(titles) 			#FC780B or rgb (252, 120, 11)
Blue (headers): 	#39768B or rgh (57, 118, 139)
Dark Blue (links): 	#004F74 or rgb (0,79, 116)
Green (link hover): #AFC33E or rgb (175, 195, 62)
					#009900 or rgb (0, 153, 0)
Red: 				#FF0000 or rgb (255, 0, 0)

*/

body {
	font-family: Arial, Helvetica, sans-serif
}
.base {
	color: #999;
	font-size: 10px
}
.base a:link, .base a:visited, .base a:hover, .base a:active {
	color: #999;
	font-size: 10px
}
.content, h1, a:link, a:visited, a:hover, a:active, .righttablestoptitles, .red, .formbox {
	font-family: verdana, Helvetica, sans-serif
	}
.content {
	color: #333;
	font-size: 11px
}
h1 {
	color: #39768B;
	font-size: 11px;
	font-weight: bold;
	margin-top: 1.5em
}
h2 {
	color: #39768B;
	font-size: 11px;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: -10px
}
p {
	line-height: 1.5em
}
li {
	margin-bottom: 1em
}
.right {
	float: right;
	margin-left: 10px
}
a:link {
	color: #004F74;
	font-size: 11px;
	text-decoration: none
	}
a:visited {
	color: #004F74;
	text-decoration: none
}
a:hover {
	color: #AFC33E;
	text-decoration: underline;
}
a:active {
	color: #004F74;
	text-decoration: none
}
a.menu:link {
	color: #004F74;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none
}
a.menu:visited {
	color: #004F74;
	text-decoration: none
}
a.menu:hover {
	color: #FE7203;
	text-decoration: none;
}
a.menu:active {
	color: #004F74;
	text-decoration: none
}
.topmenu-reg {
	color: #666;
	font-size: 8px
}
a.topmenu:link {
	color: #666;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none
}
a.topmenu:visited {
	color: #666;
	text-decoration: none
}
a.topmenu:hover {
	color: #090;
	text-decoration: none
}
a.topmenu:active {
	color: #666;
	text-decoration: none
}
.base-reg {
	color: #090;
	font-size: 11px
}
a.basemenu:link {
	color: #090;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none
}
a.basemenu:visited {
	color: #090;
	text-decoration: none
}
a.basemenu:hover {
	color: #666;
	text-decoration: none
}
a.basemenu:active {
	color: #090;
	text-decoration: none
}

a.home:link {
	color: #333;
	font-size: 12px;
	font-weight: normal
}
a.home:visited {
	color: #333;
	text-decoration: none
}
a.home:hover {
	color: #090;
	text-decoration: none
}
a.home:active {
	color: #333;
	text-decoration: none
}
.leftmenutitles {
	color: #FC780B;
	font-size: 11px;
	font-weight: bold;
	width: 151px
}
.righttablestoptitles{
	background-color: #F8FCEE;
	border-top: 0 dotted #d1d1d1;
	border-right: 1px dotted #d1d1d1;
	border-bottom: 1px dotted #d1d1d1;
	border-left: 1px dotted #d1d1d1;
	color: #333;
	font-size: 11px;
	margin-top: 0;
	padding: 3px;
	width: 148px
}
* html div.righttablestoptitles {  /* CSS hack */
	width: 148px; 
	w\idth: 148px 
	}
.righttablestop {
	background-color: #F8FCEE;
	border: 1px dashed #d1d1d1;
	color: #333;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	padding: 3px;
	width: 192px
}
* html div.righttablestop {  /* CSS hack */
	width: 192px; 
	w\idth: 192px
}
.tablesmain {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	color: #333;
	font-size: 11px;
	float: left;
	font-weight: normal;
	height: 310px;
	margin-top: 5px;
	padding: 3px;
	margin-right: 0;

	width: 210px
}
* html div.tablesmain{  /* CSS hack */
	width: 210px; 
	w\idth: 210px
}
	
.tablesmain2 {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	color: #333;
	font-size: 11px;
	float: right;
	font-weight: normal;
	height: 310px;
	margin-top: 5px;
	margin-right: 15px;
	padding: 3px;
	width: 210px
}
* html div.tablesmain2{  /* CSS hack */
	width: 210px; 
	w\idth: 210px; }
.titles {
	color: #FC780B;
	font-size: 14px;
	font-weight: bold
}
.red {
	color: #F00;
	font-size: 11px;
	font-weight: normal
}
.formbox {
	color: #666;
	font-size: 11px;
	width: 250px
}
