body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link { color: #0066AA; text-decoration: none} 
a:visited { color: #0066AA; text-decoration: none} 
a:active { color: #CC0066; text-decoration: underline} 
a:hover { color: #CC0066; text-decoration: underline}

b {	font-size: 110%; }


#maincontainer 
{
	width: 980px;
	margin: 0 auto;f
}

#mainmenu {
	background: #FFFFFF;
}



.header_left a {
	color: #FFF;
}


.header_right {
	float: right;
	width: 320px;
	margin: 20px 20px 0px 0px;
}


#top_section {
	background: url("he2.jpg") no-repeat;
	height: 110px;
}
#content_area {
	clear: both;
	min-height: 300px;
	background: #FFF;
}

#content_column {
	float: left;
	width: 670px;
/*	width: 500px; */
}

#right_column {
	float: right;
	width: 165px;
	line-height: 1.8em;
}
#left_column {
	float: left;
	padding-left: 10px;
	width: 300px;
}

#footer {
	clear: both;
	width: 100%;
	background: #045d99;
	color: #FFF;
	text-align: center;
	padding: 18px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a {
	color: #045d99;
}




.line {
	height: 2px;
	background: #0066AA;
}
.inner_tube {
	margin: 10px;
}
.right_box {
	margin-top: 10px;
	margin-right: 10px;
}

.templatemo_link_box {
	float: left;
	width: 150px;
	line-height: 0.5em;
	padding: 5px 0px;
}

.title {
	margin-top: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #009900;
}








.glossymenu {
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url("menub_bg.gif") repeat-x; /*tab background image path*/

	height: 46px;
	list-style: none;
}
.glossymenu li {
	float:left;
}
.glossymenu li a {
	float: left;
	display: block;
	color:#045d99;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}
.glossymenu li a b {
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}
.glossymenu li.current a, .glossymenu li a:hover {
	color: #fff;
	background: url("menub_hover_left.gif") no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li.current a b, .glossymenu li a:hover b {
	color: #fff;
	background: url("menub_hover_righ.gif") no-repeat right top; /*right tab image path*/
}

