﻿#fullpage{
	 width: 995px; margin:0px auto 0px auto;
}


.bordure{
					border-left:1px #660000 solid;
					padding-left:4px;
				}
				
#topBanner {
	background-repeat: no-repeat;
	background-image: url('../img/banner.jpg'); 
	width : 995px;
	height: 130px;
	margin: 0 auto;
}

/**************** MENU TOP *******************/
#divNav1 {
    float: right;
	margin: 0px;
	padding: 0;
	left:380px;
    top:15px;
	height:83px;
	width: 800px;
	height:15px;
	width: 600px;
}

.links_nav1 {
	color: #ffffff;
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	background-color:#578bba;
	text-decoration: none;	
}


/**************** MENU BOTTOM *******************/
#divNav2 {
	margin: 0;
	border: 0px;
	padding: 0px;
    position: relative;
	cursor: hand;
	text-align: left;
	color: #004990;
}


.link_box2 A:link,.link_box2 a:visited,.link_box2 a:active {
    float: left;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
	background-color: #f7f7eb;
	border-right: 1px solid #c8c8be;
	color: #004990;
	font-size: 9pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.link_box2 A:hover {
    float: left;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
	background-color: #e5e5da;
	border-right: 1px solid #c8c8be;
	color: #ff9933;
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-repeat: repeat;
	background-image: url('../div2nav_background.gif');
}
/**************** MAKING ROOM *******************/
#spacer1 {
	margin: 0;
	border: 0px;
	padding: 0px;
    position: relative;
	height:83px;
	width: 995px;
}

#spacer2 {
    float: left;
	margin: 0;
	border: 0px;
	padding: 0px;
    position: relative;
	height:40px;
	width: 160px;
}


	.docBarButtonColor {
		float: left;
		border:1px solid #e3e3e1;
		background-color:#e3e3e1;
		align:left
	}
	.docBar {
		float: left;
	}
	.docBarButtonBlank {
		float: left;
		background-color: #e3e3e1
	}
	.docBarButton { 
		color:#46648A; 
		font-size: xx-small;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		cursor: hand;
	}
	a.docBarButton:link { color:#46648A }
	a.docBarButton:active { color:#46648A }
	a.docBarButton:visited { color:#46648A }
	a.docBarButton:hover { color:#ebb021; background:#e3e3e1}


