/* CSS Document */
img {
	behavior: url(pngbehavior.htc);
}

a {
	color: rgb(222, 160, 21);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background-color: rgb(222, 160, 21);
	color: rgb(13, 46, 94);
}

.textlink {
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: url(images/background.gif);
}

#container {
	width: 750px;
	margin: auto;
	border: 10px solid rgb(13, 46, 94);
}

#header {
	width: 750px;
	height: 120px;
	background: rgb(91, 59, 0) url(images/header_brown.jpg) no-repeat;
	border-top: 10px solid black;
}

.float_logo {
	position: absolute;
	top: 15px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
	margin-top: 25px;
}

.menu{
font: bold 12px Arial;
width: 750px;
}

.menu_border{
border-top: 1px solid rgb(222, 160, 21);
}

.menu ul{
width: 100%;
margin: 0;
padding: 0;
float: left;
border-width: 1px 0;
background: black url(images/menu_bg_blue.gif) center center repeat-x;
}

.menu ul li{
display: inline;
}

.menu ul li a{
float: left;
color: rgb(222, 150, 21);
padding: 5px 11px;
text-decoration: none;
border-right: 1px dotted rgb(222, 160, 21);
}

.menu ul li a:hover, .menu ul li .current{
color: rgb(13, 46, 94); !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/menu_bg_gold.gif) center center repeat-x;
}

#mainwrapper{
   clear: both;
   height: 100%;
   margin-left: auto;
   margin-right: auto;
   overflow: hidden;
   background-color: rgb(16, 34, 118);
}

#column {
	float: left;
	width: 250px; /*actual width is 250 -- actual height is 430*/
	height: 500px;
	background: url(images/column_background_23.jpg) no-repeat;
	background-position: 0px 100px;
	color: rgb(222, 160, 21);
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

#column ul {
	list-style: inside;
	margin-right: 7px;
}

.title {
	border-bottom: 3px dotted rgb(222, 160, 21);
}

#spacing {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	font-style: italic;
	font-size: 14px;
}

#spacing_noindent {
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-size: 14px;
}

.border {
	border-left: 10px solid rgb(13, 46, 94);
	border-right: 10px solid rgb(13, 46, 94);
	border-bottom: 10px solid rgb(13, 46, 94);
}

#main {
	float: right;
	width: 440px; /*actual width is 500 -- actual height is 230*/
	background: rgb(91, 59, 0);
	padding: 30px;
	color: rgb(222, 160, 21);
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
}

#main ul {
	list-style: inside;
	margin: 20px;
}

#main em {
	background-color: rgb(222, 160, 21);
	color: rgb(91, 59, 0);
	font-weight: bold;
	line-height: 2em;
	padding: 2px;
}

#footer {
	clear: both;
	width: 730px; /*actual width is 750*/
	background: rgb(13, 46, 94);
	text-align: center;
	padding: 10px;
	border-top: 10px solid black;
	color: rgb(222, 160, 21);
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

