/* Main Page Styles */

body {
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
	color:#666666;
	background: #CCCCCC;
	font-size: 0.9em;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	background: #CC0000 repeat-y left top;
}

#header {
	height: 140px;
	background: #CC0000;
	clear: both;
}

#content_wrapper {
  	margin-top:10px;
  	margin-bottom:10px;
  	margin-left:10px;
  	margin-right:10px;      
  	border:0px dashed #FFFFFF;  
}

#center {
	margin-left:160px;
	margin-right:160px;
}

#center h3 {
	margin-top:0px;
	margin-bottom:5px;
	color: #FFFFFF;
	padding:2px;
	font: bold 12px/18px verdana, arial, sans-serif;
	background: repeat-x;
	text-align: center;
}

#center p {
	margin-top:5px;
	margin-bottom:15px;
	padding:4px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
  }

#left_side {
  	float: left;
  	width:140px;
}

#left_side h3 {
	margin-top:0px;
	margin-bottom:5px;
	color: #993300;
	padding:4px;
	border: 1px #97be53 solid;
	background: #FFFFFF url(../images/hbg2.jpg) repeat-x;
	font: bold 0.9em verdana, arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

#left_side  h4 {
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-align: center;
	font-variant: small-caps;
	margin-bottom: -10px;
	margin-top: -10px;
}

#left_side p {
	margin-top:5px;
	margin-bottom:15px;
	padding:4px;
	color: #FFFFFF;
	text-align: center;
	font: 0.8em/normal Arial, Helvetica, sans-serif;
  }

#right_side {
  	float: right;
  	width:140px;
}

#right_side h3 {
	margin-top:0px;
	margin-bottom:5px;
	color: #990033;
	padding:4px;
	border: 1px #97be53 solid;
	font: bold 0.9em verdana, arial, sans-serif;
	background: #FFFFFF url(../images/hbg2.jpg) repeat-x;
	text-transform: uppercase;
	text-align: center;
}

#right_side p {
	margin-top:5px;
	margin-bottom:15px;
	padding:4px;
	color: #FFFFFF;
	text-align: center;
	font: 0.8em/16px Verdana, Arial, Helvetica, sans-serif;
}



#page_footer {
	height: 160px;
	background: #990033;
	clear: both;
	text-align: center;
}
#page_footer p {
	padding-top:15px;
	text-align:center;
	color:#FFFFFF;
	font: 0.6em/14px verdana;
}

#page_footer a {
	text-decoration:underline;
}

#header #crest {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}

#linklist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #CCCCCC;
	display:block;
	width: 140px;
}

#linklist li {
	list-style: none;
	margin: 0;
	border-left: 1px solid #006633;
	border-right: 1px solid #006633;
	font: .9em/25px verdana;
	color: #CCCCCC;
}



.thumbnail_left {
  	float:left;
  	margin-right:10px;
  	margin-bottom:5px;
  	border:0px;
}

.thumbnail_right {
  	float:right;
  	margin-left:10px;
  	margin-bottom:5px;
  	border:0px;
}

#RightSideLinks a {
	color: #91CCFF;
	font: 0.9em Arial, Helvetica, sans-serif;
	display: block;
	background: #666666;
	border-top: 1px solid #333333;
	border-bottom-width: 1px;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 2px;
}
#RightSideLinks a:hover, a:focus {
	text-decoration:none;
	color:#333333;
	display: inline-block;
	padding-right: 2px;
	padding-left: 2px;
	background: #CCCCCC;
}
#RightSideLinks a:active {
	text-decoration: none;
	background: #000;
	border-top: inset;
	border-right: inset;
	border-bottom: inset;
	border-left: inset;
}
a:link, a:visited {
	color:#FFFFCC;
	text-decoration: none;
	display: inline;
}


a:active {
	color: #66FFFF;
	text-decoration: none;
	font-size: 0.9em;
	background: #CC0000;
}
