body
{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFCC;
	font: normal 13px Arial, sans-serif;
	color: #004000;
}

h3
{
	font: bold 16px Arial, sans-serif;
	color: #004000;
}

p
{
	font: normal 13px Arial, sans-serif;
	color: #004000;
}

td
{
	font: normal 13px Arial, sans-serif;
	color: #004000;
}

li
{
	font: normal 13px Arial, sans-serif;
	color: #004000;
}

a
{
	font: normal 13px Arial, sans-serif;
	text-decoration: none;
	color:#0000FF;
}

a.heading
{
	font: bold 13px Arial, sans-serif;
	text-decoration: none;
	color:#0000FF;
}

a.italic
{
	font: italic 11px Arial, sans-serif;
	text-decoration: none;
	color:#0000FF;
}

img.bordered
{
	border-width: 2px;
	border-color: #eeeeee;
	padding: 5px 5px 5px 5px;
	border-style: outset;
}

.rotate
{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	padding: 5px 5px 5px 5px;
	margin-left: 50px;
	background-color: #eeeeee;
}

#wrapper
{
	margin: 0px 0px 0px 0px;
	background: url(/images/backgrounds/background900.jpg) repeat-x top left;
}

#header
{
	left: 50%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 1000px;
	width: 1000px;
	text-align: center;
}

#headeremail
{
	color: #ffffff;
	font: bold 13px Arial, sans-serif; 
}

#headeremail a
{
	font: bold 13px Arial, sans-serif;
	text-decoration: none;
	color:#ffffff;
}

#headerpics
{
	left: 50%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0px;
	width: 1000px;
	height: 168px;
	text-align: center;
	line-height: 168px;
}

.imghead
{
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px -2px;
	width: 190px;
	height: 153px;
}

#container
{
	margin: 0 auto;
	margin-top: 10px;
	padding: 0px;
	left: 50%;
	width: 1000px;
	min-height: 1000px;
}

#menu
{	
  float:left;
	padding-left: 15px;
	left: 0;
	width: 190px;
	min-height: 1000px;
}

#content
{
  
	padding-right: 22px;
	padding-left: 20px;
	margin-left: 191px;
	min-height: 1000px;
}

.glossymenu
{
	margin: 5px 0;
	padding: 0;
	width: 165px; /*width of menu*/
	border-width: 2px;
	border-color: #eeeeee;
	padding: 5px 5px 5px 5px;
	border-style: outset;
	border-bottom-width: 1px;
}

.glossymenu a.menuitem
{
	background: url(/images/menus/arrow-list.gif) no-repeat 2px center;
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #00014e;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #999;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active
{
	color: #00014e;
}

.glossymenu a.menuitem .statusicon
{	/*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover
{
	background-color: #ffffcb;
	background-image:url(/images/menus/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
	color: black;
}

.glossymenu div.submenu
{	/*DIV that contains each sub menu*/
	/*background: #FAECCF;*/
}

.glossymenu div.submenu ul
{	/*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li
{
	/*border-bottom: 1px solid #999;*/
}

.glossymenu div.submenu ul li a
{
	display: block;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 20px;
}

.glossymenu div.submenu ul li a:hover
{
	background: #ffffcb;
	color: black;
}

/* Accordion */
.surround 
{
  width: 100%;
  margin: 0 auto;
}

h2.acc_trigger 
{
  padding: 0;	
  margin:  0 0 1px 0;
  height: 25px;	
  line-height: 25px;
  width: 100%;
  float: left;
  border: 1px solid #eeeeee;
}
h2.acc_trigger a 
{
  color: #000000;
  font-size: 22px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  padding: 0 0 0 25px;
}
h2.acc_trigger a:hover 
{
  color: #004000;
  background: #ffffcb;
  border: 1px solid #004000;
}
h2.active  {background-position: left bottom;}
.acc_container 
{
  margin: 0; 
  padding: 5px;
  overflow: hidden;
  clear: right;
  width: 100%;
}
    
