a {}

a {}

a:link {
	color:#d77900;
	text-decoration:underline;
}

a:hover {
	color:##FF9900
	text-decoration:underline;
}

a:visited {
	color:#d77900;
	text-decoration:underline;
}

.breadcrumbs {
	color:#d77900;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
}

.submenu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	margin-left: 35px;
	margin-right: 25px;
	line-height: 17px;
	font-weight:normal;
}

.contactText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	margin-left: 8px;
	margin-top: 28px;
}

.menu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

.smalltext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	font-style:italic;
}

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#cssdropdown li {
	float: left;
	position: relative;
	line-height: 18px;
}

.mainitems{
	background-color: #FFFFFF;
}

.mainitems a{
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
}

.subuls{
	display: none;
	position: absolute;
	top: 3.2em;
	left: 0;
	background-color:#FFFFFF;
}

.subuls li{

}

.subuls li a{
	text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
}


.headerOrange {
	font-family:Verdana, Geneva, sans-serif
	font-size:11px;
	font-weight:bold;
	color:#d77900;
}