/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#6C6C00;
	/*background-image:url(../images/body_back.gif);*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#666;
	text-align:center;
	scrollbar-base-color: #FFF2C6;
	scrollbar-track-color:#FFEFB7;
}
#wrap{
	width:850px;
	height:600px;
	position:absolute;
	overflow:hidden;
	margin-left:-425px;
	left:50%;
	margin-top:-300px;
	top:50%;
	
}
#leftcol{
	width:90px;
	height:600px;
	float:left;
}
.logos{
	margin-bottom:10px;
}
#container{
	background-image:url(../images/wrap_back.gif);
	background-repeat:no-repeat;
	float:right;
	width:750px;
	position:absolute;
/*	margin-left:95px!important; margin-left:-375px;*/
	left:100px;
}
#top{
	height:120px;
	width:450px;
	text-align:left;
	float:left;
}
#top img{
	border:none;
}
#topright{
	height:120px;
	float:right;
	width:300px;
	text-align:right;
}
.picto{
	padding-top:58px;
	padding-right:80px;
}
.clear{
	clear:both;
}
#submenu{
	height:20px;
	margin-left:150px;
	margin-right:80px;
	margin-top:0px;
	text-align:right;
	font-size:70%;
	font-style:italic;
}
#submenu a{
color:#6B053C;
}
#content{
	height:310px;
	width:550px;
	margin-left:150px;
	margin-right:100px;
	overflow:auto;
	overflow-x:hidden;
	text-align:left;
}
#footer{
	margin-top:30px;
	height:150px;
	text-align:right;
}
#footer p{
	font-size:60%;
	color:#999999;
	margin-top:15px;
	margin-right: 2px;
}
#footer a{
	text-decoration:none;
	color:#999;
}
#content h1{
	font-size:110%;
	color:#F90;
	font-weight:lighter;
/*	margin-left:100px;*/
	margin-right:140px;
	letter-spacing:0.2em;
}
#content p{
	font-size:70%;
	margin-right:50px;
	margin-top:8px;
	text-align:left;
}
#content .intro{
	text-align:center;
}
#content ul{
	font-size:70%;
}
#content li{
	margin-left:0px;
}
#content .orangeTitle{
	color:#CE7B00;
	font-weight:bold;
	letter-spacing:0.1em;
	font-size:80%;
	font-style:italic;
}
#content .stylebold{
	color:#CE7B00;
	font-weight:bold;
	letter-spacing:0.1em;
	font-size:100%;
	font-style:italic;
}
.imageborder{
	border:1px solid #000000;
}
#content a{
	color:#CE7B00;
}
#content a:hover, #content a:focus{
	background-color:#CE7B00;
	color:#FFF7DD;
}
#content .normal a:hover, #content .normal a:focus{
	background-color:#FFFD77;
}
#content table{
	font-size:70%;
	width:480px;
}
/* FORMS */
fieldset{width: 400px; border:1px solid #FDEC8E}
input, textarea, menu{
	border:1px solid #000000;
	background-color:#FFF7DD;
}

label{display:block}
select {
	background-color: #FFF7DD;
	border:1px solid #000000;
/*	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
}
/*   #########  IMAGES   ########  */
.imageright{
	margin-left:10px;
	border:1ps solid #333333;
	float:right;
}