body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	margin-top: -19px;
	color:#666666;
	background-color:#9dd361;
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
}

#wrapper {
	width: 1005px;	
	margin-right: auto;
	margin-left: auto;
	display:table;
	height:auto !important;
}

#sitediv{
    float:left;
    width:860px;
    margin-right:10px;
}

#bannerdiv{
    float:right;
    width:115px;
}

h1 {
    color: #5C72B5;
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight:normal;
}

h2 {
    color: #006599;
    font-size: 1em;
    font-weight:bold;
    padding-top: 5px;
}

h3 {
    color: #990000;
    font-size: 1.4em;
    font-weight:bold;
    padding-top: 5px;
}

hr  {
height: 0px;
margin: 22px 12px 22px 0px;
border: 1px solid #e0e0e0;

}

a:link {color:#e006a3; text-decoration: none}
a:active {color:#e006a3; text-decoration: none}
a:visited {color:#e006a3; text-decoration: none}
a:hover {color:#594DAE; text-decoration: underline}

img{border:0px}

.backlink{float:right;}

#header
{
    width: 100%;
}

#mainpanel {
    float:left;
    width:860px;
}

#content {
	padding-left: 0px;
}

#contentTop {
	background-image:url('../images/lower-backtop.png');
	background-repeat:no-repeat;
	height:18px;
}

#contentMid {
	background-image:url('../images/lower-backmid.jpg');
	background-repeat:repeat-y;
	margin-top:-20px;
}

#contentMid h1 {
    margin-bottom:30px;
}

#contentMidCopy {
    padding:15px;
    padding-top:0px;
}

#contentBot {
	background-image:url('../images/lower-backbot.png');
	background-repeat:no-repeat;
	height:18px;
}


#navcontainer
{
	margin: 0px;
	padding: 0px;
	margin-left:3px;
}

#navcontainer ul
{
    display: block;
	margin: 0;
	padding: 0;
	float: left;
	width:100%;
}

#navcontainer li
{
    display: block;
    float: left;
    width: auto;
}

#navcontainer a {
	color: #352a79;
	font-size: 1.2em;
	font-weight:bold;
	display: block;
	text-decoration: none;
	padding: 3px 15px;
	padding-left:0;
}

#navcontainer a:hover, #navcontainer a:active {
	text-decoration: underline;
}

#navcontainer a.active:link, #navcontainer a.active:visited {
    position: relative;
	z-index: 102;
	font-weight: bold;
}


#footer {
	height: 21px;
	width:100%;
	text-align:center;
	color: #000;
	font-size: 0.8em;
	margin-top:25px;
}

#footer a
{
    color: #000;
}

#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;
}