a {
	color : #003399;
	text-decoration : none;
}

a:hover {
	color : #003399;
	text-decoration : underline;
}

a.side {
	color : #363636;
	text-decoration : none;
	font-weight:bold;
}

a:hover.side {
	color : #003399;
	text-decoration : underline;
	font-weight:bold;
}

a.white {
	color : #ccc;
	text-decoration : none;
}

a:hover.white {
	color : #ccc;
	text-decoration : underline;
}

body {
	color : #000;
	background-color : #FFFFFF;
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-size : 12px;
	margin : 10px;
	_margin : 5px;
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}

form {
	margin : 0px;
}

hr {
	height : 2px;
	border-bottom : 1px solid #fff;
	border-top : 1px solid #c6c7c9;
}

hr.side-hr {
	height : 2px;
	border-bottom : 1px solid #d4dcdf;
	border-top : 1px solid #b4bcbf;
}

td {
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-size : 11px;
}

pre {
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-size : 12px;
}

.alt {
	color : #555;
}

.white-header {
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-size : 11px;
	color : #000;
	background-color : #FFFFFF;
	padding : 4px;
}

.white-header ul{
	margin: 0;
	padding: 0;
}

.white-header ul li{
	display: inline;
}

.white-header ul li.first-link .bullet{
	display: none;
}

.full-header {
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-size : 11px;
	color : #000;
	padding : 5px;
}

.admin-message {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : center;
	color : #555;
	background-color : #f6f6f6;
	padding : 3px 4px 5px 4px;
	margin-bottom : 5px;
}

.button {
	font-family : Tahoma, Arial, Verdana, Sans-Serif;
	font-size : 11px;
	color : #000;
	background-color : #ddd;
	height : 20px;
	border : 1px solid #617d8f;
	margin-top : 2px;
}

.bbcode {
	font-family : Tahoma, Arial, Verdana, Sans-Serif;
	font-size : 11px;
	color : #000;
	background-color : #ddd;
	border : 1px solid #617d8f;
	margin-top : 2px;
}

.textbox {
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-size : 11px;
	color : #000;
	background-color : #fff;
	border : 1px solid #617d8f;
}

.main-body {
	font-size : 12px;
	color : #000;
	background-color : #FFFFFF;
	padding : 4px 2px 5px 2px;
}

.side-body {
	font-size : 11px;
	color : #484848;
	padding : 10px 5px 10px 5px;
}

#main-bg {
	color : #000;
	background-color : #FFFFFF;
}

* html #main-bg{
	width: 600px;
	height: 1%;	
}

.side-both #main-bg {margin: 0 182px;}
.side-left #main-bg {margin-left: 182px; padding-right:10px;}
.side-right #main-bg {margin-right: 182px;}
.side-left #side-border-right {display:none;}
.side-right #side-border-left {display:none;}

.border {
	margin-bottom : 5px;
	border:1px #c4cccf solid;
}

#side-border-left {
	width: 170px;
	float: left;
	padding : 0px 10px 0px 8px;
	_padding : 0px 5px 0px 4px;
}

#side-border-right {
	width: 170px;
	float: right;
	padding : 0px 8px 0px 10px;
	_padding : 0px 5px 0px 4px;
}

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	text-align: center;
	font-size : 10px;
	color : #555;
	background-color : #f1f2f4;
	padding : 3px 4px 4px 4px;
}

.barmain {
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-size : 10px;
	color : #aaa;
	padding : 4px;
}

.capmain {
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-size : 14px;
	font-weight : bold;
	color : #484848;
	background-color : #ffffff;
	padding : 3px 4px 8px 10px;
}

.scapmain {
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-size : 12px;
	font-weight : bold;
	color : #F1F1F1;
	background-color : #484848;
	padding : 3px 4px 8px 10px;
	background:url(images/caps.jpg) repeat-x;
}

.tbl-border {
	border : 1px solid #d1d2d4;
}

.tbl {
	font-size : 12px;
	padding : 4px;
}

.tbl1 {
	font-size : 12px;
	color : #000;
	background-color : #f1f2f4;
	padding : 4px;
}

.tbl2 {
	font-size : 12px;
	color : #000;
	background-color : #e1e2e4;
	padding : 4px;
}

.forum-caption {
	font-size : 11px;
	font-weight : bold;
	color : #363636;
	background-color : #c4cccf;
	padding : 2px 4px 3px;
}

.quote {
	color : #000;
	background-color : #fff;
	padding : 2px;
	margin : 0 20px;
	border : 1px solid #617d8f;
}

.poll {
	height : 12px;
	border : 1px solid #000;
}

.comment-name {
	font-weight : bold;
	color : #bbb;
}

.shoutboxname {
	font-weight : bold;
	color : #ccc;
	background-color : #c4cccf;
}

.shoutbox {
	color : #415d8f;
	background-color : #c4cccf;
}

