body {
	margin: 0 0 0 0;
	/*background-color: #3d648c;*/
	background-color: #061428;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	/*border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;*/
	background-color: #283227;
	background-image:  url("../images/sidebar.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
	margin: 0px auto;
	width: 770px;
}
.clear {
	clear:both;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #FFF;
	padding: 0px;
	margin: 0 0 0 180px;
}

#image {
	margin-bottom: 6px;
	margin-left: 6px;
	float: right;
}

/* Styles for Masthead */
#masthead {
	/*background-color: #39C;
	background-color:#036;
	background-color:#1d3753;*/
	background-color:#213c58;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px;
	margin: 0 0 0 0;
	padding: 1em;
}
#masthead h1 {
	color: #fff;
	/*font-style: italic;*/
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}
#masthead h3 {
	margin-top:0px;
	color: #fff;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	/*font-style: italic;*/
	font-weight: normal;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation {
	/*background-color: #C90;*/
	background-color:#213c58;
	/*margin-left: 160px;*/
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	/*border-bottom:1px solid #666;*/
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
	/*background-color:#CC0;*/
	background-color:#39c;
	margin:2px 1px 10px 1px;
}
#navigation a {
	color:#fff;
	/*margin: 2px 1px;*/
	padding: 5px;
	/*border: 1px solid #cc9;*/
	border: 1px solid #fff;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	/*background-color: #664;*/
	background-color: #39C;
	border: 1px solid #666;
}
#column_left {
	float: left;
	padding: 10px 20px 10px 20px;
	vertical-align: top;
	float: left;
	width: 380px;
	margin: 0px;
	min-height:600px;
	/*text-align:justify;*/
}
/*#column_left img {
	margin-left:20px;
	margin-bottom:20px;
}*/
/* Styles for Left Column */
#column_left h1 {
	font-size: 160%;
	color: #222200;
	margin-top: 20px;
}
#column_left h2 {
	font-size: 140%;
	color: #333311;
	margin-top: 0px;
}
#column_left h3 {
	font-size: 120%;
	color: #444422;
	margin-top: 0px;
}
#column_left h4 {
	font-size: medium;
	color: #555533;
	margin-top: 0px;
}
#column_left h5 { 
	font-size: x-small;
	margin-top: 0px;
}
#column_left h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
#column_left a {
	color: #6A6AB4;
}
#column_left a:hover {
	background-color: #EEEECC;
}
/* Styles for Right Column */
#column_right {
	background-color: #F9F9EC;
	padding-bottom: 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
	float: right;
	margin: 0;
	padding: 40px 10px 20px 10px;
	width: 150px;
	vertical-align: top;
}
#column_right h1 {
	margin-top: 0px;
	margin-bottom:5px;
	font-size:115%;
	color: #666644;
}
#column_right h2 {
	font-size:95%;
	color: #666644;
	/*margin-top:5px;*/
	margin-bottom:5px;
}
#column_right h3 {
	margin-top:5px;
	font-size:90%;
	color: #666644;
}
#column_right h4 {
	color: #666644;
	margin-top: 0px;
}
#column_right p {
	color: #444422;
	margin-top: 0px;
	font-size: 0.9em;
}
#column_right a {
	color: #6A6AB4;
}
#column_right a:hover {
	background-color: #EEEECC;
}
/* Styles for Footer */
#footer {
	clear: both;
	margin: 0;
	/*padding: 5px;
	background-color: #F9F9EC;*/
	color: #666644;
	/*background-repeat: repeat-x;
	background-position: bottom;*/
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right:10px;
}
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: right;
}
#copyright {
	/*float: right;*/
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #555522;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}



