body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	margin-top: 7px;
	color:#505050;
}

#wrapper {
	width: 992px;	
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	display:table;
	height:auto !important;
	border: solid 0px #e8e8e8;
}

h1 {
    color: #0c2778;
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight:normal;
    padding-top: 5px;
}

h2 {
    color: #0c2778;
    font-size: 1em;
    font-weight:bold;
    padding-top: 5px;
}

h3 {
    color: #0c2778;
    font-size: 1.4em;
    font-weight:bold;
    padding-top: 5px;
}

a:link {color:#0a1f78; text-decoration: none}
a:active {color:#0a1f78; text-decoration: none}
a:visited {color:#0a1f78; text-decoration: none}
a:hover {color:#0a1f78; text-decoration: underline}

.label{color:#06247a;font-weight:bold}
.line{background-color:#e5eff0;color:#e5eff0;height:3px;border:0px;width:100%}
.line2{background-color:#e5eff0;color:#e5eff0;height:3px;border:0px;width:88%;text-align:left;}

.minibox1{background-color:#eeedf3;padding:10px;margin-bottom:20px;}
.minibox1 p{padding:0pc;margin:0px;}
.minibox2{background-color:#c7e0f6;padding:10px;}
.minibox2 p{padding:0pc;margin:0px;}

.formbutton{vertical-align:bottom;}

img{border:0px}

#header
{
    width: 100%;
    background-image:url('../images/topbanner.jpg');
    background-repeat:no-repeat;
    height:149px;
}

#mainpanel {
    margin-left: 00px;
    float:left;
    width:985px;
    
}

#content {
	padding-left: 0px;
}

#navcontainer
{
	margin: 0px;
	padding: 0px;
}

#navcontainer ul
{
    display: block;
	margin: 0;
	padding: 0;
	float: left;
	background-color:#fff;
	width:100%;
}

#navcontainer li
{
    display: block;
    float: left;
    width: auto;
}

#navcontainer a {
	color: #03a8ea;
	font-size: 1.0em;
	display: block;
	text-decoration: none;
	padding: 3px 23px;
}

#navcontainer .selectedlink{
	background-color: #c7e0f6;
}

#navcontainer a:hover, #navcontainer a:active {
	color: #fff;	
	background-color:#c7e0f6;
}

#navcontainer a.active:link, #navcontainer a.active:visited {
    position: relative;
	z-index: 102;
	font-weight: bold;
}


#footer {
	background-color:#c7dff7;
	height: 21px;
	width:100%;
	text-align:center;
	color: #b6b8e1;
	font-size: 0.8em;
	margin-top:15px;
}

#footer a,p
{
    color: #9c938c;
}

#messageBox
{
    margin: 15px 0 25px 0 ;
}

.messageSuccess
{
    border-color: green;
    border-style: solid;
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #6699ff;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
}

.messageProblem
{
    border-color: red;
    border-style: solid;
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #6699ff;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
}