@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	background-color: #365b85;
}
.borders {
	border: 2px solid #000066;
}
a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #FF0000;
	text-decoration:none;
}
a:active {
	color: #FF0000;
}
.larger_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000033;
}
a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
	text-decoration: none;
}
a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
	text-decoration: none;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration: underline;
}
a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
}
.12_point {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
.red_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.red_font_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.form_field {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	background-color: #DBE8F7;
	border: 1px solid #000066;
	font-size: 14px;
}
.large_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FF0000;
}
p {
	line-height: 18px;
}
.larger2_font {
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}
.10_point {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
}
.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000066;
	text-align: justify;
}
.white_bkgrnd {
	color: #000066;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.pointer {
	cursor:pointer;
}
.larger_font_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.pointer_green {
	cursor:pointer;
	color: #0C0;
}
.pointer_yellow {
	cursor:pointer;
	color: #FC3;
}
.pointer_blue {
	cursor:pointer;
	color: #3CF;
}
.pointer_red {
	cursor:pointer;
	color: #F00;
}.white_font {
	color: #FFF;
}
#home_flash {
	padding-left: 12px;
}
#FlashID {
	padding-left: 12px;
}
#slideshow {
	position:relative;
	height:350px;
	width: 350px;
	top: -22px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 93px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#slideshow IMG {
	position:absolute;
	z-index:8;
	opacity:0.0;
	top: 27px;
	left: auto;
	right:auto;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#award_slideshow {
	position:relative;
	height:600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#award_slideshow IMG {
	position:absolute;
	z-index:8;
	opacity:0.0;
	top: 1px;
	left: -1px;
	right:auto;
}

#award_slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#award_slideshow IMG.last-active {
    z-index:9;
}
