/* Link Styles */
a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #CCFFFF;
	text-decoration: none;
}

.subheader_links {
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 12px;	
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.subheader a {
    color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}

.subheader a:hover {
    color: #CCCCFF;
}

.nav_links{
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 10px;	
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0px 0px 5px;
        padding-top : 0px;
	text-align:left;
}

.nav_links ul {
        line-height: 20px;
}

.menu_links{
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 11px;	
	font-weight: bold;
	line-height: 13px;
	margin: 0px 0px 0px 5px;
        padding-top: 10px;
}


/* General body and font styles */

body{
	background-color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}
h1{
	color:#FFFFFF;
	font-family: Verdana;
    font-size: 16px;	
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0px 2px 5px;
	padding: 0px;
	text-align:left;
}
h2{
	color:#000080;
	font-family: Verdana
	font-size: 8px;	
	font-weight: bold;
	line-height: 10px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align:left;
}
h3{
	color:#000080;
	font-family: Verdana
	font-size: 14px;	
	font-weight: bold;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


/* Styles controlling header */

.header_title{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;	
	font-weight: Bold;
	line-height: 50px;
	margin: 0px 0px 0px 10px;
	background:#000000;
	background: url(images/logo.jpg) no-repeat bottom left;
    height: 100px;
}
.subheader{
	background-color: #000000;
	color:#FFFFFF;
}

.footer {
    height: 30px;
    background-color: #000000;
	color: #FFFFFF;
	padding-bottom:10px;
	font-size: 14px;
	font-weight: Bold;
}
	
/* These control the look and size of the 3 collumn layout */

.main_left{
	background-color:#000000;
	color: #FFFFFF;
	width: 10%;
}
.main_center{
	background-color:#000000;
	width: 70%;
	padding:10px;
}

.main_center a {
    color: #0000CC;
	text-decoration: none;
}

.main_center a:hover {
    color: #0000FF;
	text-decoration: none;
}

.main_right{
	background-color:#000000;
	width: 10%;
}
.main_full{
	background-color:#000000; 
}
.main_bottom_left{
	background: url(images/EEEEEE_blc.gif) no-repeat bottom left;
	width:10px;
}
.main_bottom_right{
	background: url(images/EEEEEE_brc.gif) no-repeat bottom right;
	width:10px;
}


/* Styles for the various coloured content boxes to achieve rounded corners */

.nav_box{
	background-color: #4C75D1;
	color:#FFFFFF;
}
.nav_topleft{
	background: url(images/CCCCCC_tlc.gif) no-repeat top left;
	width:10px;
}
.nav_topright{
	background: url(images/CCCCCC_trc.gif) no-repeat top right;
	width:10px;
}
.nav_bottomleft{
	background: url(images/CCCCCC_blc.gif) no-repeat bottom left;
	width:10px;
}
.nav_bottomright{
	background: url(images/CCCCCC_brc.gif) no-repeat bottom right;
	width:10px;
}
.menu_box{
	background-color:#254DA9;
	color:#FFFFFF;
	font-family: arial;
	
}

.menu_box h3 {
    color:#D6FFFF;
	font-size:16px;
	font-weight: bold;
}


.menu_topleft{
	background: url(images/CCCCCC_tlc.gif) no-repeat top left;
	width:10px;
}
.menu_topright{
	background: url(images/CCCCCC_trc.gif) no-repeat top right;
	width:10px;
}
.menu_bottomleft{
	background: url(images/CCCCCC_blc.gif) no-repeat bottom left;
	width:10px;
}
.menu_bottomright{
	background: url(images/CCCCCC_brc.gif) no-repeat bottom right;
	width:10px;
}
.content_box{
	background-color: #FFFFFF;
	color:#666666;
        padding-left: 10px;
}

.content_box .rs { 
        width: 267px;
        color: #000080; 
        float: right;
        margin: 0 3px;
        border: 1px solid #000080;
        padding: 5px;
        background: #CCDDFF;  
}
.content_box .rs2 {
        width: 220px;
        color: #000080;
        float: right;
        margin: 0 3px;
        border: 1px solid #000080;
        padding: 5px;
        background: #CCDDFF;
}

.content_box h2{
         color:#000080;
         font-size: 16px;
         font-weight: bold;
}

.content_topleft{
	background: url(images/FFFFFF_tlc.gif) no-repeat top left;
	width:10px;
}
.content_topright{
	background: url(images/FFFFFF_trc.gif) no-repeat top right;
	width:10px;
}
.content_bottomleft{
	background: url(images/FFFFFF_blc.gif) no-repeat bottom left;
	width:10px;
}
.content_bottomright{
	background: url(images/FFFFFF_brc.gif) no-repeat bottom right;
	width:10px;
}
