@charset "utf-8";
body {
	background: #fff;
	margin:auto;
	padding:auto;
	text-align:center;
	margin-top:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
}
#wrapper {
	width:768px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:left;
	margin: auto;
	height:auto;
	background:#FFF;
	background-image:url(images/left-bg.gif);
	background-position:left;
	background-repeat:repeat-y;
}
#toplink {
	background: #fff;
	width: 768px;
	margin: auto;
	text-align:right;
}
#header {
	width: 768px;
	border-top: 1px solid #999999;
	height: auto;
	background: #fff;
}
#logo {
	width: 183px;
	height: 97px;
	float: left;
	margin: 0px 0px 0px 1px;
	border-bottom: 4px solid #3366cc;
}
#titlebg {
	background: url(images/headerbg.gif);
	width: 582px;
	height: 97px;
	margin: 0px 1px 0px 0px;
	float: right;
	border-bottom: 4px solid #3366cc;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	font-style: none;
	float: right;
	color:#6188d6;
	padding-top: 68px;
	padding-right: 10px;
}
#leftcontent {
	background: #cccccc;
	width: 183px;
	height: auto;
	margin: 0px 1px 0px 0px;
	float: left;
}

#rightcontent {
	background: #fff;
	float: right;
	padding: 1px 0px 1px 0px;
	width:582px;
}
		
#nav {
	width: 183px;
}

#nav ul {
	list-style: none;
	border-bottom: 1px solid #fff;
	padding: 0;
	margin: 0;
}

#nav ul li {
	list-style-type: none;
	border-top: 1px solid #fff;
	height: 33px;
	width: 183px;
}

#nav ul li a {
	display: block;
	height: 33px;
	padding: 0px 0px 0px 21px;
}

#nav ul li a:hover {
	background: #3366cc;
}
#nav ul li .current {
	background: #3366cc;
}
#nav ul li a img {
	border: 0;
	margin-top: 13px;
}

.address {
	width: 183px; float:left; background-color:#CCCCCC; border-bottom:#FFFFFF 1px solid;
}

#links {
	width: 572px;
	margin: 5px 0px 0px 4px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

#links a {
	color: #3366cc;
	text-decoration: underline;
}

#links .middletext {
	margin-left: 135px;
	color: #666666;
}

#links .middletextr {
	margin-left: 30px;
	color: #666666;
}
#links .nextr {
	margin-left: 207px;
}

#links .next {
	margin-left: 162px;
}

.proceed {
	margin: 0 auto;
	text-align: right;
}

#bottomnav {
		text-align: center;
	float:right;
	width:584px;

	color: #3366cc;
	font-weight: bold;
	font-size: 8pt;
	line-height: 25px;
	padding-top:35px;
}

#bottomnav a {
	color: #3366cc;
	text-decoration: underline;
	font-family: Arial, helvetica, sans-serif;
}
#bottomnav a:hover {
	color: #3366cc;
	text-decoration: none;
	font-family: Arial, helvetica, sans-serif;
}

.textbox {
	width: 550px;
	padding: 4px 20px 4px 4px;
}