/* Theme Style */

* { margin: 0; padding: 0; }


/* ------------------------------ MENU ---------------------------*/
#menu {
width: 100%;
height: 36px;
background: #FFFFFF url("images/menu-bg.gif") top left repeat-x;
font-size: 0.8em; 
font-family: "Trebuchet MS"; 
font-weight: bold; 
font-size: 13; 
list-style-type: none; 
float: left;
}

#menu li {
display: block;
list-style: none;
width: auto;
height: 36px; 
background: #FFFFFF url("images/menu-bg.gif") top left repeat-x;
color: #FFFFFF; 
text-decoration: none; 
display: block; 
float: left; 
padding: 0 10px 0 10px;
position: relative;
}

#menu a {

color: #FFFFFF; 
text-decoration: none; 
display: block; 
float: left; 
line-height: 250%; 
position: relative;
width: auto;
}

/*--------------------------------Divs style--------------------------------------*/
.announcement_header{	
	width:90%;	
	margin: 0px auto 0px 0px;
	background: #EDEDED;	
}
.announcements{
	position:relative;
	width:90%;	
	background: #EDEDED;
}

/* -------------------------------- Page style -----------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background: white;
	margin-top: 10px;
}

.container {
	width: 100%;
	border: 0px solid #cccccc;
	margin: auto;
	background: white;
}

.content {
	margin: auto;
	padding: 10px;
	clear: both;
}

a { color:#006699; text-decoration: none; }
a:hover { color:#DB8606; text-decoration: underline; }

td {
	color: #3E3E3E;
	text-decoration: none;
	border: none;
}
p { padding: 3px 0 3px 0; }
h1,h2,h3,h4,h5,h6 { margin: 5px 0 5px 0; }
hr {
  text-
  margin: 5px auto 5px auto;
  border: 0;
  width: 100%;
  color: #F3C67D;
  background-color: #F3C67D;
  height: 2px;
}
hr.a {
  
 border: none 0; 
	color: #990033;
  background-color: #990033;
	
	height: 1px;
		text-align: left;}

.nav {
	border-top: 1px solid #999;
	background: #FFFFFF url("images/bgbar.gif");
	line-height: 25px;
	height: 25px;
	text-align: right;
}
.nav li {
	height: 25px;
	line-height: 25px;
	margin-left: 3px;
	display: inline;
}
.nav ul { padding-right: 5px; }
.nav a {
	color: white;
	text-decoration: none;
	border: none;
}
.nav a:hover { color: black; text-decoration: none; }

textarea { width: 99%; }
option { padding-right: 5px; }
.content table td { padding: 3px; }
.content table td table td { padding: 2px; }
.content table td table td table,.content table td table td table td { padding: 0; margin: 0; }
.pre-footer {
	border-bottom: 25px solid #999;
	background: #EEB358 url("images/bgbar.gif");
	line-height: 25px;
	height: 25px;
	text-
	font-size: 10px;
	color: white;
}
.footer { 
	padding: 3px 10px 3px 10px;
	color: #CCC;
	font-size: 10px;
	line-height: 25px;
	height: 25px;
}
.barTxt { font-size: 10px; color: white; }

/*--------------------------------Accordion style--------------------------------------*/

.accordion_toggle {
display: block;
width: 80%;
height: 30px;
background: #990033;
line-height: 30px;
color: #ffffff;
text-decoration: none;
outline: none;
font: bold 12px arial, helvetica, sans-serif;
border-bottom: 1px solid #7D0018;
margin: 0 0 0 0;
padding: 10px 0px 0px 10px;
}
		
.accordion_toggle_active {
background:#EFEFEF;
color: #000000;
border: 1px solid #7D0018;

}
		
.accordion_content {	
color: #000000;
overflow: hidden;

}
		
.vertical_accordion_toggle {
display: block;
height: 30px;
width: 75%;
background:  #990033;
line-height: 30px;
color: #ffffff;
text-decoration: none;
outline: none;
font: bold 12px arial, helvetica, sans-serif;
border-bottom: 1px solid #7D0018;
margin: 0 0 0 0;
padding: 10px 0px 0px 10px;

}

.vertical_accordion_toggle_active {
background: #EFEFEF;
color: #000000;
border-left: 1px solid #7D0018;
border-right: 1px solid #7D0018;
border-bottom: 1px solid #7D0018;

}

.vertical_accordion_content {
color: #000000;
overflow: hidden;

}

.vertical_accordion_content p {
line-height: 150%;
padding: 10px;
font: bold 12px arial, helvetica, sans-serif;

}

#vertical_nested_container {
margin: 0 0 0 10px;
width: 100%;
}

#vertical_nested_container2 {
margin: 0 0 0 10px;
width: 100%;
}

#vertical_nested_container3 {
margin: 0 0 0 10px;
width: 100%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}