/* Body Styles */
html, body {
	scrollbar-arrow-color: white;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: silver;
	scrollbar-track-color: #999999;
	scrollbar-face-color: #CFCECE;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
	background-image: url(images/bgnd.gif);
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
	text-align: center;
	width: 100%;
	line-height: 1.5;
}
img {
	border: 0px;
}
a:link, a:visited {color:#999999; font-weight: bold; text-decoration: none;}
a:hover {background-color: #999999; font-weight: bold; color: #FFFFFF; text-decoration: none;}
a:active {color:#999999; font-weight: bold; text-decoration: none;}

/* Wrapper */
#box {
	width: 760px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/bgnd.jpg);
	background-repeat: no-repeat;
	background-position: left 260px;
}
#wrapper {
	width: 100%;
	background-color: #FFFFFF;
	border: 6px solid #999999;
}

/* Header */
#header {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 115px;
	width: 760px;
}

#header .logo {
	position: relative;
	top: 10px;
	left: 0px;
	float: left;
}
#header .links {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	text-align: right;
	border-bottom: 2px solid #CFCECE;
}
.login {
	position: relative;
	top: 10px;
	text-align: right;
	padding-right: 10px;
	float: center;
}
.login input {
	font-size: 10px;
}
/* Sub-Level Links */
#links {
	position: relative;
	top: 23px;
	padding-right: 15px;
	text-align: right;
}
/* Blue Area */
#blue {
	position: relative;
	top: 30px;
	border-top: 8px solid #CFCECE;
	border-bottom: 8px solid #CFCECE;
	width: 100%;
	height: 88px;
	text-align: center;
	clear: both;
}

#banner {
	position: relative;
	top: 30px;

	width: 100%;

	text-align: center;
	clear: both;
}

/* Content */
#content {
	position: relative;
	top: 30px;
	padding-top: 20px;
	width: 100%;
}

#left {
	position: relative;
	float: left;
	padding-left: 15px;
	width: 300px;
}
#right {
	position: relative;
	border-left: 2px solid #CFCECE;
	padding-left: 20px;
	padding-right: 15px;
	float: right;
	text-align: left;
	font-size: 12px;
	width: 400px;
}
#left2 {
	position: relative;
	float: left;
	padding-left: 15px;
    text-align: left;
    font-size: 12px;
	width: 350px;
}
#right2 {
	position: relative;
	border-left: 2px solid #CFCECE;
	padding-left: 20px;
	padding-right: 15px;
	float: right;
	text-align: left;
	font-size: 12px;
	width: 350px;
}
.rightdetails {
	clear: both;
	text-align: left;
	padding-left: 10px;
}
.title {
	font-size: 14px;
	color: #5B86A3;
	font-weight: bold;
	clear: both;
}
.title2 {
	font-size: 18px;
	color: #79AB3F;
	font-weight: bold;
	clear: both;
}
.emphasis {
	font-size: 18px;
	color: #D76A22;
	font-weight: bold;
	clear: both;
}
.green {
	color: #79AB3F;
	font-weight: bold;
	clear: both;
}
.green a:link, .green a:visited {color:#79AB3F; font-weight: bold; text-decoration: none;}
.green a:hover {background-color: #79AB3F; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.green a:active {color:#79AB3F; font-weight: bold; text-decoration: none;}
.image {
	float: left;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.imageright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.imageright a:link, .imageright a:visited {border: none; background-color: #FFFFFF;}
.imageright a:hover {border: none; background-color: #FFFFFF;}
.imageright a:active {border: none; background-color: #FFFFFF;}

.imageleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.alignleft {
	position: relative;
}
.alignleft li {
	margin-left: -25px;
}
.bold {
	font-weight: bold;
	font-size: 12px;
}
.center {
	text-align: center;
}
#contact td {
	vertical-align: top;
}
input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	position: relative;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 6px solid #999999;
	clear: both;
	text-align: center;
	background-color: #CFCECE;
	height: 140px;
}
.Hidden
{
	 visibility: hidden;
}
#footer a:link, #footer a:visited {color:#595959; font-weight: bold; text-decoration: none;}
#footer a:hover {background-color: #595959; font-weight: bold; color: #FFFFFF; text-decoration: none;}
#footer a:active {color:#595959; font-weight: bold; text-decoration: none;}
