body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	margin-top: 10px;
	color:#000000;
	margin-top:0px;
}

#wrapper {
	width: 975px;	
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	display:table;
	height:auto !important;
	border: solid 0px #999999;
}

h1 {
    color: #41568a;
    font-size: 1.5em;
    line-height: 1.1em;
    font-weight:normal;
}

h2 {
    color: #41568a;
    font-size: 1.2em;
    font-weight:bold;
}

h3 {
    color: #41568a;
    font-size: 1.1em;
    font-weight:bold;
}

a:link {color:#41568a; text-decoration: none}
a:active {color:#41568a; text-decoration: none}
a:visited {color:#41568a; text-decoration: none}
a:hover {color:#1d558e; text-decoration: underline}
.backlink{float:right;clear:both;}

img{border:0px}

#header
{
    width: 100%;
}

#mainpanel {
    float:left;
    width: 975px;	
}

#content {
	padding-left: 0px;
}

.bodyleft{
    width:450px;
    float:left;
    padding-left:4px;
    background-repeat:no-repeat;
}

.bodyright{
    width:483px;
    padding-left:20px;
    float:right;
    background-repeat:no-repeat;
}

.bodymiddle{
    background-image:url('../images/navfadebar.jpg');
    height:6px;
    clear:both;
}

.bodybottom{
    clear:both;
    
}

#navcontainer
{
	margin: 0px;
	padding: 0px;
    padding-top:5px;
    margin-bottom:5px;
}

#navcontainerBar
{
    background-image:url('../images/navfadebar.jpg');
    height:6px;
    clear:both;
}

#navcontainer ul
{
    display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#navcontainer li
{
    display: block;
    float: left;
    width: auto;
    background-color:#ffffff;

}

#navcontainer a {
	color: #757575;
	font-size: 1.2em;
	display: block;
	text-decoration: none;
	padding: 2px 23px;
	border-bottom: 0px solid #8d9da4;        
    border-right: 1px solid #d3d3d3;
}

#navcontainer .selectedlink{
	background-color: #e1fac7;
}

#navcontainer a:hover, #navcontainer a:active {
	color: #000000;
	background-color:#e1fac7;
}

#navcontainer a.active:link, #navcontainer a.active:visited {
    position: relative;
	z-index: 102;
	font-weight: bold;
}

#footer {
	background-image: url(../images/bgbottom.jpg);
	height: 21px;
	width: 100%;
	text-align:center;
	color: #fff;
	font-size: 0.8em;
}

#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;
}