body
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

h1
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 0.8em 0;
	padding: 0;
}

a:link, a:visited, a:focus, a:hover, a:active
{
	color: #ffffff;
	text-decoration: underline;
}

a:hover
{
	color: #f28b00;
}

#container
{
	background-color: #333541;
	border: 1px solid #000;
  margin: 10px auto;
	width: 800px;
	overflow: visible;
}

#header
{
  background-color: #ffffff;
	width: 100%;
}
  #header h2
  {
    color: #353442;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    padding: 8px 18px 8px;
    text-align: right;
  }
	#header_top
	{
		height: 47px;
    background-color: #565656;
    border-bottom: 1px solid #777777;
	}
		#header_top h1
		{
			color: #7b7b7b;
			float: left;
			font-size: 26px;
			font-weight: normal;
			letter-spacing: 1px;
			padding-top: 10px;
			padding-left: 15px;
		}
		#header a#logo_link
		{
			float: right;
			background-image: url("../images/header_logo.gif");
			width: 193px;
			height: 47px;
		}
			#header a#logo_link span
			{
				display: none;
			}

#nav
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	overflow: hidden;
}

	#nav ul
	{
		list-style-type: none;
		margin: 0px;
		padding: 0px;	
		width: 100%;
	}
	
		#nav li
		{
			float: left;
		}
		
			#nav li a
			{
				background-image: url("../images/nav_background_small.jpg");
				background-position: 5px -1px;
				border-right: 1px solid #b3afae;
				display: block;
				font-size: 11px;
				color: #ffffff;
				text-decoration: none;
				line-height: 22px;
				padding-left: 35px;
				padding-right: 21px;
			}
			
			#nav li a:hover
			{
				background-image: url("../images/nav_background_hover_small.jpg");
			}
	
			#nav li.last a
			{
				border-right-width: 0px;
			}

#subnav
{
	background-color: #555555;
	border-bottom: 1px solid #818181;
	width: 100%;
	overflow: hidden;
	height: 27px;
}
	#subnav ul
	{
		list-style-type: none;
		margin: 0px;
		padding: 0px;	
		width: 100%;
	}
		#subnav li
		{
			float: left;
		}
			#subnav li a
			{
				display: block;
				font-size: 11px;
				color: #ffffff;
				text-decoration: none;
				line-height: 27px;
				padding-left: 25px;
				padding-right: 25px;
			}
			#subnav li a:hover
			{
				color: #fe9900;
			}

#content
{
	clear: both;
	font-size: 0.8em;
	padding: 15px 15px 5px 15px;
	min-height: 400px;
}
	#content h1
	{
		font-size: 1.4em;
		font-weight: normal;
		letter-spacing: 1px;
	}
	#content div.title_underline
	{
		border: 1px solid #fff;
		background-color: #f28b00;
		height: 2px;
	}

	#content dt
	{
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	#content dd
	{
		margin: 0 0 20px 0;
		padding: 0;
	}
#content-iframe-only
{
	clear: both;
	padding: 0;
}

#footer
{
	clear: both;
	color: #ffffff;
	font-size: 0.7em;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

