body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	margin: 0px;
    padding: 0px;
	color:#000;
	background-color: #cfcfd2;
}

#wrapper {
	width: 739px;	
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	display:table;
	background-image:url('../images/background.jpg');
}

h1 {
    color: #000;
    font-size: 1.1em;
    font-weight:bold;
}

h2 {
    color: #000;
    font-size: 1em;
    font-weight:bold;
    padding-top: 10px;
}

h3 {
    color: #000;
    font-size: 1.4em;
    font-weight:bold;
    padding-top: 10px;
}

a:link {color:#000; text-decoration: underline}
a:active {color:#000; text-decoration: underline}
a:visited {color:#000; text-decoration: underline}
a:hover {color:#000; text-decoration: underline}

img{border:0px}

#header
{
    width: 100%;
    margin-left:1px;
}

#mainpanel {
    float:left;
    width:545px;
    margin-left:10px;
    padding:10px
}

#content {
	padding-left: 0px;
}

#navcontainer
{
	margin: 0px;
	padding: 0px;
	float:left;
	width:140px;
	border:solid 1px #fff;
	margin-left:10px;
}

#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	float: left;
	background-color:#650065;
	width:auto;
	border-top:solid 1px #fff;
}

#navcontainer li
{
    display: block;
    float: left;
    width: 140px;
    background-color:#650065;
    border-bottom: 1px solid #fff;
}

#navcontainer a {
	color: #fff;
	font-size: 1.0em;
	display: block;
	text-decoration: none;
	padding: 1px 8px;
}

#navcontainer a:hover, #navcontainer a:active {
	color: #fff;	
	background-color:#000;
}

#navcontainer a.active:link, #navcontainer a.active:visited {
    position: relative;
	z-index: 102;
	font-weight: bold;
}


#footer {
	background-color:#808284;
	height: 80px;
	width:729px;
	text-align:center;
	color: #fff;
	font-size: 0.9em;
	margin-left:5px;
	margin-top:30px;
}

#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: #6b207d;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
}

.messageProblem
{
    border-color: red;
    border-style: solid;
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #6b207d;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
}

.backlink{float:right;}
