/* CSS Document */

*
{
	margin:0;
	padding:0;
}

#Wrapper
{
	width:770px;
	margin:10px auto;
	background:#FFFFFF;
}

body
{
	font:small Arial, Helvetica, serif;
	color:#000000;
	background:#000000 url(../graphics/BodyBG.gif);
}

#Header
{
	width:100%;
	display:block;
	height:100px;
	background:#020B50 url(../graphics/HeaderBG.png) bottom left repeat-x;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}

#Title
{
	display:block;
	padding:10px;
	padding-top:35px;
	padding-left:165px;
	background:url(../graphics/Header.png) no-repeat;
	height:100px;
}

#Title span
{
	font-size:60%;
}

#Container
{
	width:770px;
	float:left;
	background:url(../graphics/ContainerBG.png) top left repeat-y;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}

#Content
{
	text-align:justify;
}

#Content p,ol li
{
	line-height:150%;
}

#Navigation
{
	margin-top:5px;
	padding-top:5px;
	width:148px;
	float:left;
}

#Navigation ul
{
	list-style:none;
	border-top:1px solid #999999;
}

#Navigation li
{
	border-bottom:1px solid #999999;
}	

#Navigation a
{
	display:block;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	color:#000000;
	text-decoration:none;
	font:80% Georgia, "Times New Roman", Times, serif;
	background:#C9C9C9;
}

#Navigation a:hover
{
	background:#000066;
	color:#FFFFFF;
}

#Content
{
	margin:5px;
	padding:5px;
	width:600px;
	float:right;
}

#Footer
{
	width:750px;
	padding:10px;
	display:block;
	float:left;
	background:#020B50 url(../graphics/FooterBG.png) top left repeat-x;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	color:#FFFFFF;
	text-align:center;
	font-size:80%;
}

#Footer a
{
	color:#FFFFFF;
	text-decoration:none;
}

#Footer a:hover
{
	text-decoration:underline;
}