/* CSS Document */

BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-color:#F4F8FF; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 10px;  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #615E52;
	font-style: oblique;
	font-weight: bold;
}

#container {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND:#ffffff; WIDTH:750px; PADDING-TOP:0px; padding-bottom: 0px; margin-right: auto; margin-left: auto;
	line-height: 15px;
	font-weight: 200;
	font-variant: normal;
	text-transform: none;
}

#display {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: oblique;
	line-height: 19px;
	font-weight: 200;
	color: #666666;

}
#secondary {

}


#footer {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-color: #DDE8FF; WIDTH:750px; PADDING-TOP:10px; padding-bottom: 15px; margin-right: auto; margin-left: auto;
}	
#footer2 {
	PADDING-RIGHT: 25px;
}

#header2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-color: #F4F8FF; WIDTH:100%; PADDING-TOP:10px; padding-bottom: 0px; 
}
.navcontainer {
        width: 750px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-color: #DDE8FF; PADDING-TOP:10px; padding-bottom: 8px;   margin-right: auto;	margin-left: auto; 
		}

/* circle */

#navCircle {
        margin: 0;
        padding: 0 0 5px 0px;
        border-bottom: 1px solid #9FB1BC;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none; 
}

#navCircle a:link, #navCircle a:visited {
  
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 15px 0px 15px;
        text-decoration: none;
        color: #708491;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #000;
        background: url(assets/circle.gif) no-repeat bottom center;
}