body
{
    font-family: Garamond, Times New Roman,Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    line-height: 1.6em;
    margin-top: 5px;
    color: #000;
    background-image: url( '../images/bg.gif' );
    background-repeat:repeat-x;
    background-color:#E1E6E6;
}

#wrapper {
	width: 900px;	
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	display:table;
	height:auto !important;
	background-color:#7CADA9;
}

h1 {
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
    padding-top: 0px;
    font-style: italic;
}

h2 {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight:normal;
    padding-top: 10px;
}

h3
{
    color: #000;
    font-size: 1.1em;
    font-weight:bold;
    padding-top: 10px;
}

hr  {

color: #ffffff;
height: 1px;
}

.opening
{
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 10px;
    display: inline;
    font-style: italic;
}

a:link {color:#fff; text-decoration: none}
a:active {color:#fff; text-decoration: none}
a:visited {color:#fff; text-decoration: none}
a:hover {color:#fff; text-decoration: underline}

img{border:0px}

.backlink{float:right;}

#header
{
    width: 100%;
}

#mainpanel
{
    float: left;
    font-size: 0.95em;    
    padding: 15px;
}

#contenthead{


}

#content {
    background-image: url( '../images/mainbg.jpg' );
	padding-left: 15px;
	margin-right: 15px;
}

#navcontainer
{
	margin: 0px;
	padding: 0px;
}

#navcontainer ul
{
    display: block;
	margin: 0;
	padding: 0;
	float: left;
	background-image:url('../images/barbg.gif');
	width:100%;
}

#navcontainer li
{
    display: block;
    float: left;
    width: auto;
    background-image:url('../images/barbg.gif');
}

#navcontainer a {
	color: #fff;
	font-size: 1.0em;
	display: block;
	text-decoration: none;
	padding: 0px 43px;
}

#navcontainer a:hover, #navcontainer a:active {
	color: #000;	
}

#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: #fff;
	font-size: 0.7em;
	background-image:url('../images/bottom.jpg');
    background-repeat: no-repeat;
	padding-bottom:5px;
}

#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: #fff;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
}

.messageProblem
{
    border-color: red;
    border-style: solid;
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
}