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

a:link, a:visited{
	color: #2898c1;
	text-decoration: underline;	
}
a:active, a:hover{
	color: #2898c1;
	text-decoration: none;	
}

body, td, p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color: #333333;	
}

#layerneg100{
	background-image: url(images/bkgrnd_gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 675px;
	width: 100%;
	z-index: 0;
	position: absolute;
}
#layerneg50{
	background-image: url(images/logo_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 495px;
	width: 100%;
	z-index: -25;
	position: absolute;
}
#main_table{
	width: 530px;
}
#header_right{
	background-image: url(images/right_corner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 406px;
	cursor: pointer;
}
#header_left{
	background-image: url(images/left_corner.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#address1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7e2d8d;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.gecko #address1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7e2d8d;
	padding-top: 13px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
#large_purple{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7e2d8d;
	font-weight: bold;
}
#nav{
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-top: 4px;
}
#nav_btn{
	padding-bottom: 1px;
	cursor: pointer;
}
#gray_bar1{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #b8b8b8;
	padding: 10px;
}
#content_box{
	padding: 10px;
}
/* Begin Text Style Sheets used in Editor */
.header-orange{
	font-weight: bold;
	color: #f38218;	
}
.header-green{
	font-weight: bold;
	color: #add036;	
}
.header-purple{
	font-weight: bold;
	color: #7e2d8d;	
}
