@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	text-align: center; /*to center layout in IE 5.x and below*/
	background-color: #FFFFFF;
}
#hr {
	color: #61594E;
	width: 100%;
	height: .5px; 
}
#wrapper {
	width: 960px;
	margin: 0 auto; /*centered layout - - IE 5.5 doesn't work*/
	text-align: left; /*left align the previously centered content from BODY tag*/
	color: #FFFFFF;
}
#header {
	background-color: #006699;
	height: 85px;
	text-align:left;
	border-bottom-color: #232C43;
	padding-top: 20px;
	padding-left: 50px;
}
#sidebar {
	float: left; /*change direction of float to flip placement*/
	width: 200px;/* don't apply heights*/
	padding-top: 50px;
}
#menu {
	border-left: #CC9900 5px solid;
	background-color:#61594E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	padding: 10px 10px 10px 10px;
}
a.side:link {
	font-weight: normal; color: #ffffff; text-decoration: none
}
a.side:active {
	font-weight: normal; color: #b01319; text-decoration: none
}
a.side:visited  {
	font-weight: normal; color:#CC9900; text-decoration: none
}
a.side:hover {
	font-weight: bold; color: #232C43; BACKGROUND-COLOR: #CC9900
}
a.active:link,
a.active:visited,
a.active:hover {
	font-weight: bold; color: #990000; text-decoration: none
}
#content {
	height: 500px;
	float: right; /*change direction of float to flip placement*/
	width: 760px;
}
		#content_a {
		background-color:#FFFFFF;
		/*height: 200px;*/
		float: left;
		width: 430px;
		font-family:Garamond, Rockwell, "Courier New", serif;
		color:#333333;
		padding-top: 10px;
		padding-left: 30px;
		padding-right: 30px;
		}
		#content_b {
		position: relative;
		background-color: #232C43;
		float: right;
		width: 260px;
		}
#footer {
	background-color: #232C43;
	height: 30px;
	color: #DDDDDD;
	font-family: Batik, "Bitstream Vera Serif", serif;
	font-size: 13px;
	text-align: left;
	padding-top: 10px;
	padding-left: 50px;
	clear: both;
}
#img {
	position: absolute;
	width: 250px;
	height: 610px;
	z-index: 1;
	top: -84px;
	left: -11px;
}
.img_top {
	border:#b01319 1px solid;
}
.img_main {
	border:#61594E 1px solid;
}

	a.mainlink:link {color: #006699; text-decoration: none;}
	a.mainlink:visited {color: #CC9900; text-decoration: none;}
	a.mainlink:hover {color: #232C43; text-decoration: underline;}
	a.mainlink:active {color: #b01319; text-decoration: none;}
