body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	margin-top: 0px;
	color:#919191;
}

#wrapper {
	width: 975px;	
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	display:table;
	height:auto !important;
}

h1 {
    color: #331257;
    font-size: 1.9em;
    line-height: 1.1em;
    font-weight:normal;
    padding-top: 10px;
}

h2 {
    color: #3074be;
    font-size: 1.4em;
    font-weight:bold;
    padding-top: 10px;
}

h3 {
    color: #919191;
    font-size: 1.4em;
    font-weight:bold;
    padding-top: 10px;
}




maintitles {
	font-family: Georgia, Times New Roman, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 1.3em;
  
}




a:link {color:#41568a; text-decoration: none}
a:active {color:#41568a; text-decoration: none}
a:visited {color:#41568a; text-decoration: none}
a:hover {color:#1d558e; text-decoration: underline}

img{border:0px}

.backlink{float:right;}

#header
{
    width: 100%;
}

#mainpanel {    
    float:left;
    width:980px;
}

#content {
    margin-top:20px;
    margin-left: 10px;
 font-size: 1.2em;
line-height: 1.6em;

}

#navcontainer
{
	margin: 0px;
	padding: 0px;
}

#navcontainer ul
{
    display: block;
	margin: 0;
	padding: 0;
	float: left;
	width:100%;
	padding-bottom:20px;
}

#navcontainer li
{
    display: block;
    float: left;
    width: auto;
    border-left:1px solid #919191;
}

.firstnavli
{
    border:0px !important;
}

#navcontainer a {
	color: #919191;
	font-size: 1.1em;
	display: block;
	text-decoration: none;
	padding: 3px 10px;
}

#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 {
	background-color:#919191;
	height: 40px;
	width:100%;
	text-align:center;
	color: #fff;
	font-size: 0.8em;
	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: #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;
}
