body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	margin-top: 0px;
	color:#666666;
}

#wrapper {
	width: 899px;	
	
	margin-right: auto;
	margin-left: auto;
	display:table;
	height:auto !important;
	border: solid 0px #999999;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
}

h1 {
    color: #5C72B5;
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight:normal;
    padding-top: 10px;
}

h2 {
    color: #006599;
    font-size: 1em;
    font-weight:bold;
    padding-top: 10px;
}

h3 {
    color: #990000;
    font-size: 1.4em;
    font-weight:bold;
    padding-top: 10px;
}

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}

#header
{
    width: 100%;
height: 198px;
}

#mainpanel {
    margin-left: 20px;
    float:left;
    width:860px;
    
}

#content {
	padding-left: 0px;
	
}

#navcontainer
{
	margin: 0px;
	padding: 0px;
	background-color:#77aeed;

}

#navcontainer UL
{
    display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#navcontainer LI
{
    display: block;
    float: left;
    width: auto;
    background-color:#77aeed;
}

#navcontainer A {
	color: #fff;
	font-size: 1.1em;
	display: block;
	text-decoration: none;
	padding: 3px 19px;
	border-bottom: 1px solid #8d9da4;
	
}

#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:#77aeed;
	height: 21px;
	width: 899px;
	text-align:center;
	color: #ffffff;
	font-size: 0.8em;
}

#footer a
{
    color: #ffffff
}

#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;
}
