body {
	font: 80% verdana, arial, helvetica, sans-serif;
	text-align: center; /* for IE */
	margin: 0px;
}
#container {
	text-align: left;
	width: 1000px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(/images/structure/header_bg.jpg);
	background-repeat: no-repeat;
	height: 87px;
	width: 980px;
	float: left;
}

#header_bot {
	background-image: url(/images/structure/header_bot_bg.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 980px;
	float: left;
}
#body {
	background-image: url(/images/structure/body_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	float: left;
	width: 980px;
}
#body #left_nav {
	height: auto;
	float: left;
	width: 250px;
	margin-top: 40px;
}
#body #main_content {
	height: auto;
	float: left;
	width: 710px;
	margin-top: 40px;
}

#footer {
	background-image: url(/images/structure/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 980px;
	float: left;
	background-position: left top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#web_footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3399CC;
	text-align: center;
	line-height: 50px;
}

/* Text Styles */

#main_content a, a:link, a:visited, a:active {
	color: #066095;
	text-decoration: underline;
}
#main_content a:hover {
	color: #2BC4F0;
	text-decoration: none;
}

.bodyText{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.accentText{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #066095;
}

h1, h2, h3, h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #066095;
	font-weight: bold;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

.inline{
	display: inline;
}

ul {
	list-style-image: url(/images/structure/bullet.gif);
	font-size: 14px;
	color: #066095;
	line-height: 25px;
	font-weight: bold;
}

#tight_list ul {
	list-style-image: url(/images/structure/bullet.gif);
	font-size: 13px;
	line-height: normal;
}

#tight_list li {
	font-weight: normal;
	padding-top: 10px;
	color: #333333;
}

/* Header Styles */

#logo_button {
	text-align: left;
	margin-top: 30px;
	margin-left: 20px;
	height: 50px;
	width: 300px;
	cursor: pointer;
	cursor: hand;
}

#flash_scroll {
	text-align: right;
	margin-top: 45px;
	margin-right: 50px;
}

/* Navigation Styles */

#left_nav ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	list-style-position: inside;
	list-style-type: none;
	line-height: 35px;
	margin-left: -37px;
	font-weight: bold;
	color: #066095;
	list-style-image: none;
}

#left_nav a, #left_nav a:link, #left_nav a:visited, #left_nav a:active {
	text-decoration: none;
	color: #066095;
	font-size: 18px;
	font-weight: bold;
}
#left_nav a:hover {
	color: #2BC4F0;
	text-decoration: none;
}

/* Footer Styles */

#copyright {
	margin-left: 20px;

}

#footer a, a:link, a:visited, a:active {
	color: #3399CC;
	text-decoration: none;
}
#footer a:hover {
	color: #555555;
	text-decoration: none;
}
	
/* Web Footer Styles */

#web_footer a, a:link, a:visited, a:active {
	color: #3399CC;
	text-decoration: underline;
}
#web_footer a:hover {
	color: #555555;
	text-decoration: none;
}

/* Potitioning */

.imageBumper_small {
	padding-right: 15px;
	padding-bottom: 5px;
}
.imageBumper_large {
   	padding-right: 25px;
	padding-bottom: 5px;
}
.imageBotBumper_large {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
}
input {
	font-size: 12px;
}

