body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	margin-top: 0px;
	color:#fff;
	background-color:#000000;
	background-image:url('../images/background.jpg');
	background-position:top;
	background-repeat:repeat-x;
	margin-top:10px;
}

#wrapper {
	width: 988px;	
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	display:table;
	height:auto !important;
}

h1 {
    color: #ffffff;
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight:normal;
}

h2 {
  color: #ffffff;
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight:normal;
    
}

h3 {
    color: #fff;
    font-size: 1.1em;
    font-weight:bold;
    padding-top: 10px;
}

a:link {color:#a4a3cd; text-decoration: none}
a:active {color:#a4a3cd; text-decoration: none}
a:visited {color:#a4a3cd; text-decoration: none}
a:hover {color:#a4a3cd; text-decoration: underline}

img{border:0px}

.backlink{float:left;}

.submenu {
    font-size: 1.2em;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.submenu a { color: #c4c3ed; }

hr { color: #888888 !important; }

#header
{
    width: 100%;
    background-color:#314371;
    background-image:url('../images/topbanner.jpg');
    height:115px;
}

#headnav{
    position:relative;
    left:606px;
    top:80px;
    width:330px;
     font-size: 1.2em;
}

#headnav a:link, #headnav a:visited, #headnav a:hover{
    color:#fff;
}

#clickableboxlogo{
	position:relative;
	top:0px;
	left:20px;
	width:350px;
	height:90px;
	float:left;
}



#clickableboxlogo a{
	height:100%;
	width:100%;
	display:block
}


#mainpanel {    
    background-image:url('../images/mainbackground.jpg');
    background-position:bottom;
    background-repeat:repeat-x;
    background-color:#485679;

}

#content {
    margin: 20px;
	float:left;
	width:620px;
}

#contentright{
    float:left;
    width:290px;
    margin-top:20px;
    margin-left: 10px;
}

#navcontainer
{
	margin: 0px;
	padding: 0px;
	height:38px;
    background-image:url('../images/mainnav.jpg');
	background-repeat:no-repeat;
}

#navcontainer ul
{
    display: block;
	margin: 0;
	padding: 0;
	float: right;
}

#navcontainer li
{
    display: block;
    float: left;
    width: auto;    
}

#navcontainer a {
	color: #fff;
	font-size: 1.0em;
	display: block;
	text-decoration: none;
	padding: 10px 30px;
}

#navcontainer a:hover, #navcontainer a:active {
	color:#fff;	
	text-decoration:underline;
}

#navcontainer a.active:link, #navcontainer a.active:visited {
    position: relative;
	z-index: 102;
	font-weight: bold;
}


#footer {
	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat;
	height: 60px;
	text-align:center;
	color: #fff;
	font-size: 0.8em;
	padding-top:110px;
}

#footer a
{
    color: #fff;
}

#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;
}
