/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: .95em;
	color: #000;
	text-align: center;
}

p, h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align:left;
	color: #000;
	margin:0;
}



a:visited { color: #006699} 
a:link { color: #006699} 
a:hover { color: #006699} 
a:active { color: #006699}

#Page-Wrapper{
}

#Header-Wrapper{
	background: url(../images/Header-Background.gif) repeat-x;
	height: 50px;
	border-bottom: #000 solid 1px;
}

#LHS-Content-Wrapper{
	float: left;
	border-right: #000 solid 1px;
}

#Logo-Wrapper{
	background: url(../images/Logo.jpg) no-repeat; 
	height: 169px;
	width: 300px;
	border-bottom: #000 solid 1px;
}

#Address-Wrapper{
	background: url(../images/LHS-Background.gif) repeat-x;
	width: 300px;
}

#Address{
	margin: auto;
}

#Address .padding{
	padding: 25px;
}

#Address p{
	font-family:"Times New Roman", Times, serif;
	font-size: 125%;
	margin: 0;
	line-height: 200%;
}

#Main-Content-Wrapper{
	background: url(../images/Main-Content-Background.gif) repeat-y;
	margin-left: 300px;
}

/* hide from IEMac \*/
* html #Main-Content{
position:relative;
left:-3px;
margin-right:-3px;
}
/* end hide IEMac */

#Main-Content{
}

#Main-Content .padding{
	padding: 18px;
}

#Main-Content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 10px;
	margin-top: 0;
	text-align:left;
}

.Black{
	color: #000;
}



#RHS-Content-Wrapper{
	width: 264px;
	float: right;
	padding: 0;
}

#RHS-Content-Wrapper .padding{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#Information-Wrapper{
	width: 250px;
	background: url(../images/Services-BG.gif) repeat-y;
	text-align: left;
	margin-top: 20px;
}

#M-Wrapper{
	width: 254px;
	margin-top: 20px;
}

#M-Wrapper .padding{
	padding-left:10px;
	padding-right:10px;
}

#Information-Wrapper ul{
	color: #006699;
	margin-top: 0;
	margin-bottom: 0;
	
}	

#Information-Wrapper li{
	color: #006699;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 80%;
	
}	

#Information-Wrapper .padding{
	margin:4px;
	padding:10px;
	border: #000 solid 1px;
}

#Footer-Wrapper{
	clear: both;
	border-top: #000 solid 1px;
}

#Footer-Wrapper .padding{
	padding: 10px 20px 10px 15px;
}

#Footer-LHS-Content{
	width: 300px;
	height: 100px;
	font-size: 60%;
	float:left;
}

#Footer-Middle-Content{
	font-size: 60%;
	height: 100px;
	margin-right: 260px;
}

#Footer-RHS-Content{
	width: 260px;
	height: 100px;
	font-size: 60%;
	float: right;
}


