body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #dddfd2;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../media/bkrepeat.jpg);
}
h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 1.4em;
}
p, ol, ul, form {
	margin-bottom: 0;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 160%;
}
a {
	color: #8E3039;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}
/* Header */

#header {
	width: 900px;
	height: 80px;
	margin: 0px auto;
	background-image: url(../media/navBarBg.jpg);
	text-align:center
}
/* Menu */

#menu {
	float:left;
	margin-left:55px;
}
#menu ul {
	margin: 0px;
	padding: 28px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menu li {
	float: left;
	margin: 0px;
}
#menu a {
	text-decoration: none;
	color: #184866;
	display: block;
	width: auto;
	padding: 6px 20px;
}
#menu a:hover {
	color:#8E3039;
}
#menu .active {
}
#menu .active a {
	color:#8E3039;
	font-weight:bold;
	background-image: url(../media/nav_selBG.png);
	background-repeat: repeat-x;
	background-position: top;
}
/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}
#header-pic {
	margin-bottom:8px;
}
/*FORM - class for div*/
.form {
	width:200px;
}
/*TWITTER Div */
#twitter {
	width:200px;
	float:right;
	margin-left: 15px;
}
/* Content  */

#container_right {
	float: right;
	width: 570px;
}
#container_left {
	float: left;
	width: 570px;
}
#container_full {
	float: left;
	width: 900px;
}
#content {
	margin: 0px 0px 30px 0px
}
#content h1 {
	color: #184866;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #C8DCE8;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
}
#content h2 {
	color: #82382E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#content ul, ol {
}
#content li {
}
/* Sidebar */
#sidebar_container_left {
	width: 200px;
	float: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
#sidebar-content {
	border: 2px solid #82382E;
	text-align: left;
}
#sidebar-content ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}
#sidebar-content li {
	margin-right: 15px;
	border-bottom: 1px dashed #BDBDBD;
	text-align: left;
	line-height: 17px;
	font-size: 12px;
	margin-left: 15px;
	padding: 10px;
}
#sidebar-content h1 {
	background: #86382C url(../media/H1Bullet.gif) no-repeat left 50%;
	padding: 7px 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidebar-content a {
	text-decoration: none;
}
#sidebar-content a:hover {
	text-decoration: underline;
}
#sidebar-content2 {
	text-align: left;
}
/* NEWS Sidebar */

#sidebar-news {
	float: left;
	border: 2px solid #184866;
	text-align: left;
}
#sidebar-news h1 {
	color: #184866;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #C8DCE8;
	padding: 7px 25px;
}
/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 30px;
	margin: auto;
	color: #FFFFFF;
	background-color: #6197BA;
}
#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}
#footer a {
	color: #FFFFFF;
}
/* Images */

.img_left {
	float:left;
	margin-right:8px;
	border: 1px solid #999;
}
.img_right {
	float:right;
	margin-left:8px;
	border: 1px solid #999;
}
.img_brdr {
	border: 1px solid #999;
}
#linedivider {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-bottom: 5px;
	margin-top: 10px;
}
.clear {
	clear: both;
}
/* BOX SHADOW  */

.highlight {
	background-color: #93D6FE;
	font-size: 14px;
	color: #000;
}

