body
{
	background-color: #9d9d9d;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-y;
	background-position: center; 		
}

h1, h2, h3, h4, h5, h6
{
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}

h1
{
	font-size:20px;
}

h2
{
	font-size:18px;
}

h3
{
	font-size:16px;
}

p
{
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}

a
{
	text-decoration:underline;
	color:#006699;
}

a:hover
{
	text-decoration:none;
	color:#990000;
}

#Container
{
	width:700px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.BlueLine
{
	background-image:url(../images/bar-thinblue.jpg);
	height:12px;
	display:inline-block;
	clear:both;
	overflow:hidden;
}

#Navigation
{
	margin-top:10px;	
}

#InnerContent
{
	width:700px;
	margin: 0 auto;
}

#ContentPage
{
	width:670px;
	margin: 0 auto;
	margin-top:10px;
}

#GenericContact
{
	background-image:url(../images/bg-greenpanel.jpg);
	height:42px;
	width:668px;
	margin: 0 auto;
	text-align:center;
	font-size:11px;
	padding-top:7px;
	margin-top:10px;
	margin-bottom:10px;
}

#GenericContact a
{
	color:#990000;
	text-decoration:none;
	border-bottom:none;
}

#GenericContact a:hover
{
	color:#990000;
	text-decoration:underline;
	border-bottom:none;
}

#BlackFooter
{
	background-image:url(../images/bar-bigblack.jpg);
	height:53px;
	color:#000000;
	font-size:11px;
	line-height:14px;
	padding-top:8px;
	text-align:center;
}

#BlackFooter a
{
	color:#000000;
	text-decoration:none;
	border-bottom:none;
}

#BlackFooter a:hover
{
	color:#ff6600;
	text-decoration:underline;
	border-bottom:none;
}