body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	margin-top: 0px;
	color:#525252;
}

#wrapper {
	width: 998px;	
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	display:table;
	height:auto !important;
}

h1 {
    color: #c0004e;
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight:normal;
}

h2 {
    color: #c0004e;
    font-size: 1.2em;
    padding-top: 10px;
    font-weight:bold;
}

h3 {
    color: #000;
    font-size: 1.2em;
    padding-top: 10px;
}

a:link {color:#c0004e; text-decoration: none}
a:active {color:#c0004e; text-decoration: none}
a:visited {color:#c0004e; text-decoration: none}
a:hover {color:#c0004e; text-decoration: underline}

img{border:0px}

.backlink{float:right;}

#header
{
    width: 100%;
}

#mainpanel {    
    float:left;
}

#leftpanel {
    float:left;
    width:220px;
    margin-left:10px;
    color:#fff;
    margin-bottom:20px;
}

#content {
    margin: 20px;
	float:left;
	width:435px;
	margin-top:0;
}

#rightpanel{
    width:284px;
    float:left;
}

#navcontainer
{
	margin: 0px;
	padding: 0px;
	height:26px;	
		background-image:url('../images/nav_bg.jpg');
	background-repeat:repeat-x;
}

#footer {
	background-image:url('../images/footerbg.jpg');
	background-repeat:repeat-x;
	height: 21px;
	width:100%;
	text-align:right;
	color: #525252;
	font-size: 0.8em;
	margin-top:25px;
	padding-top:15px;
}



li {
color: #c0004e;
}

li span {
color: #000000;
}



#footer a
{
    color: #525252;
}

#messageBox
{
    margin: 15px 0 25px 0 ;
}

.messageSuccess
{
    border-color: #EFC300;
    border-style: solid;
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #C0004E;
    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;
}