/* CSS Document */
body {
		margin: 0;
		padding: 0;
		font: 12px Verdana, Arial, sans-serif;
		color: #000000;
		text-align: center;
		background-image: url();
}
#main {
	padding: 0 24px 12px 24px;
	background-image:  url();
	background-repeat: no-repeat;
	background-position: bottom left;
}
#wrapper {
		position: relative;
		text-align: left;
		width: 850px;
		margin-right: auto;
		margin-left: auto;
		background-image:  url();
		background-repeat: repeat-y;
		border-right: 1px dotted #cccccc;
			border-left: 1px dotted #cccccc;
			border-bottom: 1px dotted #cccccc;
}				
#header {
	background-image:  url(images/stretchover-banner-09.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 133px;
	position: relative;
	float: left;
	border-bottom: 3px solid #ececec;
		border-right: 3px solid #ececec;
			border-left: 2px solid #ececec;
			border-top: 2px solid #ececec;
}
#header h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333366;
	font-size: 175%;
	position: absolute;
	bottom: 25px;
	right: 275px;
}	
#content {
	float: right;
	width: 500px;
	padding: 20px 10px 10px 10px;
}

#content h1 {
	text-align: right;
	padding-right: 20px;
	font: 140% Verdana, Arial, sans-serif;
	color: #333366;
}
#content p {
	font-size: 90%;
	line-height: 1.4em;
}
#content2 {
	float: left;
	width: 240px;
	padding: 20px 10px 10px 5px;
	border-right: 1px dotted #cccccc;
	background-image:  url(images/leftContent.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#content2 a:link, a:visited {
	text-decoration: none;
	color: #999999;
}
#content2 a:hover, a:active {
	text-decoration: none;
	color: #7CC244;
}
#content2 p td{
	font-size: 90%;
	line-height: 1.4em;
}
#content2 h3 {
	font: 110% Verdana, Arial, sans-serif;
	color: #333366;
	border: 1px dotted #7CC244;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
}
.adbox {
	padding: 2px 2px 2px 2px;
	margin: 0 0 10px 0;
	border: 1px dotted #cccccc;
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}
.adbox2 {
	padding: 2px 4px 2px 6px;
	margin: 0 0 10px 0;
	border: 1px wave #000000;
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #F4E78F;
}	
#nav, #nav ul {
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
	width: 130px;
	height: 17px;
	border: 1px solid #F4E78F;
	background-color: #333366;
	color: #ffffff
	font-size: 80%;
	margin-right: .10em;
}
#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	padding-left: 0px;
	color: #ffffff;
}
* html #nav a {
  width: 100%;
}
#nav ul {
	display: none;
	position: absolute;
	padding: 0;
}
#nav ul li {
	border: 1px solid #333366;
	border-bottom: 1px solid #FFFF99;
	border-top: .5em solid #333366;
	background-color: #333366;
	font-size: 100%;
	margin-bottom: -1px;
	margin-top: 1px;
	padding: 0;
}
#nav li:hover ul {
	display: block;
}
#footer {
	clear: both;
	font-size: 70%;
	padding: 8px 5px 2px 5px;
	text-align: left;
	color: #999;
	background-color: transparent;
}
	
