@CHARSET "ISO-8859-1";

/*general*/
*{
	margin:0;
	padding:0;
}

body{
	background: #eeffee;
}

ul{
	padding-left: 40px;
	display:block;
	list-style-type: disc;
	margin: 5px 0;
}

p{
	margin: 1em 0 0 0;
}

h1{
	
}

a{
	border:none;
}

img{
	border:none;
}

.clear{
	line-height:0px;
	clear: both;
}

.error{
	color: #FF0000;
}

.warning{
	color: orange;
}

.success{
	color: green;
}

.topSpace{
	padding-top: 15px;
}

/*general structure*/
#main{
	width: 100%;
	background: url(/graphics/leftnrightedges.png) repeat-y top center;
}

#innermain{
	background: #ffffff;
	width:924px;
	margin: 0 auto;
}

#topbanner{
	line-height:0px;
}

#container1{
	background: url(/graphics/vline1.png) repeat-y 160px 0px;
}

/*menu left*/
#menuleft{
	width:160px;
	float:left;
}

#ml{
	list-style: none;
	margin: 0;
	padding: 0;
}

#ml li{
	background: url(/graphics/lft_btn.png) no-repeat;
	color: #000077;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
}

#ml li:hover{
	background: url(/graphics/lft_btn_h.png) repeat-x;
	position: relative;
}

.ml li ul{
	display:none;
	position: absolute;
	top: -6px;
	left: 161px;
	padding: 1px 0 10px 0;
	margin-left:-1px;
	width:160px;
}

.ml li:hover > ul{
	display: block;
}

#ml a{
	text-decoration:none;
	display:block;
	padding: 13px;
}

#container2{
	background: url(/graphics/vline2.png) repeat-y 743px 0px;
}

#content{
	width:572px;
	margin:0 6px 6px 6px;
	float:left;
}

#ads1{
	line-height:0px;
	width:180px;
	float:left;
}

#ads2{
	background: url(/graphics/hline1.jpg) no-repeat top;
	width:763px;
	margin: 0 0 0 1px;
	float:right;
}

#footer{
	width: 100%;
	height: 50px;
	background: url(/graphics/bottomedge.png) no-repeat top center;
}

/*CONTENT FORMATS*/
/*News items*/
.newsCol{
}
.newsItem{
	border: 1px green solid;
}
.newsItem .title{
	font-weight: bold;
	color:blue;
	margin: 5px;
	float: left;
}
.newsItem .dateCreated{
	padding: 5px;
	float: right;
}
.newsItem .content{
	padding: 5px;
	border-top: 1px green solid;
}