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;
}


/* 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 {
	background: #C8DCE8 url(../media/H1Bullet.gif) no-repeat left 50%;
	padding: 7px 25px;
	color: #184866;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#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;
}

/* Sidebar */
#sidebar_container_left {
	width: 300px; background: url(../media/img01.jpg) repeat-y left top; float: left; 
}

#sidebar_container_right {
	width: 150px;
	float: right;
	margin-left:20px;
	margin-top:10px;
	border: 1px solid #82382E;
	margin-right: 15px;
}

#sidebar_container_right2 {
	width: 300px;
	background: url(../media/img01.jpg) repeat-y left top;
	float: right;
	margin-left:20px;
	border:#FFFFFF;
	border: 10px;
}

#sidebar-content {	
	background: url(../media/img03.jpg) no-repeat left bottom;
	
}

#sidebar-content ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar-content li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(../media/img04.jpg) no-repeat left 50%;
}

#sidebar-content ul {
	list-style: none;
}

#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;
}


/* Small Div */

#sidebar-news {	
	background: url(../media/img03.jpg) no-repeat left bottom;
	
}

#sidebar-news ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar-news li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(../media/img04.jpg) no-repeat left 50%;
}

#sidebar-news ul {
	list-style: none;
}

#sidebar-news h1 {
	padding: 7px 25px;
	background-color: #C3C3C3;
}

#sidebar-news a {
	text-decoration: none;
}

#sidebar-news a:hover {
	text-decoration: underline;
}


/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 30px;
	margin: auto auto auto auto;
	color: #FFFFFF;
	background-color: #6197BA;
	border: 10px solid #FFFFFF;
}

#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;
}