.shoutboxdate {
	font-size : 9px;
	color : #213d6f;
	background-color : #c4cccf;
}

.small {
	font-size : 11px;
	font-weight : normal;
}

.small2 {
	font-size : 11px;
	font-weight : normal;
	color : #555;
}

.side-small {
	font-size : 11px;
	color : #516d7f;
	background-color : #c4cccf;
}

.side-label {
	color : #484848;
	padding : 2px;
}

#navigation h2 {
	font-size: 12px;
	margin: 0;
	padding: 4px;
	color:#484848;
}
	
#navigation ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #484848;
	padding: 2px;
	text-decoration : none;
}

#navigation a:hover {
	color: #003399;
}

/* Page Navigation */

.pagenav {
	padding: 0.4em;
}

.pagenav span {
	color: #516d7f;
	background-color: #c4cccf;
	border: 1px solid #e1e1e1;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
}

.pagenav a {
	color: #356481;
	background-color: #f1f2f4;
	border: 1px solid #d1d2d4;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
	text-decoration: none;
}

.pagenav a:hover {
	color: #f1f2f4;
	background-color: #356481;
	margin: 0.2em;
	text-decoration: none;
}

/*Helpers*/
.center {margin: 0 auto;}
.content_center {text-align: center;}
.flleft {float: left !important;}
.flright {float: right !important;}
.clear {clear: both;}


/*IE Fixes*/
* html #main-bg {
	height: 1%;
	width: auto;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.floatfix {overflow:hidden;}
* html .floatfix {width:100%;}
.center, *[align="center"] {margin: 0 auto;}


/* additional styles by Erin */

* {
	margin: 0 auto;	
	}
	
p {
	padding:10px;
	}
	
.white-bg {
	background-color:#FFFFFF;
	}
	
.bottom-line {
	background-color:#003399;
	height:2px;
	}

.shadow {
	-webkit-box-shadow: 0px 0px 8px #000000; 
	-moz-box-shadow: 0px 0px 8px #000000; 
	border:1px #666666 solid;
	filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#383838,direction=90,strength=4)
        progid:DXImageTransform.Microsoft.Shadow(color=#383838,direction=180,strength=4)
        progid:DXImageTransform.Microsoft.Shadow(color=#383838,direction=270,strength=1)
		/*progid:DXImageTransform.Microsoft.Shadow(color=#383838,direction=270,strength=4) --had to change this value because it was screwing up the forms cursor in IE... maybe find another way around this?  */
		;
	} 
	
.gradient-bg {
	background-image:url(images/sidebg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
.trans {
	background-image:url(images/trans.png);
	background-repeat:repeat;
	}
	
.header-border {
	background-image:url(images/header_border.jpg);
	background-repeat:repeat;
	}
	
/*top nav links*/
.sublinks {
	margin: 0px auto;
	text-align: center;
	font-size: 11px;
	height:61px;
	float:left;
	background-repeat:repeat-x;
	background-position:top left;
	width:100%;
	}
	
#links{
	margin: 0px auto;
	text-align: center;
	font-size: 11px;
	height:61px;
	float:left;
	background-image:url(images/navbg.png);
	background-repeat:repeat-x;
	background-position:top left;
	width:100%;
}

#links ul, #links li {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#links ul {
	height:65px;
	line-height:61px; 
	float:left;
	padding:0px 1px 0px 0px;
	margin:0px 0px 0px 10px;
}

#links li {
	height:61px;
	line-height:61px;
	display:inline;
	position:relative; 
	float:left;  
	text-align:center;
}

#links li a {
	height:61px;
	padding-left: 14px;
	padding-right: 14px;
	text-align:center;
	float:left;
	background-image:url(images/navbar.png);
	background-position:top right;
	background-repeat:no-repeat;
	font-weight:bold;
}

#links li a:link, #links li a:visited {
	color:#363636;
	text-decoration:none;
}

#links li.active a, #links li a:hover {
	color: #003399;
	background-repeat:no-repeat;
	background-position:top right;
	font-weight:bold;
}
/* end top nav links */

.copyright {
	color:#FFFFFF;
	font-size:9px;
}

.acapmain {
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-size : 12px;
	font-weight : bold;
	color : #F1F1F1;
	background-color : #484848;
	padding : 3px 4px 8px 10px;
	background:url(images/alert_caps.jpg) repeat-x;
}

.alert {
	margin: 0 8px 5px 8px;
	border:1px #c4cccf solid;
}

.details {
	font-size: 13px;
}

.details-longdate {
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-size : 14px;
	font-weight : bold;
	color : #484848;
	background-color : #ffffff;
	padding : 3px 5px 8px 5px;
}

.required-note {
	color:#FF0000;
	font-weight:bold;
	}
	
body.mceContentBody {
   background: #FFFFFF;
}

