html,body{margin:0;padding:0; background-color:  #DCD6C2; }
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 10px 10px}
div#container{text-align:left}
div#content p{line-height:1.4}
div#container{width:880px;margin:0 auto}
div#wrapper{
   float:left;
   width:100%;
   min-height: 600px; 
}
div#contentAreaWrapper{
   background-color: #FFFFFF;
   border-left: 5px solid #002872;
   border-right: 5px solid #002872;
   min-height:900px;            
}
div#content{
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    padding-left: 20px;
    margin-left: 10px;
    padding-right: 20px;
}
div#navigation{
    float:left;
    width:150px;
    height:auto;
    min-height:100%
    background-color: #FFFFFF;}
div#extra{
    float: right; 
    width: 180px;
    margin-right:10px;
    margin-left: 10px; 
    background-color: #FFFFFF;
}
div#header {
	min-height: 140px;
	height: 140px;
	background-color: transparent; 
        background-image: url(../images/banner.png);
	top: 1px; 
	width: 875px;
        margin-bottom: 5px;
	margin-top: 5px;
        padding: 20px;
        margin-left: -10px;
}


/* Top Navigation */
#topNav {
	background-image: url(../images/topNav.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px 9px 5px 9px;
	margin-top: 0px;
        margin-bottom: 20px;
}
#topNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#topNav ul li {
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
	}

#topNav a{
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
#topNav a:hover {
	color: #FFC41A;
}
#contentTop {
        background-image: url(../images/contentTop.gif);
        background-position: top;
        background-repeat: no-repeat;
        width: 880px;
        height: 10px;
        margin:0px;
        padding:0px;
}
#contentBottom {
        background-image: url(../images/contentBottom.gif);
        background-position: bottom;
        background-repeat: no-repeat;
        width: 880px;
        height: 10px;
        margin:0px;
        padding:0px;
}


div#leftNav {
	float: left;
	width: 150px;
	min-height: 100%;
	margin-top:  0px; 
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
}
#leftNav ul{
	padding: 0;
	margin: 0px;
	list-style-type: none;
}
#leftNav li {
	width: 140px;
	height: 20px;
	background-image: url(../images/leftNav.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 9px 0 10px 0;
}
#leftNav li#current {
	width: 140px;
	height: 20px;
	background-image: url(../images/rightNav.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 9px 0 10px 0;
}
#leftNav a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	padding: 0px 0px 0px 30px;
}
#leftNav li#current a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	padding: 0px 0px 0px 10px;
}
#leftNav a:hover {
	color: #FFC41A;
}
div#footer { 
	color: #000000;
	text-align:right;
	clear:left;
	width:100%;
        background-color: transparent;
}
