@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	border: 1px solid white;
}
body {
	background-image: url(images/bg.gif);
	margin-bottom: 0px;
}
* {
	margin: 0;
	padding: 0;
}
#rotate {
	padding-top: 2.5em;
	background-color: #4B5476;
}
#menu {
	background-color: #4B5476;
	padding-bottom: 0.5em;
	background-image: url(images/cornerstone.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-top: 1.5em;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#logo {
	background-image: url(images/cornertopright.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	margin-right: 2px;
}
#content  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	padding: 10px 50px;
	background-image: url(images/contentbg.gif);
}
#contenttop {
	background-image: url(images/contenttopper.gif);
	background-repeat: no-repeat;
	height: 100px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	margin-bottom: 0.75em;
	color: #333333;
	font-size: 140%;
	text-align: center;
}
#bottommenu {
	height: 95px;
	background-color: white;
	background-image: url(images/waves.gif);
	background-repeat: repeat-none;
	;
	padding: 2px;
	;
}
#h1wrap1 {
	background-image: url(images/cornerbottomright.gif);
	background-repeat: no-repeat;
	width: 450px;
	height: 25px;
	background-position: bottom right;
	margin-bottom: 0.5em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#content ul {
	margin: 1em 4em;
	padding-bottom: 1em;
}
h2 {
	padding: .5em 0 .5em 0;
	margin-left: 1em;
	color: #E89E00;
}
#content p {
	padding-bottom: .5em;
	margin-left: 2em;
	padding-top: 1em;
}

#h1wrap2 {
	background-image: url(images/cornerbottomright.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 35px;
	background-position: bottom right;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#menu  ul li {
	display: inline;
	list-style-type: none;
	color: white;
	font-family: "trebuchet ms", helvetica, verdana, arial, helvetica;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 2px solid white;
	line-height: 20px;
	font-size: 15px;
	padding-right: 1em;
	padding-left: 1.5em;
}
#menu ul {
	width: 685px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	height: 150px;
	background-image: url(images/footerbg.gif);
}
#footer p {
	text-align: right;
	padding-top: 5.5em;
	padding-right: 4.7em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
}
.noborder {
	border: none
!important;
}
.table2 th {
	background-color: #777D95;
	padding: 1em;
	color: white;
}
.table2 td {
	background-color: #D4D4D4;
	padding: 0.5em;
}
.table2 {
	background-color: #F6F6F6;
}

