/* CSS Document */

#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 925px;
	padding: 0px;
	overflow: hidden;
}#top {
	height: 225px;
	width: 800px;
	background-image: url(backgnd_web_top.jpg);
	background-repeat: repeat;
	background-position: right;
}
#logo {
	height: 225px;
	width: 300px;
	float: left;
}

#quote {
	height: 155px;
	width: 490px;
	color: #003366;
	font-size: 22px;
	text-align: right;
	float: right;
	font-weight: bolder;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	padding-top: 25px;
}
#left {
	float: left;
	height: 700px;
	width: 190px;
	overflow: hidden;
}
#right_general {
	background-image: url(background_leaf_right.jpg);
	background-repeat: no-repeat;
	height: 700px;
	width: 610px;
	float: left;
	overflow: hidden;
	background-color: #4C6939;
	color: #FFFFFF;
}


#nav {
	height: 20px;
	width: 490px;
	text-align: right;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#tag {
	height: 30px;
	width: 550px;
	padding-left: 250px;
	color: #006666;
	padding-top: 20px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Myriad Pro", Arial, sans-serif;
}
#main {
	height: 700px;
	width: 800px;
	overflow: hidden;
	float: left;
}



body {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: medium;
	color: #003366;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contact {
	height: auto;
	width: 380px;
	text-align: right;
}

h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.n:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}a.n:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a.n:hover {
	color: #006666;
	font-weight: bold;
	text-decoration: underline;
}
a.n:active {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.whitetext {
	color: #FFFFFF;
}
.greentext {
	color: #006666;
}
#text {
	padding: 10px;
	height: 680px;
	width: 440px;
	font-size: medium;
	color: #FFFFFF;
	scrollbar-face-color:#D0DFC6;
	scrollbar-highlight-color:#4C6939;
	scrollbar-3dlight-color:#4C6939;
	scrollbar-darkshadow-color:#4C6939;
	scrollbar-shadow-color:#4C6939;
	scrollbar-arrow-color:#4C6939;
	scrollbar-track-color:#4C6939;
	overflow: auto;
}
.text_script {
	font-family: "Bradley Hand ITC", "Freestyle Script", "Lucida Sans Unicode", "Script MT Bold", serif;
	font-size: large;
	font-weight: bold;
}
h3 {
	font-size: small;
}
.text_blue {
	color: #003366;
}
