html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body{
	margin:23px;
	padding:0;
	/*line-height: 1.5em;*/
	background-color: #d7ebeb;
}

#td_top{
height:85px;
}
#td_title{
	height:157px;
	width:764px;
	background-image: url(../images/dots_vert1.gif);
	background-repeat: repeat-y;
	background-position: left;
	vertical-align:top;
}
#td_left{
width:140px;
vertical-align:top;
padding-top:10px;
}
#td_content{
	width:483px;
	vertical-align:top;
	background-image: url(../images/dots_vert2.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 53px;
	padding-bottom: 0px;
	padding-left: 13px;
	margin-bottom:-18px;
}
#td_content_intros{
	width:483px;
	vertical-align:top;
	background-image: url(../images/dots_vert2.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 53px;
	padding-bottom: 0px;
	padding-left: 13px;
	margin-bottom:-18px;
}
#td_right{
width:200px;
padding-left:15px;
vertical-align:top;
}

#logo{
width:129px;
margin-right:30px;
float:left;
}

/*Top Nav*/
#containertopmenu{
	height: 82px;
	/*width:570px;*/
	padding-left: 0px;
	padding-top: 3px;
	margin: 0px;
	margin-left:159px;
}
.topmenu{
	font: bold 11px Arial, Helvetica, sans-serif;
}
.topmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.topmenu ul li{
	position: relative;
	display: inline;
	float: left;
	margin-right:8px;
	width:72px;
	padding: 11px 0px;
	background-image: url(../images/dots_nav_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.topmenu ul li a{
	display: block;
	color: #23408f;
	text-decoration: none;
}
* html .topmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.topmenu ul li a:hover{
color: #40ae49;
}
#containertopmenu .active{
color: #40ae49;
}

/*Search*/
#subscribebox {
	/*display:block;*/
	float:right;
/*	padding:3px 0px 0px;*/
width: 167px;
/*	display:inline;*/
/*	height: 23px;*/
	/*margin-left:729px;*/
/*clear: both;*/
}
.subscribeinput {
	border:1px solid #40ae49;
	font-size:11px;
	color:#000000;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	width:130px;
	height:15px;
	float:left;
	margin:0px;
	margin-bottom:7px;
}
.subscribebutton {
	cursor: pointer;
	border:none;
	padding:0px 0px 0px 0px;
	height:19px;
	width:25px;
	float:right;
	margin:0px;
	background-image: url(../images/arrows_subscribe.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-color: #d7ebeb;
}
.subscribebutton:focus, .subscribebutton:hover {
	background-image: url(../images/arrows_subscribe_over.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
#subscribedots{
float:left;
}
.donate{
	display: block;
	float:left;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:5px;
}
.donate a{
	font-size: 22px;
	background: url(../images/arrows_donate.gif) no-repeat left 7px;
	text-decoration: none;
	padding-left: 35px; /*adjust bullet image padding*/
	color: #40ae49;
	text-decoration: none;
}
.donate a:hover{
background: url(../images/arrows_donate_over.gif) no-repeat left 7px;
text-decoration: none;
color: #23408f;
}

/*Left Nav*/
#navcontainer {
	margin: 0px;
	width: 140px;
	background-image: url(../images/dots_nav_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 7px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

#navcontainer li { margin: 0px; }
* html #navcontainer li{ /*IE only.*/
 margin: 0px; }

#navcontainer a{
	display: block;
	margin: 0px;
	width: 110px;
	color: #40ae49;
	text-decoration: none;
}
#navcontainer .nosub {
	padding: 10px 0px 15px;
	background-image: url(../images/dots_nav_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navcontainer .yessub {
	padding: 10px 0px 0px;
}
#navcontainer .sub {
	padding: 5px 0px 0px;
}
#navcontainer .subbottom {
	padding: 5px 0px 15px;
	background-image: url(../images/dots_nav_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom:0px;
}

#navcontainer a:hover
{
color: #23408f;
text-decoration: none;
}

#navcontainer ul ul { 
padding-top: 0px;
padding-bottom: 0px;
background-image: none;
}

#navcontainer ul ul li { 
margin: 0px;
padding:0px;
 }
* html #navcontainer ul ul li{ /*IE only.*/
 margin: 0px; }

#navcontainer ul ul a
{
	display: block;
	padding: 0px 0px 0px 12px;
	margin:0px;
	width: 140px;
	color: #40ae49;
	text-decoration: none;
	background-image: url(../images/arrows_sub.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}

#navcontainer ul ul a:hover
{
color: #23408f;
text-decoration: none;
	background-image: url(../images/arrows_sub_over.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.video{
margin-top:2px;
margin-right:10px;
margin-bottom:10px;
}
.newsthumbs{
margin-left:15px;
}

.rightlink{
	font-weight: bold;
}
.rightlink a{
	float:left;
	display: block;
	padding-left: 12px;
	font-size: 12px;
	background-image: url(../images/arrows_sub.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-decoration: none;
	color: #40ae49;
	text-decoration: none;
}
.rightlink a:hover{
	background-image: url(../images/arrows_sub_over.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-decoration: none;
	color: #23408f;
}

#supportbox{
float:left;
width:160px;
margin-right:68px;
margin-bottom:30px;
}