@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000066;
	background-color: #FFF;
}
#page_container {
	background-color: #FFF;
	width: 775px;
	height: auto;
	position: relative;
	overflow: hidden;
}
#header {
	background-color: #FFF;
	width: 775px;
	height: auto;
	position: relative;
}
#main_body {
	background-color: #FFF;
	width: 775px;
	height: auto;
	border-top-width: thin;
	border-top-style: inset;
	border-top-color: #999;
	position: relative;
	overflow: hidden;
	clear: both;
	float: left;
}
#column_left {
	width: 203px;
	top: 5px;
	background-color: #FFF;
	float: left;
	height: auto;
	position: relative;
}
#column_right {
	background-color: #FFF;
	width: 565px;
	height: auto;
	float: right;
	position: relative;
	top: 5px;
	overflow: hidden;
}
#column_right .clearfloat_right{
	width: 565px;
	margin-left: 212px;
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #FFF;
	width: 775px;
	height: auto;
	clear: both;
	float: left;
	background-color: #009;
	position: relative;
	color: #FFF;
	margin-top: 5px;
}
#footer a {
	color: #FFFFFF; 
	text-decoration: none; 	
}
#footer a:visited {
	color: #FFFFFF; 
	text-decoration: none; 	
}
#footer a:hover { 
	color: #FF00CC; 
	text-decoration: underline; 
} 
#footer a:active { 
	color: #FF00CC; 
	text-decoration: none; 
} 
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.75em;
	font-weight: bolder;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	font-weight: bolder;
	font-style: normal;
	text-transform: capitalize;
}
img {
	border: none;	
}
a { 
	color: #0000FF; 
	text-decoration: none; 
} 
a:visited { 
	color: #3333FF; 
}
a:hover { 
	color: #ED0769; 
	text-decoration: underline; 
} 
a:active { 
	color: #0000FF; 
	text-decoration: none; 
} 
.date {
	font-style: italic;
	font-weight: bold;
	color: #F00;
}

.clearfloat {
	margin: 0px;
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	background-color: #FFF;
}
.footer_links_box {
	float: left;
	height: 20px;
	width: 382.50px;
	padding-top: 5px;
	padding-left: 5px;
}
.footer_copyright {
	color: #FFF;
	text-align: right;
	float: right;
	height: 25px;
	width: 377.5px;
	padding-right: 10px;
	overflow: hidden;
	position: relative;
}
.spry_tooltip {
	font-style: italic;
	background-color: #FFC;
}
.notop {
	margin-top: 0px;
}
