a:link {
	color: #FF8A00;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color:#DF7800;
	text-decoration: underline;
	font-weight: bold;	
}
a:hover {
	color: #4169E1;
	text-decoration: underline;
	font-weight: bold;	
}
a:active {
	color: #4169E1;
	text-decoration: underline;
	font-weight: bold;		
}
a:focus {
	color: Blue;
	font-weight: bold;
	text-decoration: underline;
}
body {
	background-color: #333333;
	color: #333333;
	font-family: Tahoma, Trebuchet, Arial, sans serif;
}
#arborcontent {
	border-collapse: collapse;
	border:2px solid #ffffff;
	font-size: 0.9em;
}
.logo {
	background-color: #000000;
	border: 0;
}
#menu {
	text-align: right;
	background-color: #000000;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #ffffff;
}
#menu ul {
	padding: 0px;
	margin: 0px 2px 8px 0px;
}
#menu li {
	display: inline;

}
#menu a:link {
	background-color: #5D6081;
	padding: 5px;
	margin 5px;
	text-decoration: none;
	color: #ffffff;
}
#menu a:visited {
	background-color: #5D6081;
	padding: 5px;
	margin 5px;
	text-decoration: none;
	color: #ffffff;
}
#menu a:hover {
	background-color: #ffffff;
	padding: 5px;
	margin 5px;
	text-decoration: none;
	color: #5D6081;
}
#menu a:active {
	background-color: #ffffff;
	padding: 5px;
	margin 5px;
	text-decoration: none;
	color: #5D6081;
}
#left-submenu {
	width: 20%;
	background-color: #959595;
	vertical-align: top;
	text-align: center;
}
#left-submenu li {
	background-color: #000033;
	padding: 2px;
	list-style-type: none;
	margin: 5px 0px 5px 5px;
	border: 1px solid #ffffff;
	text-align: right;
}
#left-submenu ul {
	padding: 0px;
}
#left-submenu a:link {
	color: #ffffff;
	text-decoration: none;
	background-color: #000033;
}
#left-submenu a:visited {
	color: #ffffff;
	text-decoration: none;
	background-color: #000033;
}
#left-submenu a:hover {
	color: #5D6081;
	text-decoration: none;
	background-color: #000033;
}
.home-content {
	color: #ffffff;
	background-color: #000033;
	width: 50%;
	background-image: url(images/home-bg.gif);
	background-repeat: repeat-y;
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	vertical-align: top;
	border-right: 0px;
}
.button {
	margin: 5px 0px 5px 0px;
	border: 0px;
}
.main-content {
	color: #333333;
	background-color: #ffffff;
	width: 50%;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	vertical-align: top;
	border-right: 0px;
}
h1 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: "Myriad Pro", Tahoma, Arial, Trebuchet MS, sans serif;
}
h2 {
	font-size: 1.0em;
	font-weight: bold;
	font-family: "Myriad Pro", Tahoma, Arial, Trebuchet MS, sans serif;	
}
.side-title {
	background-color:#000033;
	color: #ffffff;
	padding: 3px;
}
.image-logo {
	margin: 20px;
	border: 0px;
}
.reverse-photo {
	padding: 3px;
	border: 1px solid #ffffff;
	margin: 5px 2px 5px 2px;
}
.photo-right {
	padding: 3px;
	border: 1px solid #a9a9a9;
	margin: 5px 2px 5px 2px;
	float: right;
}
.photo-left {
	padding: 3px;
	border: 1px solid #a9a9a9;
	margin: 5px 2px 5px 2px;
	float: left;
}
.photo {
	padding: 3px;
	border: 1px solid #a9a9a9;
}
.home-right-content {
	color: #ffffff;
	background-color: #000033;
	width: 30%;
	vertical-align: top;
	border-left: 0px solid #000033;
	padding: 20px 10px 20px 10px;
	text-align: center;
}
.right-content {
	color: #333333;
	background-color: #ffffff;
	width: 30%;
	vertical-align: top;
	border-left: 0px solid #000033;
	padding: 20px 10px 20px 10px;
	text-align: center;
}
.right-content ul {
	text-align: left;
}
.right-content-p {
	font-size: 0.8em;
	color: #959595;
	text-align: left;
}
#footer {
	border-top: 1px solid #ffffff;
	background-color: #000000;
	text-align: center;
	vertical-align: top;
	padding: 15px 15px 15px 15px;
	color: #ffffff;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}
#footer a:hover {
	color: Gray;
	text-decoration: none;
	font-weight: bold;	
}
#footer a:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#footer ul {
	margin: 0px;
	padding: 10px 5px 5px 5px;
}
#footer li {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	display: inline;
}