/* HTML Elements */
	
body {
	margin: 0;
	color: #000;
	background: #fff url(./../images2/pagebg.gif) repeat-y;
	}
	
body, h1, h2, h3, p, ul, ol, td {
	font-family: verdana,arial,helvetica,sans-serif;
	}
	 
a:link, a:visited {
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
	}
	
a:hover, a:focus {
	color: #333;
	background-color: transparent;
	text-decoration: underline;
	}
	
h1 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	}
	
h2 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
	}
	
	td {
	font-size: 11px;
	}

		
	li {
	font-size: 11px;
	}
	
form {
	display: inline;
	margin: 0;
	}
	
cite {
	font-size: 10px;
	}
	
/* ID Selectors - Web page presentation */
#masthead {
	color: #000;
	background-color: #d2d2ac;
	}
	
#sidebar img {
	display: block;
	}
	
#navSecondary {
	padding-top: 5px;
	vertical-align: top;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #d1d1ab;
	}
	
#navSecondary a:link, #navSecondary a:visited {
	color: #000;
	background-color: #d1d1ab;
	text-decoration: none;
	}
	
#navSecondary a:hover, #navSecondary a:focus {
	color: #666633;
	background-color: #d1d1ab;
	text-decoration: none;
	}
	
#primarynav {
	color: #fff;
	background-color: #000;
	}
	
#primarynav img {
	display: block;
	}
	
#contentarea {
	width: 410px;
	padding-bottom: 25px;
	padding-top: 25px;
	color: #000;
	background-color: #fff;
	vertical-align: top;
	}
	
#contentarea p {
	font-size: 11px;
	color: #000;
	background-color: #fff;
	}
	
ul.links {
	font-size: 11px;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	}
	
ul.links li {
	list-style: disc;
	margin-top: 8px;
	list-style-position: inside;
	}
	
.tableHeader2y {
	background-color:#ffffcc;
	color:000000;
	font-weight:bold;
	text-align:center;
	}
  
.TheaderBlueWhite {
	background-color:#000080;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	}
  
.tgrey {
	background-color:#e9e9e9;
	color:#000000;
	font-weight:bold;
	text-align:center;
	}
  
.tgrey2 {
	background-color:#e9e9e9;
	}

.sideMenuStatic 
{
	padding-left: 20px;
	line-height: 20px;
	width: 90%;
}

.sideMenuStatic a
{
	color: Black;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.sideMenuStatic a:hover, .sideMenuStatic a:focus 
{
	color: #666633;
}

.sideMenuDynamic
{
	background-color: #D2D2AC;
	border-bottom: solid 1px Black;
	border-right: solid 1px Black;
	border-top: solid 1px Black;
	line-height: 20px;
	z-index: 100;
	margin-left: 7px;
}

.sideMenuDynamic td
{
	background-color: #D2D2AC;
}

.sideMenuDynamic a
{
	color: Black;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.sideMenuDynamic a:hover, .sideMenuDynamic a:focus 
{
	color: #666633;
}

.sideMenuStaticSelected td, .sideMenuStaticSelected a
{
	color: Maroon;
	font-size: 10px;
}

.sideMenuDynamicSelected td, .sideMenuDynamicSelected a
{
	color: Maroon;
	font-size: 10px;
}

.topMenuStatic a
{
	font-weight: bold;
	color: #fff;
	display: block;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-top: 4px;
	text-decoration: none;
	width: 156px;
}

.topMenuStatic a:hover, .topMenuStatic a:focus 
{
	background-color: #6D180A;
}

.topMenuStaticSelected td, .topMenuStaticSelected a 
{
	background-color: #98220E;
}