*
{
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Verdana,Arial,Sans-Serif;
	font-size:11px;
}


H1
{
	font-size: 18px;
	margin: 0px;		text-align: left;		margin-bottom: 25px;		color: #01316e;
}

H2
{
	font-size:16px;
	margin:0px;
	padding:5px 0px;
}

H3
{
	font-size:14px;
	margin-bottom:5px;
}

H4
{
	font-size:12px;
}

#header
{
	width: 990px;
	margin: 0 auto;
}

#top_menu
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#top_menu a
{
	color: #6f3600;
	text-decoration: none;
}

#top_menu a:hover
{
	text-decoration: underline;
}

#top_logo
{
	background-color: #e8aa31;
	position: relative;
	height: 66px;
	width: 100%;
	border: 1px solid #6f3600;
}

#top_logo a
{
	position: absolute;
	left:0;
	text-decoration: none;
	display: block;
}

#second_menu
{
	background-color:#72472B;
	color:#FFFFFF;
	text-align: center;
	padding:3px 0 4px;
	width: 100%;
	border:1px solid #6F3600;
}

#second_menu a
{
	color: #fff;
	text-decoration: none;
}

#second_menu a:hover
{
	color:#E09620;
}

#slogan
{
	height: 163px;
	background-image: url('/img/slogan.png');
	background-position: center center;
	background-repeat: no-repeat;
		
}

#menu_container
{
	width: 1000px;
	margin: 0 auto;
}

#menu
{
	/*min-height: 127px; */
	/*text-align: justify;*/
	text-justify:newspaper;
}
.menu_block
{
	display:-moz-inline-box; 
	display:inline-block;
	width: 245px;
	vertical-align:top;
	height: 127px;
}

/*IE6*/* html .menu_block{ display:inline; height: 250px;}

/*IE7*/* + html .menu_block{ display:inline; height: 250px;}

.menu_item, .menu_item_selected
{
	width: 245px; 
	height: 127px; 
	background-position: center center;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
}

.menu_item
{
	color: #01316e;
	background-image: url('/img/menu_unsel.gif'); 
}

.menu_item_selected
{
	color: #FFF;
	background-image: url('/img/menu_sel.gif');
}

a.menu_item_caption
{
	text-decoration: none;
	display:-moz-inline-stack;
	display:inline-block;
	+display:inline;
	+zoom:1;
	vertical-align:middle;
	width: 112px;
}

.menu_item a.menu_item_caption
{
	color: #01316e;
}

.menu_item_selected a.menu_item_caption
{
	color: #fff;
}

.magic
{
	width:1px; 
	margin-right:-1px;
	vertical-align:middle;
	display:-moz-inline-stack;
	display:inline-block;
	+display:inline;
	+zoom:1;
	height:127px;
}

#under
{
	display:-moz-inline-box; 
	display:inline-block; 
	width:100%; 
}

.submenu
{
	width: auto;
	background-repeat: no-repeat;
	/*background-image: url('/img/menu_delimeter.gif');
	padding-left: 18px;
	padding-right: 18px;*/
}

.submenu a
{
	color: #01316e;
}

#content 
{
	width: 974px;
	margin: 0 auto;
	margin-top: 0px;
	text-align: center;		/*border-left: 1px solid #3581dd;*/
	position: relative;
	top: 40px;
}

#right
{
	width: 447px;
	float: left;
	text-align: center;
	padding: 0 20px 0 20px;
	max-height: 520px;
}

#right img
{
	max-width: 450px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) > 450? "450px":"auto");
}

#left
{
	text-align: left;
	width: 446px;
	float: left;
	border-left: 1px solid #3581dd;
	padding: 0 20px 0 20px;
	color: #01316e;
	overflow: auto;
	max-height: 520px;
	height: expression( this.scrollHeight > 519 ? "520px" : "auto" );
	scrollbar-face-color: #f6f6f6;
	scrollbar-track-color: #fdfdfd;
	scrollbar-arrow-color: #d6d6d6;
	scrollbar-darkshadow-color:#f6f6f6;
	scrollbar-shadow-color: #f6f6f6;
	scrollbar-highlight-color: #f6f6f6;
}


/*IE6*/ * html #left {width: 456px; padding: 0 10px 0 10px;} 
/*IE7*/ * + html #left {width: 456px; padding: 0 10px 0 10px;}

#left p
{
	text-align: left;
}

#start_test
{
	text-align: center;
}

#footer
{
	padding-top: 50px;
	/*height: 100px;*/
	text-align: center;
	clear: both;
}

#bottom_menu a
{
	color: #3581dd;
	text-decoration: none;
}

#bottom_menu a:hover
{
	text-decoration: underline;
}

#copyright
{
	color: #aaa;
	padding: 10px;
}

#altContent
{
	position: relative;	
}

ol
{
	margin-left: 15px;
}

textformat
{
	display: block;
	margin: 10px;
}

.padding
{
	float: left;
	width: 245px;
	height: 80px;
	position: absolute;
	z-index: -1;
	display: none;
}


#paddings
{
	position: relative;
	bottom: 63px;
}

#submenu_container
{
	position: relative;
	top: 10px;
	width: 1000px;
	clear: both;
}