* { 
	padding: 0;
	margin: 0;
}

body { 
width: 100%;
font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
background: #000066;
}

h1 {
	font-size: 200%;
	font-weight: 700;
}

h2 { 
	font-size: 150%; 
	margin-top: 10px;
}

a { color: #FF9621; }

#wrap {	margin: 20px auto;	width: 75%; background: #000066; }

#header {
height: 70px;
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0;
}

#header h1 { margin: 0; padding-left: 1px; padding-top: 12px; font-size: 1.1em; color: #FF9621; }
#header h1 a { font-size: 1.1em; color: #FF9621; text-decoration: none;}
#header h2 { margin: 0; padding-left: 1px; padding-top: 0px; font-size: .8em; color: #fff; }

#right {
font: 80% Arial, Helvetica, sans-serif;
float: right;
width: 72%;
margin-top: 15px;
margin-left: 10px;
color: #f4f4f4;
}

#right p {
	margin-top: 10px;
}

#center {
font: 80% Arial, Helvetica, sans-serif;
width: 95%;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
color: #f4f4f4;
}

#left { 
font: 80% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
width: 24%;
padding: 1px;
line-height: 1.4em; 
}

#left li { list-style-type: none; border-bottom: 1px dotted #fff;}
#left li a {text-decoration: none; }
#left li a:hover {color : #FFEB31;}

#footer a { 
color: #FF9621;
text-decoration: none;
line-height: 22px;
} 

#footer a:hover {color: #FFEB31;}

#footer {  
position: relative;
width 100%;
margin-left: auto;
margin-right: auto;
clear: both;
font: 70% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-align: center;
margin-bottom: 5px;
color: #fff;
height: 22px;
}

.current-footer {
	font-weight: 700;
	font-size: 120%;
}
.current-footer a:hover {
	color: #FFEB31;
}


IMG.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.notices {
	text-align: center; 
	color: #eee; 
	font-size: 75%;
}

.notices a:hover {
	color: #FFEB31;
}

.current {
	font-weight: 700;
	font-size: 120%;
}

.current a:hover {
	color: #FFEB31;
}

.img-right {
	position: relative;
	float: right;
	margin: 2px;
}

#flashcontent {				
	margin: 0px 0px 0px 0px;	
	width: 600px;	
	height: 400px;
	
}

.bold_text {
	font-weight: 700;
	color: #fff;
}

.table_link a {
	text-decoration: none;
}

.table_link a:hover {
	color: #FFEB31;
}

.ih-wrap {
	width: 100%;
}

.text-right {
	clear: right;
	margin: 0;
	position: relative;
	float: right;
	text-align: right;
	color: #FF9621;
}

.text-left {
	clear: left;
	color: #FF9621;
	margin: 0;
	position: relative;
	float: left;
	text-align: left;
}

.indented-li {
	list-style-type: square;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 5px;
	font-style: italic;
}

.indented-li a:hover {color: #FFEB31;}

.ih-list li {
	padding-top: 5px;
}

.ih-list a:hover {
	color: #FFEB31;
}

