
/************ HEADER **************/
#header { 
	height: 97px;
	position: relative;
}

.logos {
	height: 71px;
	position: absolute;
	top: 25px;
}


/************ Top Links **********/

#header #top_menu_links {
	position: absolute;
	top: 3px;
	color: #344b7d;
	font-size: 10px;
	width: 960px;
	padding: 0px 5px 2px 5px;
	border-bottom: 1px solid #344b7d;
	color: black;
}
#header #top_menu_links a:link, #header #top_menu_links a:visited, #header #top_menu_links a:active {
	text-decoration: none;
	color: #344b7d;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	font-family: arial,verdana,helvetica,san-serif;
}
#header #top_menu_links a:hover {
	text-decoration: underline;
}


/************ /HEADER **************/

/************ SUBCRIBE **************/

.subscriptionfront {
	margin: 5px 0 0 -6px;
}

.subscriptionfront a {
	color: white;
}

.subscription {
	margin: 5px 0 0 -6px;
}

.subscription a {
	color: white;
}

.subscription li {
	margin: 0 0 0 15px;
}

.subscription h2{
	color:#344B7D;
	font-family:arial,verdana,helvetica,san-serif;
	font-size:2em;
	font-weight:bold;
}

.subscription h3{
	color:#344B7D;
	font-family:arial,verdana,helvetica,san-serif;
	font-size:1.5em;
	font-weight:bold;
	border-bottom: 1px solid #344b7d;
	margin-top: 15px;
}

.leftcontent {
	float: left; 
	margin-left: 10px; 
	width: 490px;
}

.leftcontent a {
	color: #344B7D;
}

.subscription table {
	float:left;
	width: 490px;
	border: 1px solid #6292C3; 
	padding:10px;
	background-color: #e9f0fb;
	margin-top:0px;
}

.subscription input {
	border: 1px solid #b5c0d4;
}

.subscription textarea {
	border: 1px solid #b5c0d4;
}

.subscription .button {
	margin-top: 10px;
	padding: 3px;
}

.subscriptionmenu {
	float:left;
	width: 200px;
	border: 1px solid #6292C3; 
	padding:10px;
	background-color: #e9f0fb;
	margin-top:0px;
}	

.subscriptionmenu ul {
	color: #344B7D;
	margin-left: 5px;
	margin-bottom: 5px;
	line-height: 12px;
}

.subscriptionmenu li {
	color: #344B7D;
	margin: 0 0 0 15px;
	padding: 0px;
}

.subscriptionmenu a {
	color: #344B7D;
	margin: 0px;
	padding: 0px;
}

.subscriptionmenu h2 {
	font-size: 12pt;
	color: #344B7D;
	margin-bottom: 4px;
} 

.templatecontent table {
	float:left;
	width: 490px;
	border: none; 
	padding:none;
	background-color: none;
	margin-top:0px;
}



