/* CSS Document */





*{/*to reset browser specific settings*/
margin:0;
padding:0;
border:0 solid;
}
/*the basic elements*/
body{
color:#ffffff;
background:#ffffff;

font:90% Arial, Helvetica, sans-serif;
text-align:center;/*this is asking IE to center the container;)*/
}


/*basic divs centering the layout*/

#container{
	width:100%;
	margin:150px, 100px;
	border-left:none;
	text-align: center;

}
#main{
	position:relative;
	width:100%;
	text-align:left;
	background-color: #FFFFFF;
}
#right{
	position:absolute;
	top:343px;
	left:584px;
	width:90px;
	color:#000000;
	background:#ffffff;
	padding-top:10px;
	height: -124px;
}

/*the site structure*/


#content {
	width:40em;
	margin:0 0 0 11em;
	color:#000;
	background:#ffffff;
	border-left-width: 110px;
	border-left-style: solid;
	border-left-color: #999999;

}

#head{
height:142px;
color:#000;
background: transparent;
padding:0 10px;
margin:0 10px 0 20px;
}

#maintext {
color:#000000;
background: transparent;
padding:20px 10px 10px 10px;
margin:0 10px 0 20px;
text-align:justify;
border-top:1px solid #6e7d8d;
border-bottom:1px solid #6e7d8d;
}

#links{
	position:absolute;
	width:536px;
	background-color:#FFFFFF;
	left: 177px;
	top: 103px;
	height: 31px;
	border:none;
	text-align:center;
	margin-left: 110px;

}
#navlist {
	display: inline;
	list-style-type: none;
}

a {
	text-align: center;
	padding:10px;
	font-family: "Times New Roman", Times, serif;
	font-size:1.1em;
	
	
		
}	
a:link {
	color: #000000;
	text-decoration: none;		
}
a:visited {
	color: #333333;
	text-decoration: none;
	
}
a:hover {
	color: #666666;
	text-decoration: underline;
		
}
li {
	display: inline;
	list-style-type: none;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	}
p.footer{
font-size:0.8em;
padding:10px 10px 10px 20px;
margin-top:5px;
clear:both;

}
#info{
float:right;
width:12em;
margin:0 0.2em 0 0.8em;
color:#000000;
background:none;
text-align:center;
}
.imgleft{
float:left;
}
.imgright{
float:right;
}
