@CHARSET "UTF-8";
html,body{
	background-color:  #dcdcdc;
	font-family: "Century Gothic", arial;
}
a:link,a:visited {
	color: #210100;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, h1, h2, h3{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
td{
	vertical-align:top;
	border: none;
}
input[type="text"], input[type="password"], textarea {
    width: 30.25em;
}
#container{
	margin:auto;
	margin-top:5px;
	width: 1024px;
	text-align: left;
	border: 1px solid #999;
	padding:10px;
}
div#header #logo{
    float: left;
	margin-right: 5px;
}
div#header .menucol{
	float:left;
	width:110px;
	height:215px;
}

div#header .menucol div{
	height:102px;
	font-size: 0.9em;	
}
div#header .menucol .linkcontainer{
	position: relative; top: 50%
}
div#header .menucol a{
    display: block;
    padding-left: 24px;    
}
div#header .menucol a.parent{
	background: url(/images/menu-puce.gif) no-repeat left 5px;
	padding-top: 5px;    
	min-height: 24px;
	font-weight: bold;
}
div#header .menucol a.child{
    color: #665e5b;	
}
div#header .menucol a.activeP{
	color:#8faa4f;	
}
div#header .menucol a.activeC{
    font-weight: bold;
}
div#header .menucol div:FIRST-CHILD{
    height:115px;
}
div#main {
    color: #210100;    
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    clear: both;
	
	box-shadow: 3px 3px 5px #888;
    -moz-box-shadow:3px 3px 5px #888888;
	margin-bottom:10px;
}

div#welcome {
	background-image: url(/images/homebg2.jpg);
    background-repeat:no-repeat;
	color: #FFFFFF;
	width: 100%;
	height: 498px;
	overflow: hidden;
	padding:1em;
	clear: both;
	text-shadow: #000 2px 2px 3px;
}
#welcome #more-information {
	font-size: 1.2em;
}
#welcome h1 {
	font-size: 2.5em;
}
#welcome a{
	color: #FFF;
}

#main h1{
	color: #8faa4f;
}
#main h2{
	color: #665e5b;
}
#footer{
	font-size: 0.7em;
	text-align: center;
}
#myBox_content{
	padding: 10px;
}
#myBox_content a{text-decoration: underline;}
