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

/* Structural div tag ids */

#container_navbox {
	width:170px;
	height:auto;
	position:relative;
	background-color: #003;
	top: auto;
	right: auto;
	margin: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 30px;
	padding: 5px;
	border: medium solid #FC0;
	list-style-type: none;
	color: #FC6;
	float: right;
		
	
}
#container {
	background: #333333;
	width:800px;
	height:auto;
	position:relative;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container2 {
	background: #FFF;
	width:790px;
	height:auto;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5px;
	float:left;
}

#container_feat {
	background-image: url(Images/backgrnd_featured.jpg);
	background-repeat: no-repeat;
	width:172px;
	height:129px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 10px;
}

/* General text on all pages */
.txt_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
}
.txt_home_small_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	font-style: italic;
}
.txt_home_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.txt_home_bold_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #BE5E2E;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.txt_home_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	font-style: italic;
}


.txt_home a:link {
	color: #073373;
	text-decoration: underline;
}
.txt_home a:visited {
	color: #073373;
	text-decoration: underline;
}
.txt_home a:hover {
	color: #CC6633;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #073373;
	padding-left: 10px;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
}

/* Announcement text with hoof bullet point on home page */

.home_li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-right: 6px;
	list-style-image: url(Images/bullet_hoof.gif);
}
.home_li a:link {
	color: #073373;
	text-decoration: underline;
}
.home_li a:visited {
	color: #073373;
	text-decoration: underline;
}
.home_li a:hover {
	color: #CC6633;
	text-decoration: none;
}

/* Quick Link text on home page */

.quick_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #BE5E2E;
	padding-right: 6px;
	padding-left: 20px;
}
.quick_links a:link {
	color: #BE5E2E;
	text-decoration: none;
}
.quick_links a:visited {
	color: #BE5E2E;
	text-decoration: none;
}
.quick_links a:hover {
	color: #BE5E2E;
	text-decoration: underline;
}

/* Featured Member text on home page */


.txt_featured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 6px;
}

.txt_featured a:link {
	color: #073373;
}
.txt_featured a:visited {
	color: #073373;
}
.txt_featured a:hover {
	color: #CC6633;
}

/* Footer text */

.txt_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	text-align: center;
	display: block;	
	
}
.txt_bottom a:link {
	color: #FFFFFF;
}
.txt_bottom a:visited {
	color: #FFFFFF;
}
.txt_bottom a:hover {
	color: #FCDEAA;
}

/* Left-hand menu on all subpages */

.menu_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #073373;
	padding-right: 5px;
	padding-left: 5px;
}
.menu_left a:link {
	color: #063272;
	text-decoration: underline;
}
.menu_left a:visited {
	color: #073373;
	text-decoration: underline;
}
.menu_left  a:hover {
	color: #666666;
	text-decoration: none;
}

