body {
	background-color:#A38F39;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
}
#wrapper {
	position: relative;
	margin: 0px auto 0px auto;
	width: 880px;
	padding-left:40px;
	background: url(images/shadow.jpg) repeat-y;
}

/************End of header ************/
#logo {
	background: url(images/logo.jpg) no-repeat;
	width:280px;
	height:202px;
	float:left;
}
#top_flash {
	background: url(images/header.jpg) no-repeat #ff0000;
	width:520px;
	height:130px;
	text-align:right;
	float:left;
}
#header_menu {
	background: url(images/menu_bg.jpg) no-repeat bottom #16214F;
	width:520px;
	height:72px;
	float:left;
}
#header_menu ul {
	width: 500px;
	list-style:none;
	padding: 0px;
	margin: 0px;
	background-color:#16214F;
	padding-top:2px;
}
#header_menu li {
	display: block;
	position:relative;
	float:left;
	text-align:center;
	font-weight:bold;
	padding: 0px 12px 0px 9px;
	height:28px;
	background: url(images/menu_separator.jpg) no-repeat right bottom;
	vertical-align:middle;
}
#header_menu li.last {
	background: none;
}
#header_menu a {
	position:relative;
	color:#ffffff;
	text-decoration:none;
	top: 10px;
}
#header_menu a.notop {
	top:0px;
}
/************End of header************/

/************Left bar************/
#sidebar {
	width:173px;
	background-color:#151F50;
	float:left;
	color:#FFFFFF;
	height:100%;
	clear:both;
}
#sidebar h2 {
	text-transform:uppercase;
	padding-bottom: 5px;
	border-bottom: solid 2px #403D1E;
	font-size:100%;
	padding-left:10px;
}
#sidebar ul {
	color:#FFFFFF;
}
#sidebar li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
/************End of Left bar************/

/************Content************/
#content {
	width:627px;
	background-color:#CC6633;
	float: left;
	background:url(images/background.jpg) repeat-y;
	min-height: 686px;
	font-size:12px;
	padding-bottom:70px;
}
*html #content {
	height: 627px;
}

/************Content column 1************/

#content #column_1 {
	float:left;
	position:relative;
	width: 382px;
	left: 25px;
}
#column_1 h1 {
	color: #10214A;
	text-align:center;
	text-transform: uppercase;
	font-size:18px;
}
#column_1 h2 {
	color: #091B4E;
	font-size:14px;
	font-weight:bold;
	padding-top: 15px;
	/*background-color:#9999CC;*/
}
#column_1 h3 {
	color: #091B4E;
	font-size:12px;
	font-weight:bold;
	padding: 0px;
	margin:2px;
	/*background-color:#9999CC;*/
}

#column_1 a {
	color:#000000;
}

#column_1 ul{
	list-style:square;
}
#column_1 ul ul{
	list-style: disc;
}
#column_1 a:hover {
	color:#C0A405;
}
#special
{
	padding:6px;
	text-align:center;
}
#special a {
	color:#C0A405;
	font-weight:bold;
	padding: 5px;
}
#special a:visited {
	color:#C0A405;
	font-weight:bold;
	padding: 5px;
}
#special a:hover {
	color:#000000;
}
.image_caption
{
	font-style:italic;
	width: 100%px;
	text-align:center;
	margin: 2px auto 10px auto;
	
}


/************End of Content column 1************/

#column_2 {
	float:left;
	position:relative;
	width: 196px;
	left: 49px;
	font-weight:bold;
}

#column_2 a
{
	color:#000000;
	font-weight:bold;
}
#column_2 a:hover
{
	color:#091B4E;
}
#column_2 img
{
	border:none;
}

#column_2 p
{
	padding-left:20px;
	padding-right:25px;
}
#column_2 h3
{
	text-transform:uppercase;
	color: #912918;
	padding-left:12px;
	padding-right:25px;
	border:none;
	text-align:left;
}
#star_list
{
	margin: 30px 25px 0px 10px;
	padding:0px;
	list-style: none;
	font-weight:bold;	
}
#star_list li
{
	
	vertical-align:top;
	padding-left: 25px;
	padding-bottom:12px;
	background: url("images/GoldStarBullet.gif") no-repeat;
}
*html #star_list
{
	padding:0px;
}
div.clear {
	clear:both;
}
div.clear2 {
	clear:both;
	background-color: #FFFFFF;
	width: 800px;
}

#footer {
	position: relative;
	margin: 0px auto 0px auto;
	width: 880px;
	
	text-align:center;
}
.footer_links {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
