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

body{
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial, Tahoma, Helvetica;
	font-size: 11px;
	margin: 0;
	color: white;
	background-color: #4c4c4c;
	background-image: url("/images/background.jpg");
	background-position: center;
	background-repeat: repeat-y;
}

img{
	border: 0;
}

input, select{
	border: 1px solid #cccccc;
}

	input .default, select .default{
		border: inherit;
	}

a{
	text-decoration: none;
	color: #000000;
}

a:hover{
	color: #e11201;
}


h1{
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0;
}


h2{
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 3px 0;
}

h3{
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 1px 0;
}

.red_box{
	border: 1px solid #444444;
	background-color: black;
	margin-bottom: 20px;
	color: white;
}

	.red_box h2{
		display: block;
		width: 99%;
		height: 27px;
		padding: 2px 0 0 1%;
		margin: 0;
		color: white;
		background-image: url('/images/orange_bg.gif');
		background-repeat: repeat-x;
	}
	
	.red_box .inner_pane{
		padding: 0 1%;
		
	}
	
	.red_box p{
		margin-top: 0;	
	}


#canvas{
	width: 900px;
	margin: 0 auto;
	background-color: black;
	padding: 0 10px;
}

#header{
		height: 180px;
		width: 900px;
		background-image: url('/images/header.gif');
		background-repeat: no-repeat;
		background-color: black;
	}

	#index{
		width: 900px;
		height: 19px;
		font-size: 13px;
		margin-bottom: 15px;
		background-image: url('/images/menu_background.gif');
	}
	
		#index #links{
			/*padding-top: 9px;*/
		}
		
			#index a{
				font-size: 8pt;
				color: white;
				margin-right: 10px;
			}
			
			#index a:hover{
				color: #FF3300;
				text-decoration: underline;
			}
			
			
			
/********************   new  drop-down menu  ************************/

#links ul {
list-style:none;
padding:1px;
display:block;
}

#links ul li{
display:inline;
margin:0px;
padding:1px;
}

#links ul ul{
display:none; 
position: absolute;
left:-1px;top:98%;
list-style:none;
padding:0px;
height:auto;
background:#333;
}

#links ul li:hover>ul{display:block;}

#links ul a{
	display:inline;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
	font-size: 8pt;
	color: white;
	margin-right: 5px;
	margin-left: 3px;

	
}

#links ul ul li {float:none;
display:block;
text-align:left;
width:auto;
}

#links ul ul a {
	text-align:left;
	white-space:nowrap;
	width:auto;
}
#links ul li:hover{position:relative;}
			
/********************* new drop-down menu end *********************/			

#center_pane{
	width: 595px;
	padding: 15px;
	color: white;
}

	#center_pane .flash{
		width: 900px;
		height: 250px;
		background-color: black;
	}
	
	#center_pane a{
		color: #e11201;
	}
	
	#center_pane a:hover{
		color: #e11201;
		text-decoration:underline;
	}
	

#footer{
	width: 900px;
	margin: 0 auto;
	background-color: black;
	color: white;
	padding: 5px 0;
	border: 1px solid white;
	border-width: 1px 0 0 0;
}

	#footer a{
		color: #ffffff;
	}
	
	#footer a:hover{
		color: #ffffff;
		text-decoration: underline;
	}
		
