/*
 * HTML Tag appearance
 *
 *
 */
* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #959595;
	/*color: white;*/
	font-family: "Trebuchet MS", serif;
	font-size: 90%;
}
/*
 * misc defaults
 *
 */
img {
	border: 0px;
}
h1, h2, h3 {
	font-family: sans-serif;
	font-weight: bold;
   font-variant: small-caps;
	margin: 0;
   padding: 0;
}
p {
	padding-top: 1em;
}
ol, ul {
   list-style: outside;
   margin-left: 1em;
	margin-top: 1em;
}
ol li, ul li {
   line-height: 1.5em;
	margin-left: 2em;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 125%;
}
h2 {
	padding-top: 1em;
	font-size: 120%;
}
h3 {
	padding-top: 1em;
	font-size: 110%;
}
h4 {
	padding-top: 1em;
	font-size: 100$;
}
/*
 * Major DIV Ids
 *
 *
 */
#BodyMid {
	background-color: #E2EBED;	
	background-image: url(images/BodyMidBackground.gif);
	background-repeat: repeat-y;
	color: black;
	height: 100%;
   margin: auto;
   margin-top: 2em;
	width: 710px;
}
#BodyMidTop {
	background-color: #959595;
	background-image: url(images/BodyMidTop.gif);
   background-repeat: no-repeat;
	width: 710px;
	height: 10px;

}
/*
 * Tan Hack for IE6 BodyMidTop bug (Please God get rid of IE6!)
 */
* html #BodyMidTop {
	height: 10px;
   margin-top: -10px;
	border-left: 1px solid black;
	width: 709px;
}

#BodyMidBottom {
	background-color: #959595;
	background-image: url(images/BodyMidBottom.gif);
	background-repeat: no-repeat;
	width: 710px;
	height: 10px;
}

#Page {
   background-color: #E2EBED;		
/*    border-top: 1px solid Silver; */
	padding: 0;
	margin: 0;
	margin-left: 1px;
	width: 702px;
}
#MenuV {
	clear: left;
	float: left;
	min-height: 400px;
	width: 145px;
}
#WorkArea {
	background-color: White;
   border-left: 1px solid silver; 
   border-top: 1px solid silver; 
   border-bottom: 1px solid silver; 
	float: left;
	min-height: 400px;
	padding: 0;
 	padding-left: 7px;
	padding-bottom: 0.5em;
/*   padding-right: 5px; */
	width: 549px;
}


/*
 * Tan hack for IE minimum height
 */
* html #WorkArea {
	height: 400px;
}


/*
 * Footer
 */
#Footer {
	background-color: #EBEBEB;
background-color: #E2EBED;		
/*	border-top: 1px solid black; */
	clear: both;
   padding-left: 2px;
	width: 700px;
}

#Footer div.Menu UL {
	margin: 0;
	padding: 0;
	padding-left: 1em;
}
#Footer div.Menu LI {
	display: inline;
	margin: 0;
	padding: 0;
}
#Footer A {
	border-right: 1px solid silver;
	color: black;
	font-weight: bold;
	font-size: 80%;
	padding-left: 0em;
	padding-right: 1em;
	text-decoration: none;
}
#Footer A:hover {
	text-decoration: underline;
}#Footer Div.Copyright {
	padding-left: 1em;
	font-size: 80%;
}













