html, body{
	margin:10px;
	padding:0;
	text-align:center;
	font-family: cursive;
	font-size: small;
	background-color: #666666;
} 
 
#pagewidth{
	width: 750px;
	text-align:left;
	min-width: 500px;
	margin-left:auto;
	margin-right:auto;
	font-family: cursive;
	border: 1px solid #000000;
	clip:   rect(auto auto auto auto);
	top: 25px;
} 
 
#header{
	height:110px;
	width:100%;
	color: Black;
	background-image:  url(../img/banner.jpg);
	
	font-family: serif;
	font-size: x-large;
	font: bolder 180%;
	border: thin none #333333;
 } 
 
 #menubar{
	height:25px;
	width:100%;
	background-color: white;
	color: White;
	padding-top: 0px;
	text-indent: 5px;
	font-family: cursive;
	font-size: small;
	position: relative;
	visibility: inherit;
	overflow: visible;
 } 
 
#outer{ 
 border:solid white 0px; 
 background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
 #outerLink{ 
 border:solid white 0px; 
 background-color: #666666;
width: auto; 
 }
 
#footer{
 height:10px;
 width:100%; 
 background-color: #003366;
 color: White;
 font-family: cursive;
 font: normal 80% arial, helvetica, sans-serif;
 border-top: 55px; 
 text-indent: 12px;
 padding-top: 15px;
 padding-bottom: 10px; 
} 

#footer a
{
text-decoration: none;
background-color: #003366;
color: #FFF;
padding: .2em 1em;
border-right-color: #003366;
}

#footer a:hover
{
color: #CAE7CA; 
}
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px;
 min-height: 360px; 
 font-family: cursive;
 }
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{
	padding:15px;
	
} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
.aboutUsHeader {
	font-size: small;
	font-weight: bold;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 12px;
	text-transform: uppercase;
}
.aboutUsContent {
	line-height: 22px;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	min-height: 240px;
}
.pageHeader {
	font-size: large;
	font-weight: normal;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 5px;
	font-style: italic;
	font-variant: normal;
	line-height: normal;
	text-transform: capitalize;
}
.CompanyName {
	font-size: large;
	font-weight: bolder;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 14px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-style: oblique;
	line-height: 20px;
	text-indent: 10px;
}

.bulletedList { list-style-image: url(/img/bullet.gif)}
.sectionHeader {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	letter-spacing: 0.57em;
	text-transform: uppercase;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: normal;
	color: #003366;
	width: 600px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 25px;
}
.bulletSpacing {
	white-space: normal;
	padding: 0px;
	clear: none;
	line-height: 20px;
}

.aboutUsContent a
{
text-decoration: none;
background-color: #FFFFFF;
color: #000000;
padding: .2em 1em;
border-right: 1px solid #fff;
}

.aboutUsContent a:hover
{
background-color: #CAE7CA;
color: #0000C0; 
}
