html{
	height:100%;
}

body{
	margin:0px;
	padding:0px;
    color:#000000;
	background:#353535;
	text-align:center;
	font:11.3px Verdana,Arial,Helvetica,sans-serif;
	word-spacing:1px;
	line-height:200%;

}

a:link { color:#ced; text-decoration:underline; }
/*divs*/

#container{
	width:780px;
	margin:auto;
	padding-bottom:0px;
	text-align:left;
}

#header{
	width:778px;
	height:100px;
	margin:0 auto;
	background:url(../images/site/headerbg.jpg) repeat-x top left;
	text-align:left;
	border-top:#999 1px solid;	
	border-left:#999 1px solid;
	border-bottom:#999 1px solid;
	border-right:#999 1px solid;
}

#title{
	margin-top:10px;
	margin-left:25px;
	position:absolute;
	color:#fff;
    font:28px Georgia, Verdana, Arial, Helvetica, sans-serif bold;
	cursor:default;
	float:left;
}

span.subheader{
	position:absolute;
	margin-top:0;
	padding-top:3px;
	padding-left:60px; 
	color:#fff;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	display:block; /*need a <br> for ie instead*/
}

#navcontainer{
	float:right;
}
#navlist {
	margin: 0;
	padding: 81px 0 20px 10px;
	float:right;
	font:12px Verdana,Arial,Helvetica,sans-serif;
}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #fff;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 3px solid #b57fb9;
	padding-bottom: 2px;
	background: transparent;
	color: #fff;
}
#navlist a:hover { color: #fff; }

#slogan {
	width:776px;
	margin: 0 auto;
	height:123px;
	background:url(../images/site/subheader.jpg) no-repeat top center;
	padding:1px;
	border-left:#999 1px solid;
	border-bottom:#999 1px solid;
	border-right:#999 1px solid;
	text-align:left;
}

#slogan p{
	margin-top:50px;
	margin-left:10px;
	position:absolute;
	color:#fff;
 	font:28px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing:0.5px;
	background-color:transparent;
	cursor:default;
}


.Constant { color: #ff40ff; }
.Statement { color: #ffff00; }

#twocolumn{
	background: #999 url(../images/site/2columnbg.jpg) repeat-y top left;
	width: 780px;
	border-bottom: 1px solid #999;
}

#twocolumndw{
	background: #999;
	width: 780px;
	border-bottom: 1px solid #999;
}


#onecolumnc{
	background: #999 top left;
	width: 780px;
	border: 1px solid #999;
	background:black;
}
#onecolumn{
	background: #999 url(../images/site/2columnbg.jpg) repeat-y top left;
	width: 780px;
	border-bottom: 1px solid #999;
}

#links{
	background: #999 url(../images/site/2columnbgbis.jpg) repeat-y top left;
	padding:0px;
	text-align:center;
	width: 780px;
	border-bottom: 1px solid #999;
}


#left{
	width:360px;
	padding:10px;
	height:100%;
	float:left;
/*	color:#ccc;*/
}

a {color:black;}
a:visited {color:black;}
a:hover {color:black;}
a{color:black;}
#right{
	width:360px;
	padding:10px;
	height:100%;
	float:right;
}

#content{
	width:758px;
	margin:0 auto;
	float:left;
	padding:10px;
	background:#5a5a5a;
	clear:both;
	border-right:#999 1px solid;
	border-left:#999 1px solid;
	border-bottom:#999 1px solid;
}

#clearboth{ clear:both; }

#footer{
	width:758px;
	margin:0 auto;
	padding:10px;
	background:url(../images/site/headerbg.jpg) repeat-x top left;
	float:left;
	clear:both;
	border-right:#999 1px solid;
	border-left:#999 1px solid;
	border-bottom:#999 1px solid;
	background-color: #666666;
}

.footleft{
	float:left;
	color:#666666;
}
.footright{
	float:right;
}

/*Styles*/
h1,h2,h3,h4,h5,h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:15px 0 0 0;
	padding-bottom:4px;
	line-height:85%;
}
h1{
	color:#fff;
	font-size:27px;
}
h2{
	color:#b57fb9;
	font-size:23px;
}
h3{
	color:#36804d;
	font-size:21px;
}
h4{
	color:#999999;
	font-size:18px;
}
h5{
	color:#b57fb9;
	font-size:15px;
}
h6{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

a{
	text-decoration:none;
	color:#b57fb9;
}
a:hover{
	text-decoration:underline;
}

.bordure{
	border-left:2px solid #ccc;
	margin-left:25px;
	font-size:medium;
	padding-left:8px;
}

acronym{
color:#FFf;
	border-bottom:1px dotted #999;
	padding-bottom:1px;
}

img.left{
padding: 5px 0px 0px 25px;
display: block;
}

ol li {
list-style-type:square;
margin-left:10px;
}

#content h4{
padding:25px 0px 0px 25px;
}

.blockquote{
width:350px;

	background:url(../images/site/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:0px 0;
	color:#eee;
}
.blockquote h5{
	border-bottom:1px solid #CCCCCC;
	font-size:17px;
	color:#eee;
	margin:2px;
}

