@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 702px;
	margin: 0 auto;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #605e56;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 221px;
	padding: 30px 0 0 245px;
}
#t1 {
	float: left;
	width: 150px;
	font-family: Puritan;
	font-size: 14px;
	font-weight: bold;
	color: #81817c;
	padding-top: 68px;
	text-transform: uppercase;
}
#t2 {
	float: right;
	width: 295px;
}
#t1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}
#t1 li {
	padding-bottom: 11px;
}
#t1 li.last {
	padding-bottom: 0;
}
.yellowtitle {
	font-family: Puritan;
	font-size: 16px;
	font-weight: bold;
	color: #ffea38;
}
.whitetitle {
	font-family: Puritan;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
input {
	font-size: 10px;
}
#t2 li {
	PADDING-RIGHT: 0.3em;
	DISPLAY: inline;
	PADDING-LEFT: 0.3em;
	BORDER-LEFT: 1px solid #ffffff;
	padding-bottom: 0px;
	margin: 0;
}
#t2 ul {
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
}
#t2 li.first {
	border-left-width: 0px;
}
#t2 a:link {
	color: #ffffff;
	text-decoration: none;
}
#t2 a:hover {
	color: #000000;
}
#content {
	background-color: #727365;
	padding: 0 3px;
	height: 560px;
}
#left {
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #605e56;
	height: 560px;
	background-color: #a0a196;
}
#right {
	float: right;
	width: 170px;
}
#center {
	float: left;
	width: 316px;
	margin-left: 5px;
	padding-top: 3px;
}
.leftbox {
	padding: 7px;
}
.whitetitle {
	font-family: Puritan;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.whiteline {
	background-color: #ffffff;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 1px;
	clear: both;
}
.yellowtext {
	font-weight: bold;
	color: #ffea38;
}
.yellowtitle2 {
	font-family: Puritan;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffea38;
}
.rightimg {
	display: block;
	float: right;
	margin-left: 6px;
}
.leftimg {
	display: block;
	float: left;
	margin-right: 6px;
}
.greybar {
	background-color: #a0a196;
	height: 13px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #605e56;
	padding: 1px 0 1px 5px;
	margin-bottom: 2px;
}
#footer {
	background-image: url(images/bottombg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 19px;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #727365;
	border-right-color: #727365;
	border-left-color: #727365;
	padding-top: 4px;
}

