/*
Global Tag formatting
*/
body {
	background-color: #d7d7d7;
}

h1 {
	font: normal normal 2em/2em Helvetica,Arial,Georgia,Serif;
    padding-left: 10px;
}

/*
Site section formatting
*/
div#header {
	background-color: #716C69;
	border-bottom: 1px solid #f3f3f3;
}

div#content {
	border-top: 1px solid #DCDCDC;
	background: #000 url('images/content_top_border_bg.png') top left repeat-x;
}

div#sub_content {
	background-color: #C0C0C0;
}

div#footer {
	background-color: #000;
}

/*
Page content area formatting
*/
div#sub_content p {
	font-size: 1.1em;
	line-height: 1.2em;
	font-family: Helvetica, Georgia, Arial, serif;
	padding: 4px 10px;
}

div#sub_content dl {
	padding: 4px 10px;    
}

div#sub_content dl dt {
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: bold;
    margin: 10px 0 0 0;
}

div#sub_content dl dd {
    font-size: 1em;
    line-height: 1em;
    margin: 5px 0 0 10px;
}

/*
Navigation Menu formatting
*/
ul#nav_menu li {
	list-style-type: none;
	text-align: left;
}

ul#nav_menu li a {
	text-decoration: none;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #fafafa;
	font-family: Arial;
	letter-spacing: 0.1em;
}

ul#nav_menu li a:hover {
    font-weight: bold;
	color: #FFF8DC;
    padding-left: 6px;
}

/*
Page Footer formatting
*/
div#footer p {
	text-align: center;
	color: #f2f2f2;
	font-size: 0.9em;
	line-height: 1.6em;
}