@charset "utf-8";
/* CSS Document */
@import url("styles/side_menu.css");
@import url("styles/styles.css");

img, div {
	behavior: url(iepngfix.htc);
}/* allows for PNG support in IE6! */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #C7DDFE;
	font-family: Arial, Tahoma, "Times New Roman";
	font-size: 11pt;
	/*background-image: url(/images/snowflake-bg2.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: blue;
}
a:hover {
	color: #990000;
}
a:visited {
}
a:active {
}
#frame {
	background-image: url(images/layout/edge.gif); /* sets the drop shadow for entire page  DO NOT EDIT! */
	background-repeat: repeat-y;
	width: 910px; /* total width including drop shadow */
	text-align: left;
	margin-right: auto; /* sets page to center */
	margin-left: auto;
}
.frame {
	background-image: url(images/layout/edge.gif); /* sets the drop shadow for entire page  DO NOT EDIT! */
	background-repeat: repeat-y;
	width: 910px; /* total width including drop shadow */
	text-align: left;
	margin-right: auto; /* sets page to center */
	margin-left: auto;
}
#header {
	background-image: url(images/layout/header.jpg); /* sets bg for header  DO NOT EDIT! */
	background-repeat: repeat-x;
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100px;
}
#logo {
	float: left; /* sets float property to the logo div to allow for member log in  DO NOT EDIT! */
	width: 325px;
	margin: 0px;
	padding: 0px;
}
#member_frame {
	height: 96px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10pt;
	margin: 0px;
	
}
.log_in_out {
	text-align: right;
	height: 24px;
	margin: 0px;
	padding: 0px;
}
#nav {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
ul#menu /* defines main navigation bar  DO NOT EDIT! */ {
	width: 900px;
	height: 43px;
	font-size: 11pt;
	font-family: Arial, Tahoma, "Times New Roman";
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(images/menu-bg.gif); /* main blue bar with small green bar at bottem */
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #C8DCFD;
}
ul#menu li {
	display: inline;
	height: 43px;
	float: left;
	
}
ul#menu li a /* defines each menu item link */ {
	height: 36px;
	color: #FFFFFF;
	text-decoration: none; /* gets rid of the underlining links */
	display: block;
	line-height: 200%;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
ul#menu li a.current {
	color: #000000;
	background-image: url(images/current-bg.gif); /* green gradient image for current view */
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
ul#menu li a:hover {
	color: #000000;
	background-image: url(images/current-bg.gif); /* green gradient image for hover view */
	background-repeat: repeat-x;
}
#footer_HR {
	background-image: url(images/layout/HR_bg.gif);
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 5px;
	clear: left;
	margin-top: 20px;
	line-height: 1%;
}
#footer {
	text-align: center;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/layout/footer.jpg);
	height: 100px;
	font-size: 8pt;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-x;
}
#footer_nav { /* small navigation in footer div DO NOT EDIT! */
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 10px;
}
.clearfloat { /* used to clear a float as a class DO NOT EDIT! */
	line-height: 0px;
	font-size: 1px;
	clear: both;
	height: 0px;
}
.floatLeft { /* used for images for text to wrap around  DO NOT EDIT! */
	float: left;
	margin: 4px;
	clear: left;
}
.floatRight { /* used for images for text to wrap around DO NOT EDIT! */
	float: right;
	margin: 4px;
	clear: left;
}
#content_frame { /* main content frame for all pages except home page  DO NOT EDIT! */
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background-color: #FFFFFF;
}
#side_menu_frame /* the side menu on all pages expcept home page  DO NOT EDIT! */ {
	height: 100%;
	width: 160px;
	float: left;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;
	padding-right: 10px;
}
.side_menu_content { /* the side menu on all pages expcept home page */
	background-color: #FFFFFF;
	height: auto;
}
#content_right { /* content box for all pages but home page  DO NOT EDIT! */
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 182px;/* This is the border for content_right div (not using)
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A6D2FF;
	 */
	 
}
#content_text {
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #A6D2FF;
	margin-bottom: 20px;
}
#disclaim {
	padding: 10px;
	height: 500px;
}

h1 {
	font-size: 12pt;
	color: #09699F;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 11pt;
	color: #990000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
