/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	background:#ddddee /*url(../graphics/BodyBG.png) top left repeat-x fixed*/;
	font:small Helvetica, Geneva, Arial, sans-serif;
	color:#000000;
}

#Wrapper
{
	width:770px;
	margin:10px auto;
	background:#FFFFFF;
	text-align:left;
}

#Header
{
	background:#000000 url(../graphics/HeaderBG.png) top left repeat-x;
	padding:10px;
	padding-bottom:5px;
	width:750px;
	float:left;
}

#TopNavigation ul
{
	width:750px;
	padding:10px;
	padding-top:0;
	padding-bottom:3px;
	float:left;
	background:#000000;
	list-style:none;
}

#TopNavigation li
{
	float:left;
	margin:1px;
}

#TopNavigation a
{
	background:#006666 url(../graphics/NavigationNormal.png) top left repeat-x;
	color:#FFFFCC;
	padding:3px 7px;
	border:1px solid #CC9966;
	border-bottom:0;
	font:90% Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

#TopNavigation a:hover
{
	background:#006666 url(../graphics/NavigationActive.png) bottom left repeat-x;
}
	
#Container
{
	width:770px;
	float:left;
}

#Content
{
	width:605px;
	margin:5px;
	margin-right:0;
	padding:5px;
	float:left;
	line-height:150%;
}

#Content p
{
	margin:20px;
	margin-left:10px;
}

#Content #Title
{
	font:small-caps 280% Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

#Signature
{
	margin-top:20px;
}

#RightSide
{
	width:130px;
	float:right;
	margin:5px;
	margin-left:0;
	padding:5px;
	padding-left:4px;
	border-left:1px solid #CCCCCC;
}

#Footer
{
	width:100%;
	padding:10px 0;
	text-align:center;
}