body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	margin-top: -15px;
	color:#666666;
}

#wrapper {
	width: 977px;	
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	display:table;
	height:auto !important;
}

h1 {
    color: #000;
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight:normal;
}

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:#AC0904; text-decoration: underline}
a:active {color:#AC0904; text-decoration: underline}
a:visited {color:#AC0904; text-decoration: underline}
a:hover {color:#7F0300; text-decoration: underline}

.whitelink a:link {color:#fff; text-decoration: none}
.whitelink a:active {color:#fff; text-decoration: none}
.whitelink a:visited {color:#fff; text-decoration: none}
.whitelink a:hover {color:#fff; text-decoration: underline}

img{border:0px}

.backlink{float:right;}


#contactusbox a:link {color:#fff;}
#contactusbox a:active {color:#fff;}
#contactusbox a:visited {color:#fff;}

#header
{
    width: 100%;
}

#mainpanel {
    float:left;
    width:976px;
    margin-top:10px;
}

#content {
	margin:10px;
}

#navcontainer
{
	margin: 0px;
	padding: 0px;
}

#navcontainer ul
{
    display: block;
	margin: 0;
	margin-top:1px;
	padding: 0;
	float: left;
	background-color:#000;
	width:100%;
	border-bottom: 1px solid #8d9da4;
}

#navcontainer li
{
    display: block;
    float: left;
    width: auto;
    background-color:#000;
}

#navcontainer a {
	color: #fff;
	font-size: 1.0em;
	display: block;
	text-decoration: none;
	padding: 3px 48px;
}

#navcontainer a:hover, #navcontainer a:active {
	color: #AC0904;	
}

#navcontainer a.active:link, #navcontainer a.active:visited {
    position: relative;
	z-index: 102;
	font-weight: bold;
}


#footer {
	background-color:#000;
	height: 21px;
	width:100%;
	text-align:center;
	color: #fff;
	font-size: 0.8em;
	margin-top:25px;
}

#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: #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;
}