body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-image: url(../images/common/background.gif);
}

#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background-image: url(../images/common/wrapper_background.gif);
	background-position: left top;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 125px;
	padding-left: 5px;
	padding-top: 11px;
	background-image: url(../images/common/header_background.jpg);
	background-repeat: no-repeat;
}

#left {
	position: absolute;
	width: 180px;
	top: 119px;
	left: 0;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #333333;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 1.5em;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #722100;
	color: #FFFFFF;
}

#navigation ul.subnav {
	margin-left: 15px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #333333;
	width: 165px;
}

#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	background-color: #ED9F9F;
	color: #722100;
}

#navigation ul.subnav a:hover {
	background-color: #ED9F9F;
	color: #722100;
	background-image:url(../images/common/square.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

#current a:link, #current a:visited, #current a:hover, #current a:active {
	background-color: transparent;
	color: #333333;
	background-image:url(../images/common/square.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

#content {
	margin-left: 200px;
	margin-right: 20px;
	padding: 135px 10px 0 0;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
}

#content h2 {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;	
	font-weight: bold;
}

#content h3 {
	font-size: 70%;
	line-height: 1.8em;
	padding-left: 2.5em;	
	font-weight: normal;
}

#content ul {
	margin-left: 5em;
	list-style-image: url(../images/common/square.gif);
}

#content li {
	font-size: 80%;
	margin-bottom: 0.3em;
}

.table {
	clear: both;
	margin-left: 65px;
	margin-top: 20px;
	font-size: 70%;
}

.logos {
	float: left;
	padding-left: 33px;
	margin: 12px 0 12px 0;	
}

.img {
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0 0 10px 0;
}

.leftimg {
	float: left;
	padding-left: 2em;
	margin: 7px 0 10px 0;
}

.rightimg {
	float: right;
	padding-right: 2em;
	margin: 7px 0 10px 0;
}

.clear {
	clear: both;
}

.contactform p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	clear: left;
}

.contactform p label {
	float: left;
	width: 40%;
	font-weight: bold;
	font-size: 90%;	
}

.contactform .text {
	background: #F5F6F2;
	padding: 2px;
	width: 285px;
	border: 1px solid #3C582F;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 90%;
}

.contactform .optiontext {
	background: #F5F6F2;
	padding: 2px;
	width: 100px;
	border: 1px solid #3C582F;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 90%;
}

#content p.submit {
	margin-left: 27%;
}

#content p.submit input {
	color: #FFFFFF;
	background-color: #B51032;
	border: 1px outset #CCCCCC;
}

#footer {
	clear: both;
	padding: 10px 0px 10px 260px;
	font-size: 60%;
	color: #FFFFFF;
 	background-image: url(../images/common/footer_background.gif);
}