.page_title {
	text-align: center;
	font-size: 26px;
	font-weight: bolder;
	padding-top: 7px;
	padding-bottom: 9px;
	color: #0d2474;
	font-variant: normal;
	border-bottom: dashed #f2f5ff 4px;
	background: #e8ecf8;
}

.heading {
	font-weight: bolder;
	color: #4e5194;
	font-size: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.subheading {
	font-size: 14px;
	font-weight: bolder;
	color: #4e5194;
}

.reg_text {
	font-size: 12px;
}

.reg_image {
	border: 4px solid #3a3a3a;
}

.image_comment {
	font-size: 12px;
	font-style: italic;
}

body {
	background : #242d41;
	font-family:'Lucida Grande';
}

/*<group=Nav>*/

.nav_table {
	
}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
}

#nav-menu li a:hover
{
float: left;
	background: #e8ecf8;
}

#nav-menu li a
{
background: #fff bottom left repeat-x;
height: 1.4em;
line-height: 1.4em;
float: left;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
	width: 6em;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
	width: 30em;
}
	
/*</group>*/

.main_table {
	background: #f2f5ff;
	border-left: 4px solid #dddddd;
	border-bottom: 4px solid #e1e1e1;
	font-size: 12px;
}

.content_row {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}

a {
	color: #000080;
	background: transparent;
}

a:hover {
	color: #ffffff;
	background: #004080;
	text-decoration: none;
}