<style type="text/css">


.main_body {
	 margin: 0 auto;
}

.right_sidebar {
	display: block;
	width: 280px;
	float: right;
	border-style: none;
	padding: 10px 10px 10px 10px;
	margin-top: 15px;
	margin-right: 20px;

}

.welcome_box {
	display: block;
	border-style: solid;
	border-color: #367288;
	border-color: #367288;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
}

.news_box {
	display: block;
	border-style: dashed;
	border-color: #367288;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;

}

.email_box {
	display: block;
	margin-top: 25px;
	margin-right: 10px;
	


}

.links_box {
	display: block;
	border-style: dotted;
	border-color: #367288;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;

}

.footer {
	margin-top: 35px;

}
    
.animatedtabs{
	float: left;
	border-bottom: 1px solid gray;
	overflow: hidden;
	width: 100%;
	font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
	float:left;
	position:relative;
	list-style:none;
	left:50%;
	margin: 0;
	padding: 0;
}

.animatedtabs li{
	float: left;
	list-style:none;
	margin: 0;
	padding: 0;
	position:relative;
	right:50%;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(images/tab-blue-right.gif) no-repeat right top;
padding: 3px 8px 3px 2px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) The second value is the tab width. */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 3px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

</style>
