body {
	color: #333333;
	line-height: 1.3em;
	font-family: "Lucida Sans";
	font-size: 0.9em;
	background-color: #660000;
}
a {
	color: #333333;
	font-weight:bold;
	text-decoration:none;
	background: inherit;
}

a:hover {
	color: #000;
	background: inherit;
	text-decoration: underline;
}


#menubar {
	font-family: "Lucida Sans";
	font-size: 0.9em;
	width:738px;
	height:22px;
	color: #FFFFFF;
	background-image: url(assets/images/footerback.jpg);
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
	background-color: #FFAA71;
}
#menubar ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding-top: 3px;
}

#menubar li {
	display: inline;
}

#menubar a {
	text-decoration: none;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 9px;
	padding-top: 5px;
}

#menubar a:hover {
	background-color: #66CCFF;
	color:#455A79;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}


h1, h2 {
	font-size: 2em;
	margin-left: 4px;
	color: #FF6600;
}

ul { 
margin: .6em 0; 
padding: 0;
}
.imageleft {
	float: left;
	clear: left;
	background: #eee;
	color: #000;
	margin: 0 12px 10px 0;
}
.imageright{
	float: right;
	clear: right;
	background: #eee;
	color: #000;
	margin: 0 12px 10px 0;
}
.imagegallery{
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;

}

.parastart {
	float:left;
	color:#333333;
	font-size:50px;
	line-height:30px;
	padding: 4px 4px;
	font-family: "Times New Roman", times, Sans-Sherif;
	background:inherit;
} 
#wrapper {
	width: 750px;
	margin: 0 auto;
	padding:4px;
	text-align: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF6600;
	background-color: #FFFFFF;
}
#title {
	font-weight: bold;
	color: #FF6600;
	width: 740px;
	text-align: center;
	font-size: 1em;
	margin: 0px;
	padding: 5px;
}


#pic{
	width: 750px;
	height: 200px;
}

.box {
	float: left;
	width: 30%;
	margin: 2px 0 0 14px;
	background: #fff;
	color: #303030;
	padding: 2px 2px 0 4px;
	border: #eee 1px solid;
}
	
.box h1 {
	margin: 2px 0;
	padding: 0;
	color: #5e5e5e;
	background: inherit;
	font-size: 1.1em;
	text-transform:uppercase;
}
		
.contentbox {
	float: left;
	width: 46%;
	margin: 7px 7px;
	background: #fff;
	color: #303030;
	padding: 4px 4px;
	text-align: center;
}
			
.data {
	background: #fff;
	color: #333333;
	padding: 2px 5px;
	margin: 8px 8px;
	border: #eee 1px solid;
}
.clear {
	clear: both;
	margin: 0 0 2px 0;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 5px 0px 5px 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
	background-color: #FFD7BB;
}
#footer a {
	font-weight: normal;
}
.smallfoot {
	font-size: .7em;
}



td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

td.tablecellblue {
	background-color: #E2E6FA;
}
td.tablecellorange {
	background-color: #FFD6AD;
}
