@charset "utf-8";
/* CSS Document */

body{
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background-image:url(../images/bg.jpg);
}

a, a img{
	text-decoration:none;
	border:none;
}

.left_panel{
	float:left;
	width:256px;
	/*height:642px;*/
	background-image:url(../images/red_panel.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:30px;
	padding-right:10px;
}

.navigation{
	height:40px;
	width:800px;
	padding:10px 10px 10px 10px;
	text-align:center;
	line-height:20px;
	font-weight:bold;
}

.navigation a{
	text-decoration:none;
	color:#000;
}

.navigation a:hover{
	color:#900;
}

.main_panel{
	float:left;
	width:555px;
	height:618px;
	text-align:center;
}

.main_panel_title{
	background-image:url(../images/main_title.png);
	background-repeat:no-repeat;
	line-height:+2;
	margin:0px 0px 0px 0px;
	height:86px;

}


#main_panel_content{
	background-image:url(../images/main_text.png);
	background-repeat:repeat-y;
	min-height:450px;
	padding:0px 50px 0px 20px;
	text-align:left;
}
#main_panel_content a{
	color:#900;
	font-weight:bold;
}

#main_panel_content a:hover{
	color:#000018;
}

.main_panel_bottom{
		background-image:url(../images/main_bottom.png);
		height:86px;
		margin:0px 0px 0px 0px;
}

.footer{
	width:520px;
	height:50px;
	color:#FFF;
	background-color:#000018;
	text-align:center;
}

.footer a{
	text-decoration:none;
	color:#FFF;	
}

.footer a:hover{
	color:#F00;
}

.content{
	text-align:center;
	width:900px;
}

h2{
	color:#900;
	font-size:16px;
	margin:0px 0px 0px 0px;
}

ul, ol{
	margin: 0px 0px 0px 0px;	
}

.loc_right{
	float:right; 
	width:200px; 
	padding-left:10px;
	text-align:center;
}

table.hints th{
	vertical-align:top;
	border-left:solid 1px #900;
}