body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	color:#666666;
	margin:0px;
}

#wrapper {
	width: 989px;	
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	display:table;
	height:auto !important;
}

h1 {
    color: #f85d01;
    font-size: 1.6em;
    font-weight:normal;
}

h2 {
    color: #f85d01;
    font-size: 1em;
    font-weight:bold;
}

h3 {
    color: #f85d01;
    font-size: 1.3em;
    font-weight:bold;
    padding-top: 10px;
}

a:link {color:#f85d01; text-decoration: none}
a:active {color:#f85d01; text-decoration: none}
a:visited {color:#f85d01; text-decoration: none}
a:hover {color:#000000; text-decoration: underline}

img{border:0px}

#header
{
    width: 100%;
}

#mainpanel {
    float:left;
    margin-bottom:15px;
}

#content {
	width:780px;
	float:left;
	margin-left:15px;	
	margin-top:15px;
}

#navcontainer
{
	margin: 0px;
	padding: 0px;
}

#navcontainer ul
{
    display: block;
	margin: 0;
	padding: 0;
	float: left;
	background-color:#000;
	width:100%;
	border-bottom: 1px solid #8d9da4;
}

#navcontainer li
{
    display: block;
    float: left;
    width: auto;
}

#navcontainer a {
	color: #fff;
	font-size: 1.1em;
	display: block;
	text-decoration: none;
	padding: 3px 17px;
}

#navcontainer a:hover, #navcontainer a:active {
	color: #f69771;	
}

#navcontainer a.active:link, #navcontainer a.active:visited {
    position: relative;
	z-index: 102;
	font-weight: bold;
}




#leftmenu{
    float:left;
    width:194px;
    margin-top:10px;
    background-image:url('../images/leftnav_bg.jpg');
    height:598px;
    color:#fff;
}

#leftmenu a:link{
    color:#fff;
    text-decoration:none;
}

#leftmenu a:visited{
    color:#fff;
    text-decoration:none;
}

#leftmenuTop{
    background-image:url('../images/lefttopmenu.jpg');
    background-repeat:no-repeat;
    height:49px;
}

#leftmenu ul
{
    list-style-type: none;
    padding:0px;
    margin:0px;
    padding-left:10px;
    padding-top:10px;
    margin-bottom:10px;
}

#leftmenuFocusedHelpTop{
    background-image:url('../images/leftnav_focusedhelp.jpg');
    background-repeat:no-repeat;
    height:45px;
    background-color:#f45e00;
}

#leftmenuFocusedHelpTop ul{
   padding-top:45px;
}


#footer {
	background-color:#000;
	height: 21px;
	width:100%;
	text-align:center;
	color: #f69771;
	font-size: 0.8em;
	margin-top:15px;
}

#footer a
{
    color: #b6b8e1;
}

#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;
}