body{
	background-color : #BED6FD;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-image : url(../images/cropcircle.gif);
	background-position : center;
	background-repeat : no-repeat;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}

a, a:visited{
	color:black;
	text-decoration : none;
}
a:hover{
	background-color : ActiveBorder;
}

a.comments, a.comments:visited{
	color:#1E4C9A;
	text-decoration : none;
}
a.comments:hover{
	background-color : transparent;
	color : Gray;
	text-decoration : none;
}

a.navbutton, a.navbutton:visited{
	color:white;
	text-decoration : none;
}
a.navbutton:hover{
	background-color : ActiveBorder;
}

li{
	list-style-type : none;
	padding-left : 2px;
	padding-bottom : 8px;
}

input{
	border-left : 1px dotted White;
	border-right : 1px dotted White;
	border-top : 1px dotted White;
	border-bottom : 1px dotted White;			
	color:white;
	background-color : #0D7EFE;
	font-weight:bold;
}
textarea{
	border-left : 1px dotted White;
	border-right : 1px dotted White;
	border-top : 1px dotted White;
	border-bottom : 1px dotted White;	
	color:white;
	background-color : #0D7EFE;
	font-weight:bold;
}






/*STRUCTURE*/
div.topbar{
	background-image : url(../images/topbar.png);
	background-position : top left;
	background-repeat : repeat-x;
	position : absolute;
	top : 0px;
	left : 0px;
	background-color : #BED6FD;
	height:	120px;
	width:100%;
}

div.menu{
	background-color: InactiveCaption;
	font-family: courier;
	font-size: 13pt;
	font-style: normal;
	font-weight: bolder;
	color: #ffffff;
	border-top : ridge;
	border-width : 1px;
	border-right-style : ridge;
	border-left-style : ridge;
	border-bottom-style : ridge;
	position: absolute;
	top:130px;
	width: 3em;
	left:20px;
	z-index:2;
	padding: 2px 2px 2px 2px;
	background-image : url(../images/ripples.png);
	background-repeat : repeat;
	background-position : top left;
}

a.menuitem{
	padding : 2px 0px 2px 2px;
}
a.menuitem:hover{
	color : Black;
}


div.maintext{
	width : 80%;
	position : absolute;
	top : 150px;
	left : 150px;
	border-top : 10px double #729EE7;
	border-left : 1px dotted #729EE7;
}

.newsheader{
	font-size : 12px;
	color : White;
	background-image : url(../images/ripples.png);
	background-position : top left;
	background-repeat : repeat;
}

.newsitem{
	font-size : 10px;	
}
