a:link {
	color: #0080ff;
}

a:visited {
	color: #6ab5ff;
}
a:active {
	color: #6ab5ff;
}
a:hover {
	color: #0080ff;
}

a.header_link:link {
	color: black;
	text-decoration: none;
	font-variant: normal;
	display: block;
}
a.header_link:visited {
	color: black;
	text-decoration: none;
	font-variant: normal;
	display: block;
}
a.header_link:active {
	color: black;
	text-decoration: none;
	font-variant: normal;
	display: block;
}
a.header_link:hover {
	color: black;
	text-decoration: none;
	font-variant: normal;
	display: block;
}

a.footer_link:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.footer_link:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.footer_link:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.footer_link:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	background-image: url(graphics/bg_grayshadow.jpg);
	background-repeat: repeat-y;
	background-position: 750px;
	behavior: url(ssifiles/csshover.htc);
}

div.img_caption {
	width: 190px;
	float: left;
	margin: 20px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	margin-bottom: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin-bottom: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 0px;
}

hr {
	color: gray;
	height: 1px;
	clear: all;
}

img {
	border-style: none;
}
img.button {
	width: 88px;
	height: 31px;
}
img.ie {
	float: left;
	margin: 0px 10px 5px 20px;
	width: 91px;
	height: 34px;
}
img.redesign {
	width: 300px;
	height: 230px;
	border: 1px solid gray;
}

input.buttons {
	width: auto !important;
}

label {
	font-weight: bold;
}

li.h_links2 {
	line-height: 20px !important;
	float: none !important;
	border: 1px solid gray !important;
	background-image: url(graphics/bg_gradient_yellow.jpg) !important;
}

#header {
	background-color: #0080FF;
	width: 750px;
}

div#header_links {
	width: 750px;
	height: 48px;
	background-image: url(graphics/header-links.jpg);
	background-repeat: no-repeat;
	background-color: #FFFF80;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	position: relative;
}
div#header_links ul {
	margin: 0px;
	padding: 0px;
}
div#header_links li {
/*	background-image: url(graphics/separator.jpg);
	background-repeat: no-repeat;
	background-position: right;*/
	list-style: none;
	float: left;
	position: relative;
	margin: 0px;
	padding-left: 20px;
	padding-right: 15px;
	line-height: 48px;
	
}
div#header_links ul ul {
	position: absolute;
	left: 0px;
	width: 200px;
	background-color: #FFFF80;
	display: none;
}
div#header_links ul li.submenu:hover ul.level2 {
	display: block;
}


#left_col {
	width: 365px;
	background-image: url(graphics/bg_gradient_gray.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 10px;
}
#left_col dl {
	margin-left: 20px;
	margin-right: 20px;
}
#left_col fieldset {
	margin-left: 20px;
	margin-right: 20px;
}
#left_col h2 {
	margin-left: 20px;
	margin-right: 20px;
}
#left_col h3 {
	margin-left: 20px;
	margin-right: 20px;
}
#left_col h4 {
	margin-left: 20px;
	margin-right: 20px;
}
#left_col hr {
	margin-left: 20px;
	margin-right: 20px;
}
#left_col input {
	width: 325px;
	font-size: 0.9em;
}
#left_col legend {
	color: black;
	font-weight: bold;
}
#left_col textarea {
	width: 325px;
	font-size: 0.9em;
}

#left_col p {
	margin-left: 20px;
	margin-right: 20px;
}

#middle_col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 195px;
	background-image: url(graphics/bg_gradient_blue.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 10px;
	top: 0px;
	margin: 164px 0px 0px 365px;
	position: absolute;
}
#middle_col h3 {
	margin-left: 10px;
	margin-right: 10px;
}
#middle_col hr {
	clear: right;
	margin-left: 10px;
	margin-right: 10px;
}
#middle_col img {
	float: right;
}
#middle_col p {
	margin-left: 10px;
	margin-right: 10px;
}

#right_col {
	font-family: Arial, Helvetica, sans-serif;
	width: 190px;
	background-image: url(graphics/bg_gradient_gray.jpg);
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	position: absolute;
	top: 0px;
	margin: 164px 0px 0px 560px;
}
#right_col h2 {
	margin-left: 20px;
	margin-right: 20px;
}
#right_col hr {
	margin-left: 20px;
	margin-right: 20px;
}
#right_col input {
	width: 150px;
	font-size: 9px;
	margin-bottom: 5px;
}

#right_col p {
	margin-left: 20px;
	margin-right: 20px;
}

#ad_col {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 125px;
	padding: 0px;
	vertical-align: top;
	position: absolute;
	top: 0px;
	margin: 0px 0px 0px 770px;
}

#footer {
	width: 365px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(graphics/bg_footer.jpg);
	background-repeat: repeat-x;
	background-color: #0080FF;
	height: 62px;
	color: white;
	padding-top: 5px;
	line-height: 2em;
	position: relative;
}
#footer p {
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
}

#pagebottom {
	font-size: 0.8em;
	background-color: white;
	background-image: url(graphics/bg_grayshadow2.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
}
#pagebottom p {
	margin-left: 20px;
}