@charset "UTF-8";
/* CSS Document */

body{
	margin-top:0px;
	background-image:url(images/main-background2.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}



#container{
	height: 950px;
	width: 1020px;
	margin-left:auto;
	margin-right:auto;
	overflow: visible;
}

#header{
	height: 170px;
	margin-top: 5px;
}

#navigation{
	height: auto;
	width: 272px;
	float: left;
	margin-bottom: 10px;
	padding-left: 8px;
}

#content{
	width: 700px;
	float: right;
}

#columns{
	clear: both;
}
#leftcolumn{
	float: left;
	width: 345px;
	padding-right: 5px;
}
#rightcolumn{
	float: right;
	width: 340px;
	margin-left: 5px;
	padding-left: 5px;
}

#footer{
	clear: both;
	height: auto;
	width: 1020px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 45px;
}





/*  Begin Classes  */

.topHeading{
	font-size: 18px;
	font-weight: bolder;
}

.floatright{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.floatleft{
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.divide{
	clear: both;
}

.agendahead{
	font-size:14px;
	font-weight:bold
}
.smalltext{
	font-size:10px;
}

#navigation a:link,#navigation a:active,#navigation a:visited{
	color: white;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding:3px 10px 3px 80px;
	background-image: url(images/black-bg.png);
	background-repeat: repeat;
	margin-top: 3px;
	margin-bottom: 3px;
}

#navigation a:hover{
	color: white;
	text-decoration:none;
	background:black;
}

#footer a:link,#footer a:active,#footer a:visited{
	color: white;
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
	padding:0px;
	background-image: none;
	background-repeat:no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer a:hover{
	text-decoration:none;
}


a:link, a:active, a:visited{
	color: white;
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
	padding:0px;
	background-image: none;
	background-repeat:no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:hover{
	text-decoration:none;
}

