body {
	margin:0 0 0 30px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #ffffff;
}

h1 {
	color:#111;
	font-size:20px;
	font-family:helvetica, arial, verdana;
	font-weight:bold;
}
h2 {
	padding:0px;
	margin:0px 0px 10px 0px;
	color:#f60;
	text-transform:uppercase;
	font-size:14px;
	font-family:helvetica, arial, verdana;
	font-weight:bold;
	line-height:20px;
}
a {
	color:#2481C0;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2481C0;
	font-weight:bold;
	text-decoration:underline;
}
p {
	margin-top:0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
}

td,tr {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
}

#masthead {

}
#nav {
width:750px;
text-align:right;
}

#container {
	margin-top:15px;
}
.footer {
	font-size:12px;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
}
.footer_txt2 {
	font-size:12px;
	font-weight:bold;
	color:#333;
}
.box {
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:8px;
	margin:0 5px 5px 0;
}
.feat_box {
	margin-bottom:20px;
}
.box_hidden {
	padding:8px;
	margin:0 5px 5px 0;
}
.bigtext {
	font-size:14px;
	line-height:16px;
}
.mediumtext {
	font-size:12px;
	line-height:16px;
}
.mediumtextpadded {
	font-size:12px;
	line-height:16px;
	padding:3px;
}

.smalltext {
	font-size:11px;
	line-height:14px;
}


.introtext {
	font-size:13px;
	line-height:16px;
	margin-bottom:10px;
	margin-right:20px;
}
.divider {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
}
.orange {
	color:#f60;
}

.green {
	color:#33CC00;
}

.column {
	width:140px;
}
.subnav {
	color:#33CC00;
	text-align:right;
	font-family:  Helvetica, Arial, sans-serif;
	margin: 5px 5px 5px 5px;
	font-weight:bold;
	font-size:12px;
	
}
.subnav a{
	color:#333;
	font-family:  Helvetica, Arial, sans-serif;
	margin: 5px 5px 5px 5px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

.subnav a:hover{
	color:#f60;
	font-family:  Helvetica, Arial, sans-serif;
	margin: 5px 5px 5px 5px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	font-size:10px;
	font-weight:bold;
}
.shade {
	background-color:#ddd;
}

.lightshade {
	background-color:#f9f9f9;
	border: 1px solid #eeeeee;
}

.whiteshade {
	background-color:#ffffff;
	border: 1px solid #eeeeee;
}


.bg-bottom-right {
	background-repeat: no-repeat;
	background-position: right bottom;
	border: thin dotted #CCCCCC;
}	

.bg-bottom-right-noborder {
	background-repeat: no-repeat;
	background-position: right bottom;
}	
	
#dhtmltooltip {
position: absolute;
width: 150px;
border: 1px dotted green;
padding: 2px;
background-color: DDF0FC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.bg-norepeat {

	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 10px;
	border: thin none;
}
.shade-blue {
	font-size:13px;
	line-height:14px;
	background-color:#EEF6FE;
}

.bottomborder-green {
	border-bottom:1px dashed #33CC00;
	padding:25px;
	text-align:left;
}

