/* CSS Document */
body     { font-family: "Lucida Grande", Verdana, Halvetica, sans-serif; background-image: url("images/top.jpg"); background-repeat: repeat-x; background-position: 50% top; text-align: center; margin: 25px auto 0 }
a:hover  { color: #FFFFFF; text-decoration: none; background-color: navy }
a {
	color: #990000;
	text-decoration: underline;
}
#container  { font-weight: normal; text-align: center; margin: 0 auto; width: 686px }
#main {
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px dotted #000;
	height: auto;
}
#top     { background: url("images/topbar.jpg") no-repeat; margin: 0 auto; width: 686px; height: 96px }
#middle     { background: url("images/middle.jpg") repeat-y; margin: -2px auto 0 }
#bottom     { background: url("images/bottom.gif") no-repeat; margin: -100px auto 0; width: 686px; height: 106px; clear: left }
#nav {
	width: 550px;
	padding: 10px 20px 10px;
	margin: 0px auto;
	color: #999;
	font-weight: normal;
	font-size: 11px;
	text-align: center;

}
#nav li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}
#nav a  { font-size: 10px; font-weight: bold; text-decoration: none }
#nav a:hover {
	color: #990000;
	text-decoration: underline;
}
#content {
	padding: 0px 68px 1px 68px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#side {
    margin: 90px auto 0px auto;
	width: 110px;
	border-left: 1px dotted #C4D0D7;
	padding: 0px 10px 0px 20px;
	color: #999;
	float: right;
	font-size: 70%;
}
#content h2 {
	color: #003366;
	font-weight: bolder;
	font-size: 14px;
	padding: 0px 135px 0px 10px;
}
#content h2	a:hover{
	color: #97C24D;
	text-decoration: underline;
}
#content h2 a{
	color: #003366;
	text-decoration: none;
}
#content h3 {
	color: #003366;
	font-size: 12px;
	letter-spacing: 0.3em;
	padding: 0px 135px 0px 10px;
	text-decoration: underline;

}
#content p {
	padding: 0px 170px 0px 10px;
	font-size: 0.75em;
	line-height: 1.7em;
	margin: 0px 0px 1.7em 0px;
	vertical-align: top;
	color: #666666;

}
#footertext {
	font-size: 10px;
	font-weight: bold;
	margin: 20px auto 0px;
	height: 20px;
	width: 686px;
	height: 31px;
	text-align: center;
	color: #888;
}
#footertext a {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#footertext a:hover {
	text-decoration: underline;
}
#definition       {
	margin: 0;
	width: 370px;
	height: 55px;
}
#content h4 {
	color: #666666;
	font-size: 8px;
	letter-spacing: 0.3em;
	padding: 0px 135px 0px 10px;
	text-decoration: underline;
}
#container #middle #content table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #003333;
	font-size: 0.7em;
	line-height: 1.7em;
	padding-left: 10px;
}
#container #middle #content form {
	margin-left: 10px;
}
#container #middle #content ul {
	font-size: .75em;
	color: #666666;
	line-height: 1.4em;
}
