@charset "ISO-8859-1";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#container {
	width: 80%;
	height: 100%;
	color: #333333;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	float: none;
} 
div#content {
	background-color: #FFFFFF;
	float: right;
	width: 600px;
	margin: 0px;
	padding: 5px;
}
p{
	margin: 15px;
	padding: 15px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
}
h1  {
	background-color: #990000;
	color: #FFFFFF;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
h2 {
	background-color: #990000;
	color: #FFFFFF;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
h3 {
	color: #FFFFFF;
}
h4 {
	background-color: #990000;
	color: #FFFFFF;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
h5 {
	color: #333333;
}
div#header {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 5px;
}
div#footer a {
	color: #FFFFFF;
	background-color: #000000;
}
div#footer a:hover {
	background-color: #990000;
}
div#footer {
	background-color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	clear: right;
	font-size: 9px;
	color: #FFFFFF;
}
ul#navbar {
	background-color: #000000;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	list-style-type: none;
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	width: 155px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
}
ul#navbar a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	font-size: 14px;
}
ul#navbar a:hover {
	background-color: #990000;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.red {
	color:#990000
}

