html, body {
	height: 100%;
}

body {
	font: 11px/1.6 Arial, sans-serif;
	background: url(../images/yellow_stripes.gif);
	background-color: #ffffaa;
	color: #444;
	overflow: -moz-scrollbars-vertical;
}

body, h1, h3, p {
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #0066aa;
	outline: none;
	text-decoration: none;
}

a:hover, a:active {
	color: #00aaee;
}


#container {
	background: url(../images/repeater.gif) repeat-y;
	width: 900px;
	margin: 0;
}

#container2{
	background: url(../images/top.gif) no-repeat;
	width: 898px;
	margin: 0;
}

#content{
	width: 600px;
	margin-left: 40px;
}


#container3 {
	width: 894px;
	margin: 0px;
	background: url(../images/footer1.gif) no-repeat ;
	background-position: bottom left;
}

#botfooter{
	background: url(../images/footer2.gif) no-repeat ;
	height: 20px;
}

#contact {
	width = 300px;
	margin-left: 42px;
	padding-top: 20px;
	font-size: 9px;
	line-height: 110%;
	}

#footertext {
	width = 400px;
	margin-left: 46px;
	padding-top: 1px;
	font-size: 9px;
	color: #fff;
	}


#header {
	height: 55px; 
	width: 500px;
	margin-bottom: 0 !important;
}

h3 {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #eee;
}

ol {
	margin: 0;
	padding: 0 10px 5px 35px;
}

h3  a:link, h3 a:visited {
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #222;
}

h3 a:hover, h3 a:active {
	color: white;
	font-weight: strong;
}

h3.cyan {
	background-color: #0077aa;
	color: #ffee77;
	width: 580px;
	height: 18px;
}

h3.pink {
	background-color: #0066aa;
	color: #ffee77;
  width: 580px;
	height: 18px;

}

h3.highlight {

}

p {
	padding: 10px 20px;
	color: #444;
	width: 400px;
}

ul
{
	list-style: none;	
	margin-bottom: 50px;
	overflow: auto;
}

ul li{
	margin: 0 20px 10px 0;
}

li a, li a:visited
{
	font-size: 13pt;	
}
