h1 {
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	line-height: 28px;
}

h2 {
	font-size: 24px;
	color: #999999;
	font-family:  Helvetica, Arial, sans-serif;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: lighter;
}
h3 {
	font-size: 24px;
	color: #999999;
	font-family:  Helvetica, Arial, sans-serif;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: lighter;
}
.bottombuttons {
	font-size: 12px;
	padding-left: 25px;
	color: #999999;
	margin-right: 50px;
	line-height: 18px;
}
.bullets {
	font-family:  Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 13px;
	margin-left: 10px;
	line-height: 24px;
	margin-top: 10px;
}

.body {
	color: #666666;
	font-size: 13px;
	font-family:  Helvetica, Arial, sans-serif;
	line-height: 24px;
}
.buttons {
	color: #6E1309;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
}
a:active {
	color: #666;
	text-decoration: underline;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #A91911;
	text-decoration: none;
}
a.buttons:active {
	color: #B52112;
	text-decoration: underline;
}
a.buttons:link {
	color: #B52112;
	text-decoration: underline;
}
a.buttons:visited {
	color: #B52112;
	text-decoration: underline;
}
a.buttons:hover {
	color: #A91911;
	text-decoration: none;
}
.form {
	color: #666666;
	font-size: 14px;
	font-family:  Helvetica, Arial, sans-serif;
	line-height: 14px;
}
.date {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #B52112;
}
.news {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;
}
#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:3.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#nav a{
	display:block;
	color:#666;
	text-decoration:none;	
	padding-top: 0px;
	padding-right: 59px;
	padding-bottom: 0px;
	padding-left: 59px;
}

#nav a:hover{
	background-color:#e6e6e6;
	color:#165aa1;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
	position:absolute;
	color:#ffffff;
	display:none;
	width:400px;
	top:3.5em;
	line-height:2.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#nav li ul a{
	width:200px;
	height:auto;
	float:left;
}

#nav ul ul{
top:auto;
line-height:2.5em;
}	

#nav li ul ul {
	left:10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
