#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
}
#header {
	height: 220px;
	width: 1000px;
	background-image: url(../image-files/header.jpg)
}
#header2 {
	height: 50px;
	width: 1000px;
	background-color:#9a0202;
	border-top: 1px solid #FFFFCC;
}
#content {
	width: 600px;
	padding: 10px;
	margin-right: 185px;
	margin-left: 185px;
}
#leftnav {
	float: left;
	width: 160px;
	height: 1110px;
	background-color: #FFFFCC;
	padding: 5px;
	border-right: 1px solid #9A0201;
		
}

#leftnav ul 
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-color: FFFFCC;
}

#leftnav a
{
	display: block;
	width: 150px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-color: #9b0204;
	color: #FFFFCC;

}


#leftnav a:link, .navlist a:visited
{
color: #FFFFCC;
text-decoration: underline;
font-weight: bold;
}

#leftnav a:visited
{
   color: #FFFFCC;
   text-decoration: underline;
   font-weight: bold;
}

#leftnav a:hover
{
	text-decoration: underline;
	color: #9b0204;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-color: #f8e516;
	border-bottom-color: #FFFFCC;
}

#sidebar {
	padding: 10px;
	float: right;
	width: 160px;
	background-color: #FFFFCC;
	height: 1100px;
	border-left: 1px solid #D8D3D3;
	text-align: center;
}

#footer {
	background-color: #D8D3D3;
	padding: 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 11pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}

a {
	color: #940F04;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #940F04;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #AA4848;
	text-decoration: none;
}


.box1 {
	background:#ffffff;
	color: #000;
	border:1px solid #00ffff;
	width: 400px;
	height: 165px;
	padding-top: 5;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	line-height: 16px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 0;
    margin: 3px 0;
	line-height: 12pt
}

