Body, Table
{
	FONT-FAMILY: Arial;
	font-size: 11px;
	color: #000000;	
}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, tr, div, img, input
{
	padding: 0px;
	margin: 0px;
}

html, body
{
	height: 100%;
}

a
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

h1
{
	color: #000000;
	font-size: 15px;
	font-weight: bolder;
	margin-bottom: 10px;
}

h2
{
	color: #000000;
	font-size: 13px;
	font-weight: bolder;
	margin-bottom: 8px;
}

h3, h4, h5, h6
{
	color: #000000;
	font-size: 11px;
	font-weight: bolder;
	margin-bottom: 5px;
}

p
{
	margin-bottom: 10px;
}


#Conatiner
{	
	width: 990px;
	min-height: 100%;
 	height: auto;
	margin: 0 auto;
}

#Header 
{
	background: #003366;
}

#Menu
{
	background: #336699;
	border-Top: 1px solid #6699CC;
	border-bottom: 1px solid #003366;
}

#Sidebar 
{
	width: 100px;
	float: left;
}

#footer 
{
	width: 990px;
	position: relative;	
	margin: -21px auto 0;
	min-height: 20px;
 	height: auto;
	line-height: 20px;
	color: #003366;
	border-top: 1px solid #6699CC;
	clear: both;
}

#footer div
{
	float:left;
	padding-Left: 20px;
}

#footer a
{
	color: #003366;
	text-decoration: none;
}

#footer a:hover
{
	color: #003366;
	text-decoration: underline;
}

#Content-Area
{
	width: 990px;
	margin-bottom: 20px;
}

#Content
{
	padding: 10px;
}

#Content ul, #Content ol
{
	margin-Left: 20px;
}

#Content
{
	padding: 10px;
}

.hr
{
	padding: 10px 0px;
}

.hr div
{
	width: 90%;
	border-bottom: 1px solid #6699CC;
}

.ContactUs-TextBoxes
{
	width: 100%;
}

.ContactUs-TextAreas
{
	width: 100%;
	height: 200px;
}