/* CSS Document */

body {
	background-color: #CCCC99;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
img {
	display: block;
}
#container {
	background-color: #ffffff;
	margin: 10px;
	width: 715px;
	border-width: 7px;
	border-style: solid;
	border-color: #669933;
}
#header {
	margin: 0;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
}
#main {
	margin: 0;
	width: 725px;
}
#nav {
	margin: 0;
	background-color: #ffffff;
	width: 180px;
	float: left;
	padding-top: 20px;
	text-align: left;
}
#nav ul {
	font-size: 14px;
	margin-left: 0px;
	padding-left: 15px;
	list-style: none;
	font-family: Palatino, "Times New Roman", Times, serif;
}
#nav li {
	color: #333333;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 7px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #99CC66;
}
#nav a {
	color: #333333;
	text-decoration: none;
}
#nav a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #99CC66;
	border: 5px solid #99CC66;
}
#content {
	margin: 0;
	width: 520px;
	float: right;
	padding-top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #669933;
}
#content p.main {
	text-align: left;
	width: 375px;
}
#content p.cv {
	text-align: left;
	width: 450px;
}
#content p.cv_indent {
	text-align: left;
	width: 420px;
	padding-left: 10px;
}
#content p.cv_center {
	text-align: center;
	width: 450px;
}
#content ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	width: 420px;
	padding-right: 30px;
}
#bottom {
	width: 700px;
	font-size: 14px;
	color: #336600;
}
#bottom a {
	text-decoration: none;
	color: #336600;
}
#bottom a:hover  {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.small {
	font-size: 12px;
}
.green {
	color: #003300;
}
.big_indent {
	font-size: 16px;
	padding-left: 125px;
}
.indent {
	padding-left: 10px;
}



.big_title {
	color: #ff3399;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.left {
	text-align: left;
	font-size: 14px;
	padding-left: 100px;
	padding-top: 1px;
}
.title {
	color: #ff3399;
	font-size: 16px;
	font-weight: bold;
}


