body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	margin-top: 0px;
	color:#484848;
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
}

#wrapper {
	width: 907px;	
	background-color:#FFFFFF;

	display:table;
	height:auto !important;


margin-right: auto;
margin-left: 65px;


}

h1 {
    color: #5C72B5;
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight:normal;

}

h2 {
    color: #737373;
    font-size: 1.1em;
    font-weight:bold;
    padding-top: 10px;
}

h3 {
    color: #990000;
    font-size: 1.4em;
    font-weight:bold;
    padding-top: 10px;
}

hr{
  height:1px;
color: #c1c1c1;
border: none;

}


a:link {color:#189ace; text-decoration: none}
a:active {color:#189ace; text-decoration: none}
a:visited {color:#189ace; text-decoration: none}
a:hover {color:#d16a9f; text-decoration: underline}

img{border:0px}

.backlink{float:left;}

#header
{
    width: 100%;
    height:110px;
}

#topminimenu{
    padding-top:00px;
    padding-left:550px;
	clear:both;
}

#mainpanel {
    float:left;
    width:907px;
    margin-top:15px;
}

#bodycontent {
	margin-left: 15px;
	margin-right:15px;
}

#bodycontentlower {
	margin-left: 25px;
	margin-right:15px;
	margin-top:10px;
}

#navcontainer
{
	margin: 0px;
	padding: 0px;
}

#navcontainer ul
{
    display: block;
	margin: 0;
	padding: 0;
	float: left;
	width:100%;
}

#navcontainer li
{
    display: block;
    float: left;
    width: auto;
}

#navcontainer a {
	color: #fff;
	font-size: 1.0em;
	display: block;
	text-decoration: none;
	padding: 3px 26px;
}

#navcontainer a:hover, #navcontainer a:active {
	color: #000;	
}

#navcontainer a.active:link, #navcontainer a.active:visited {
    position: relative;
	z-index: 102;
	font-weight: bold;
}



#homenewsboxcontainer{
    width:286px;
	background-color:#D8D8D8;
	margin-bottom:30px;
}

#homenewsboxTop{
    background-image:url('../images/latestnewstop.gif');
    background-repeat:no-repeat;
    height:37px;
}

#homenewsboxMid{
    margin-top:-12px;    
    padding-left:33px;
	margin-right:25px;
}

#homenewsboxBot{
    background-image:url('../images/newsbottom.jpg');
    background-repeat:no-repeat;
    height:8px;
}


#lowerpageleft{
    width:620px;
    float:right;
}

#lowerpageright{
    width:230px;
    float:left;
    margin-top:15px;
	margin-right:8px;
}

#submenucontainer{
    width:226px;
}

#submenuTop{
    background-repeat:no-repeat;
    height:50px;
}

#submenuMid{
    padding:10px;
}

#submenuBot{
    background-repeat:no-repeat;
    height:9px;
}



















#footer {
	background-color:#333333;
	height: 21px;
	width:100%;
	text-align:center;
	color: #d7d7d7;
	font-size: 0.8em;
	margin-top:35px;
}

#footer a
{
    color: #d7d7d7;
}

#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;
}