@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0}
body {
	font-size:13px;
	font-family: verdana,arial,helvetica,sans-serif;
}
p {
	margin:5px 8px;
	text-indent: 2em;
	font-size: 13px;
}
a {
	color:#0066FF;
	font-family:verdana,arial,helvetica,sans-serif;
	text-decoration:none;
}
a:hover {
	color:#AE0927;
}
h1,h2,h3 {
	color: #0066FF;
}
h1 {
	font-size: 1.2em;
	color: #0066FF;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.0em;
}
#wrapper { 
	width: 1002px;
	margin: 0px auto;
}
#header {
	color: #fff;
	background:#F2ECD6 url(../images/header.jpg) no-repeat scroll 0 0;
}
#topmenu {
	height: 27px;
	/*background:#BDD2FF url(../images/topmenu_bg.jpg) repeat-x scroll 0 0;*/
}
#leftcolumn {
	background:#fff url(../images/leftmenu_bg.jpg) repeat-y scroll 0 0;
}
#content {
	margin-top: 0px;
}
#footer {
	width: 100%;
	height: 70px;
	background:url(../images/footer_bg.jpg) repeat-x scroll 0 0;
	color: #082f98;
	font-size: 1.0em;
	font-family:verdana,arial,helvetica,sans-serif;
	line-height: 100px;
}
#ctitle {
	width: 100%;
	height: 25px;
	background: gray;
	line-height: 25px;
	font-weight: bold;
}
#middlecontent {
	margin: 6px 0px 0px 10px; 
	height: 780px;
	position: relative;
}
#latestnews {
	width: 221px;
	margin: 6px 5px;
	background: url(../images/rightline.jpg) repeat-y scroll 0 0;
	position: relative;
}
#importantdates {
	width: 221px;
	margin: 6px 5px;
	background: url(../images/rightline.jpg) repeat-y scroll 0 0;
	position: relative;
}
#importantdates p{
	width: 60px;
}
.clear {
	clear:both;
	height: 20px;
}
.bodycontent {
	margin: 6px 10px 0px;
	background:#fff url(../images/contentline.jpg) repeat-y scroll 0 0;
	min-height:980px;
	/*height: 780px;*/
	position: relative;
}
[class].bodycontent {
	height:auto;
}
.rightcontent {
	margin: 6px 0px 0px 10px;
	min-height:980px;
	height:780px;
	background:url(../images/rightcontentline.jpg) repeat-y scroll 0 0;
	position: relative;
}
[class].rightcontent {
	height:auto;
}