/* CSS Document */

body {
	background-color: #8B949C;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 860px;
	margin: 0 auto;
	position: relative;
	
}

hr {
	border-style: none;
	height: 1px;
	color: white;
	background-color: white;	
}

.inputFormat label {
	float: left;
	margin-right: 0.5em;
	text-align: right;
	width: 10em;
}

.content {
	margin: 2em 0.5em 0.5em 0.5em;
	border: 1px solid #C0C5C9;
	width: 602px;
	float: left;
}

.textContent {
	margin: 2.2em 0.5em 0.5em 0.5em;
	padding: 0.5em;
	border: 1px solid #C0C5C9;
	font-size: .9em;
	width: 589px;
	float: left;
}

.textContent h2 {
	font-size: 1.1em;
	margin: 0 0 0 0;
}

.textContent h3 {
	font-size: 1em;
	font-style: oblique;
}

.textContent p {
	margin-bottom: 1em;
}

.textContent a:link {
	text-decoration: underline;
	color: white;
}

.textContent a:visited {
	text-decoration: underline;
	color: white;
}

.glossymenu {
	margin: 2em 0;
	padding: 0;
	width: 15em; /*width of menu*/;
	float: left;
}

.glossymenu a.menuitem {
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 0.3em 0;
	padding-left: 0.7em;
	text-decoration: none;
	border-color: #C0C5C9;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	background-color: #747D87;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
}

.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:#636B74;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #C1C6CA;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	background-color:
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 0.2em 0;
	padding-left: 0.7em;
}

.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
}
