body {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
table {
	margin:0;
	padding:0;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight: normal;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: normal;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: normal;
}
p, li {
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 18px;
}
		
/* NAVIGATION */
.navbox{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a:link,  a:visited {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #D4782E;
}
.main_nav, .main_nav a, .sub_nav, .sub_nav a, .subsub_nav, .main_nav_sel a,  .main_nav_sel a:visited, .sub_nav_sel a:visited, .subsub_nav_sel a:visited{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
.main_nav, .main_nav_sel {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.sub_nav_box {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #D4782E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CC6620;
	border-right-color: #CC6620;
}
.sub_nav, .sub_nav_sel{
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.subsub_nav, .subsub_nav_sel {
	padding: 2px 2px 2px 30px; 
}
.main_nav a, .sub_nav a, .subsub_nav a{
	text-decoration:none;
}
.sub_nav_sel a:visited,.sub_nav_sel a {
	color: #CC6620;
}
.main_nav_sel a:visited, .subsub_nav_sel a:visited, .main_nav_sel a,  .subsub_nav_sel a {
	text-decoration:none;
	font-weight: bold;
	color: #CC6620;
}
