body {
	text-align:center;
	background-color: #F4FEFF;
	background: url(images/bg-body.jpg) repeat-y fixed center top;
}

#container {
	width:760px;
	text-align:center;
	/*background-color: #3170BF;*/
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	width:760px;
	height:auto;
	position:relative;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-top:10px
}

#graphic {
	width:auto;
	text-align:center;
	color:#00FFFF;
	/*background-color: #3170BF;*/
	background-position: center top;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	font-family: Arial, arial, sans-serif;
}


#main {
	min-height:400px;
	font:15px Arial,arial,sans-serif;
	color:#000000;
	text-align:left;
	/*background-color: #3170BF;*/
	margin-left: 220px;
}

#footer {
	clear:both;
	height:20px;
	text-align:center;
	/*background-color: #003399;*/
	display:block;
	width:100%;
	position:fixe;
	bottom:	4px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0;
	cursor: help;
}

#footer a {
	font:bold 15px Arial,arial,sans-serif;
	color:#373737;
	text-decoration:none;
	letter-spacing:1px;
}

#footer a:hover {
	color:#7eacf9
}
.bord { padding-right:10px; margin-right:10px; border-right: 1px dotted #09F }

.leftbox {
	width:186px;
	padding:0 5px;
	text-align:justify;
	color:#fff;
	background-color: #3b75c2;
	margin-top: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, arial, sans-serif;
	font-size: 13px;
	 -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 

}

.leftbox ul {
	list-style-type:circle;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.leftbox li, .leftbox a {
	font-weight:bold;
	color:#bad8ff;
	letter-spacing:1px;
	text-align:left;
	font-size: 10px;
}

.leftbox a:hover {color:#7fb5fe; text-decoration:underline}

/* "bottomRight" is the botttom right background image of the content container */
.bottomRight {
	background-image: url(images/bottomright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content {
	min-height:190px;
	text-align:justify;
	background-image: url(images/topleft.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 35px;
	margin-right: 20px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.private {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #D400FF;
	font-size: 14px;
}

h1 {  /* position absolute - relative to the header, not document */
	position:absolute;
	left:102px;
	margin:0;
	display:block;
	letter-spacing:5px;
	font-variant:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	top: 84px;
	color: #FFCC00;
}

h2 {
	color:#8fbc31;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-left: 20px;
	background-position: center;
	width: 410px;
	padding: 5px 0 14px 60px;
	border-bottom:2px dotted #87aef0;
	background:url(images/h2.png) left top no-repeat
}

h3 {
	color:#2a66af;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background:url(images/h3.png) left top no-repeat;
	padding-left:26px;
	font-style: italic;
	font-weight: bold;
	margin-left: 20px;
}

h4 {
	color:#003366;
	display:block;
	letter-spacing:1px;
	text-align:center;
	margin-bottom: 15px;
	vertical-align: middle;
	white-space: normal;
	font-family: Arial, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: auto;
}

h5 {
	color:#a0a4ab;
	display:run-in;
	text-align:center;
	vertical-align: middle;
	white-space: pre;
	font-family: Arial, arial, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	width: auto;
	cursor: crosshair;
	margin-top: -5px;
	margin-bottom: 0px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FFFF;
	letter-spacing: 3pt;
	display: block;
	position: absolute;
	top: 255px;
	left: 55px;
	font-weight: normal;
	margin: 0px;
}


.content a {
	text-decoration:none;
	color:#688cdc;
	font-weight:bold;
}

.content a:hover {color:#6f9afa; text-decoration:underline}

.content ul {list-style-type:circle}
.content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-left: 25px;
}

p {
	margin-top:10px;
	color: #373737;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#footer p , #footer p a {
	text-align:center;
	font:11px Arial,arial;
	color:#2a66af;
	vertical-align: top;
}

#skipnav {
/* hide from browsers that can style things */
	display: none;
}

#menu {
	display: block;
	width: 720px;
	height: 30px;
	/*background-image:url(images/fondmenu.jpg);
	background-repeat:repeat-x;*/
	margin: auto;
	padding: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#menu ul {
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	padding-left: 8px;
}

#menu li {
	float: left;
	position: relative;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu li span {
padding-right: 5px;
				 }

#menu li ul {/* second-level lists */
	position: absolute;
	display: block;
	font-weight: normal;
	border: 1px solid #333333;
	width: 114px;
	list-style-type: none;



	/* These are for IE */
	* top: 18px;
	background-color: #B7D2FF;
	height: auto;
}
#menu li ul li ul {/* third-level lists */
	position: absolute;
	display: block;
	top: 2px;
	left: 114px;
	font-weight: normal;
	border: 1px solid #333333;
	width: 132px;
	background-color: #84B3FF;
	height: auto;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }

#menu li:hover ul ul { display: block; }		

#menu ul ul ul{ visibility:hidden; }

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu ul a { /* first level anchors */
	text-align: center;
	display: block;
	color: #295fa7;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 3px;
	top: 4px;
	text-decoration: none;
	text-transform:uppercase;
	font-size:15px
}
#menu ul a:hover { /* first level hovers */
	color:#b3d036;
	text-decoration: underline;
}

/* Sub Menu Styles */
#menu li ul a { /* second level anchors */
	text-align: left;
	padding: 5px;
	width: 96px;
	position: relative;
	background-color: #FFFF00;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #b3d036;
	border-bottom-color: #b3d036;
	border-left-color: #FFFFFF;
	text-transform:capitalize
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { /* second level hovers */
	color: #fff;
	background-color: #b3d036;
	border-left-width: 5px;
	border-bottom-width: 3px;
	border-right-width: 6px;
} 

/* Sub - Sub Menu Styles */
#menu li ul ul a { /* third level anchors */
	text-align: left;
	border-bottom: 1px solid #444444;
	width: 118px;
	position: relative;
	background-color: #FFCC00;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
} 

/* Sub - Sub Menu Hover Styles */
#menu li ul ul a:hover { /* third level hovers */
	color: #000;
}
#left {
	width: 210px;
	height:100%;
	margin-top: 20px;
	margin-left: 12px;
	float: left;
}
