/* blue */
a:link, a:visited {
	color: #7E7E7E;
}

a:hover {
	color: #001E52;
	text-decoration: none;
}

#pillmenu a:hover {
  color: #135cae;
}

#pillmenu a#active_menu-nav {
  background: url(../images/blue/mw_menu_active_bg.png) repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, .componentheading, table.moduletable th {
  color: #0C2355;
}

/*
div.module_menu {
	background: url(../images/blue/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/blue/mw_box_tl.png) 0 0 no-repeat;
} */	
	
.albumleft {
	width: 310px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 13px;
	text-align: center;
	display: block;
}

.albumleft h1
{
	line-height: 15px;
}

.albumleft img { padding: 10px; background: #040D1C; width:290px }

.albumright {
	width: 310px;
	float: right;
	padding: 5px;
	margin: 5px 0px 13px;
	text-align: center;
	display: block;
}

.albumright img { padding: 10px; background: #040D1C; width:290px }

#mainsection a
{
	color: #0C2355;
}

/* Start Footer */
.footer
{
	width: 961px;
	margin: 10px 0 0 0;
	color: #C1C1C1;
	font-size: 11px;	
}

.footer a
{
	color: #C1C1C1;
	text-decoration: none;
}

.footer a:hover
{
	color: #C1C1C1;
	text-decoration: underline;	
}

.links_left
{
	color: #C1C1C1;
	float: left;
	margin: 10px 0 0 10px;
}

.links_left a
{
	color: #C1C1C1;
}

.links_right
{
	color: #C1C1C1;
	float: right;
	margin: 10px 10px 0 0;
}

.links_right a
{
	color: #C1C1C1;

}

.address 
{
	font-size: 11px;
	margin: 50px 0 0 0;
}

.address a
{
	color: #C1C1C1;
	text-decoration: none;
}

.address a:hover
{
	text-decoration: underline;	
}

.copyright
{
	width: 961px;
	margin: 10px 0 40px 0;
	text-align: center;
	color: #595959;
	font-size: 11px;
}

.divider_line
{
	margin: 20px 0 5px 0;
	width: 961px;
	border-top: 1px solid #2F2F2F;
	height: 2px;
}
/* End Footer */

.clearall
{
	clear: both;
}