/* CSS Document */

body{
	background-color: #EEEEEE;
	font-family: "Trebuchet MS", Verdana, Arial;
}

#container{
	position: relative;
	width: 900px;
	height: auto;
	margin: 0 auto;
	background: url("images/body.jpg") repeat-y;
}


#headerbanner{
	position: relative;
	width: 900px;
	height: 157px;
	background: url("images/header.jpg") no-repeat;
	background-position: center;
}

#top{
	position: relative;
	width: 900px;
	height: 60px;
	overflow: auto;
	background: url("images/tophead.jpg") no-repeat;
	background-position: center;
}

#datecontent{
	float: left;
	height: 25px;
	width: 220px;
	margin-top: 20px;
	margin-left: 25px;
	text-align: left;
	font-weight: bold;
}

#topsidecontent{
	float: right;
	height: 25px;
	width: 600px;
	margin-top: 10px;
	margin-right: 15px;
	text-align: right;	
}

#gifside{
	position: relative;
	height: auto;
	width: 460px;
	height: 200px;
	margin-left: 180px;
	overflow: auto;
	background-color: #003366;
	
}

#bodycontent{
	position: relative;
	height: auto;
	width: 900px;
	overflow: auto;
	
}

#leftside{
	float: left;
	width: 150px;
	height: auto;
	border: none;
	margin-left: 10px;
}

#leftsidecontent{
	position: relative;
	width: 150px;
	height: auto;
	border: none;
	background-color: none;
}

#rightlinks{
	position: relative;
	width: 200px;
	height: auto;
	text-align: center;
	margin-top: 5px;
	background-color: none;
	border: none;
}

#rightside{
	float: right;
	width: 200px;
	height: auto;
	margin-right: 15px;
	background-color: #99CCFF;
}

#rightsidecontent{
	position: relative;
	width: 200px;
	height: auto;
	border: none;
	
}

#downloads{
	position: relative;
	margin-top: 20px;
	text-align: left;
}

#events{
	position: relative;
	margin-top: 20px;
	text-align: left;
}

#mailcontent{
	position: relative;
	margin-top: 20px;
	text-align: left;
}

#importantdates{
	position: relative;
	text-align: left;
}

#main{
	position: relative;
	width: 460px;
	height: auto;
	border: none;
	background-color: none;
	margin-left: 180px;
	margin-bottom: 3px;
}

#maincontent{
	position relative;
	width: 460px;
	margin-bottom: 3px;
	height: auto;
	border: #000000;
	background-color: none;
}

#belowcontent{
	position: relative;
	height: auto;
	width: 879px;
	margin-left: 10px;
	overflow: auto;
}


#footer{
	position: relative;
	width: 900px;
	height: 30px;
	background: url("images/footer.jpg") no-repeat;
	background-position: bottom;
}

#footercontent{
	position: relative;
	width: 900px;
	height: 20px;
	text-align: center;
}

/* Fonts */

.topstyle{
	font-size: 12px;
	color: #000000
	}

.topstyle2{
	font-size: 11px;
	color: #000000
	}

.title{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.maincontentstyle{
	font-size: 12px;
	color: #000000;
	}
	
.leftsidestyle{
	font-size: 10px;
	color: #000000
	}

.rightsidestyle{
	font-size: 11px;
	color: #000000
	}

.footerstyle{
	font-size: 12px;
	color: #000000
	}

.list1{
	font-size: 11px;
	text-align: left;
	list-style: none;
	list-style-image: none;
	text-transform: lowercase;
}

.mainmenu{
	font-size: 11px;
	text-align: left;
	list-style: none;
	list-style-image: none;
}

.normaltext{
	text-align: justify;
}

.labeltext{
	font-size: 10px;
	font-style:italic;
}

.questionstext{
	font-size: 13px;
	font-weight: bold;
	font-style:italic;
	color: #0033CC;
}

h3{
	background-color: #13457A;
	background: url("images/headerline.jpg") repeat-x;
	border: thin;
	border-color: #000000;
	color: #C0A43A;
}

.sidelink{
	margin-left: 10px;
}

.sidetext{
	margin-left: 10px;
}

/* Links */

.sidelink a:link{
	color: #0000FF;
}

.sidelink a:hover{
	color: #EEEEEE;
	background-color: #102E42;
}

.sidelink a:visited{
	color: #0000FF;
}
a {
	cursor: pointer;
}
a:link { 
 	color: #000000;
	text-decoration: underline;
}
a:visited {
 	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #009999;
	text-decoration: none;
}