/* CSS Document */



/* ----------- HTML -------------- */

* {
	margin:0;
	padding:0;
	outline:0; /*RESETS all browser specs*/
	}

body { 
	background: #3899dc url(../images/bg_bkgrnd10.jpg) top center no-repeat;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.7em;
	color: #000000;
	margin-bottom:15px;
}

a, a:visited {
	color:#0066CC;
	text-decoration: underline;
}

a:hover {
	color:#2738AB;
	text-decoration: underline;
}



p.small {
	font-size: 11px;
	line-height: 1.6em;
	}
	
p.small a, p.small a:visited {
	color:#0066CC;
	text-decoration: underline;
}

p.small a:hover {
	color:#2738AB;
	text-decoration: underline;
}

p.smallctr {
	font-size: 11px;
	line-height: 1.6em;
	text-align:center;
	}


p.indent {
	padding-left:20px;
	}

p.ctr	{
	text-align:center;
	}

hr {
	border:none;
	height:1px;
    background-color:#257597;
	color:#257597;
	margin:20px 0;
	}
	
ul.reg {
	list-style-type:disc;
	padding-left:12px;
	margin-left:16px;
	}
	
li {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.7em;
	color: #000000;
	}
	
li.long {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.7em;
	color: #000000;
	padding-bottom:12px;
	}	
	
ul.side {
	list-style-type:disc;
	padding-left:10px;
	margin-left:8px;
	}

li.side {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #000000;
	padding-bottom:10px;
	}
	
li.small a, li.small a:visited {
	color:#0066CC;
	text-decoration: underline;
}

li.small a:hover {
	color:#2738AB;
	text-decoration: underline;
}

.imageright {
	float:right;
	padding-left:16px;
	}
	
.alert {
	background-color:#EFEFEF;
	padding:12px;
	border:2px #ff0000 solid;
	}	

/* --------------- HEADERS ------------------- */

h1 {
	text-indent:-999em;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	margin:0;
	padding:0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #0066CC;
	font-weight: bold;
	padding:0 20px 15px 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#0099FF;
	font-weight: bold;
	padding-right: 20px;
	line-height: 1.5em;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000066;
	padding:0 10px 15px 0;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
	padding:0 10px 8px 0;
}



/* -------------- STRUCTURE --------------- */

#shadow {
	background: url(../images/shadowbkgrnd.png) repeat-y;
	width:835px;
	margin:0 auto;
	}
	
#wrapper {
	margin:0 auto;
	width:800px;
	}
	
#top {
	background-image: url(../images/sitetemplate_01.jpg);
	width:800px;
	height:33px;
	}

#banner {
	width:800px;
	height:232px;
	margin:0;
	padding:0;
	display:block;
	}
	
#logo {
	float:left;
	width:213px;
	margin:0;
	padding:0;
	}
	
#bannerpics {
	float:left;
	width:587px;
	margin:0;
	padding:0;
	}
	
#bannerbottom {
	background: url(../images/bannerbottom.jpg) no-repeat left top;
	width: 800px;
	height: 19px;
	}
	
#nav {
	width:800px;
	height:30px;
	margin:0;
	padding:0;
	}

#navsocial {
	background: url(../images/socialbuttonbkgrnd.jpg) no-repeat left top;
	width: 800px;
	height: 69px;
}

#socialmedia {
	float:right;
	width:auto;
	margin-right:25px;
	padding:19px 0 0 0;
}	

.left {
	float:left;
	padding-right:20px;
	}
	
.right {
	float:right;
	padding-left:20px;
	}


/* --------------- MAIN CONTENT ------------------- */

#main {
	width:800px;
	margin:0 auto;
	background-color:#fff;
	overflow:hidden;
	}
	
#content {
	float:left;
	width:500px;
	padding:25px 25px 0 25px;
	margin-bottom:15px;
	background-color:#fff;
	}
	
#sidebar {
	float:right;
	width:214px;
	padding:18px 15px 12px 15px;
	margin-top:25px;
	background: url(../images/sidebargreen.gif) repeat-y left top;
	border-left:#BBE1FC 1pt solid;
	}
	
#wide {	
	float:left;
	width:730px;
	padding:25px 25px 0 25px;
	margin-bottom:15px;
	}

#table {
	border:none; 
	border-collapse:collapse;
	margin:0 1px 1px 2px;
	width:99%;
	}
	
#table td {
	border:2px solid #DCD2BE; 
	padding:4px;
	vertical-align:top;
	}


/* --------------- BOARD ------------------- */

#tableboard {
	border:none; 
	border-collapse:collapse;
	width:100%;
	}

.BoardText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2.5em;
	color: #000;
	padding-right: 20px;
}

.BoardText a, .BoardText a:visited {
	color: #0066CC;
	text-decoration: none;
}

.BoardText a:hover {
	color: #0066CC;
	text-decoration: underline;
}



/* --------------- FOOTER ------------------- */

#footer {
	width:800px;
	margin:0 auto;
	background-color: #D5E59A;
	padding:15px 0 5px 0;
	}

p.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	color: #666666;
	text-align: center;
}

p.footer a, p.footer a:visited {
	color: #666666;
	text-decoration: underline;
}

p.footer a:hover {
	color: #333333;
	text-decoration: underline;
}

