@charset "utf-8";

/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	background-position: 50% top;
}
#Master_Container {
	margin-top: 10px;
	position: relative;
	height: auto;
	width: 100%;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #003300;
	margin-bottom: 10px;
}
#Main_Container {
	width: 700px;
	height: auto;
	background-color: #FFFFFF;
}
p {
	font-size: 14px;
}
#Header_Container {
	height: 100px;
	width: 700px;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	border: 2px solid #006600;
}
#Body_Container {
	height: inherit;
	width: 700px;
	position: relative;
	margin-top: 5px;
	border: 2px solid #006600;
}
#Nav_Container {
	width: 118px;
	
	position: relative;
	
	background-color: #CCE49A;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #006600;
	padding: 15px;
}
#Content_Container {
	height: inherit;
	width: 510px;
	position: relative;
	min-height: 100px;
	background-color: #FFFFFF;
	padding: 20px;
	text-align: justify;
}
#Footer_Container {
	height: 50px;
	width: 700px;
	position: relative;
	background-color: #9bcb3b;
	color: #9BCB3B;
	border: 2px solid #006600;
	margin-top: 5px;
	vertical-align: middle;
}
.Nav_Cell {
	height: 25px;
	width: 117px;
}
.title1 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
}
ul {
	color: #669900;
	font-weight: bold;
	padding-right: 15px;
}
a:link, a:active, a:visited {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
a:hover {
	color: #669900;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.text_1 {
	color: #003300;
	font-weight: bold;
}
.text_2 {
	color: #003300;
	font-weight: bold;
	font-size: 14px;
}
.text_3 {
	color: #669900;
	font-weight: bold;
	font-style: italic;
}
.text_4 {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}

.favAreaBg {
	border: 0px;
	padding: 0px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 1;
}.style1 {
	color: #CC0000;
	font-weight: bold;
}
.Footer_Cell {
	height: 22px;
	width: 120px;
	text-align: center;
	vertical-align: bottom;
}
.style2 {
	color: #CC0000;
	font-weight: normal;
}
.title2 {
	font-size: 18px;
	font-weight: bold;
	color: #CC3300;
}

.style4 {
	font-size: 11px;
	line-height: 12px;
	color: #CC3300;
	font-style: normal;
}
