/* CSS Document */
body {
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
#banner {
	background-image: URL(../images/banner.jpg);
	background-repeat:no-repeat;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
#nav {
	width: 150px;
	float: left;
	background-color: #15810e;
	background-image: URL(../images/gradient.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#FFFFFF;
	margin: 0px;
	/*padding-left: 10px;
	padding-right:10px;*/
	padding-top:12px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height: 700px;
}
#nav a {
	color:#FFFFFF;
}
#nav ul {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	list-style:none;
	margin:0px;
}
#nav li {
	padding-bottom:7px;
}
#nav ul ul {
	font-size: 12px;
	padding-top: 5px;
}
#textarea {
	float: right;
	background-image: URL(../images/bigLogo.gif);
	background-position: bottom right;
	min-height: 600px;
	background-repeat:no-repeat;
	width: 505px;
	margin:10px;
}
#textarea a{
	color: #15810e;
}
.title {
	color: #15810e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.left {
	float: left;
	width: 240px;
	margin-right: 10px;
	text-align:left;
	border: thick;
	padding-top: 10px;
	margin-top: 10px;
}
.right {
	float: right;
	width: 240px;
	margin-left: 10px;
	text-align: left;
	border:thick;
	padding-top: 10px;
	margin-top: 10px;
}
#footer {
	background:#CCCCCC;
	color: #666666;
}
