/* CSS Document */

body{
color:#330066;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#header{
width:975px;
margin-left:10px;
margin-right:10px;
border:2px solid #000033;
background-color:#000033
}

#headart{
background-image:url(images/background_header.png);
background-repeat:repeat-x;
}

#breadcrumb{
background-color:#000033;
color:#FFFFFF;
font-weight:bold;
font-size:14px;
padding-bottom:5px;
text-align:center;
}

#breadcrumb li{
display: inline;
padding:8px;
}

#breadcrumb a:link{
text-decoration:none;
color:#FFFFFF;
}

#breadcrumb a:hover{
text-decoration:none;
font-weight:bolder;
color:#FFFF00;
}

#breadcrumb a:active{
text-decoration:none;
color:#FFFFFF;
}

#breadcrumb a:visited{
text-decoration:none;
color:#99CCFF;
}

#maintext{
	position:absolute;
	top:287px;
	border:1px solid #000033;
	left: 10px;
	width:950px;
	margin-left:10px;
	margin-right:25px;
	padding:10px 10px 10px 10px;
	height: 632px;
}

a:link{
color:#6699CC;
}

a:hover{
color:#FFFF00;
font-weight:bold;
}

a:active{
color:#000066;
}

a:visited{
color:#666699;
}

#maintext h1{
text-align:center;
}

#maintext li{
font-size:16pt;
}
