body { background: #ffffff; }

a.nav:link
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #5C2D6E;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

a.nav:visited
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #5C2D6E;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

a.nav:active
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

a.nav:hover
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
}


a:link
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 13px;
	color: #0000cc;
	text-decoration: none;
}

a:visited
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 13px;
	color: #0066cc;
	text-decoration: none;
}

a:active
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 13px;
	color: #cc0000;
	text-decoration: none;
}

a:hover
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 13px;
	color: #C00;
	text-decoration: underline;
}

.navthere
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

h1
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 18px;
}

h2
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 16px;
	color: #000099;
}

h3
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 14px;
	color: #000066;
}

h4
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 14px;
	color: #000033;
}

h5
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 14px;
	color: #000000;
}

h6
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 13px;
	color: #000000;
}

p
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 13px;
}

ul
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 13px;
}

td
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 13px;
}

.title
{
	font-family: Palatino,Times Roman, Times;
	font-size: 24px;
}

.subtitle
{
	font-family: Palatino,Times Roman, Times;
	font-size: 14px;
}

.small
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
}

.contact
{
	font-family: Palatino,Times Roman, Times;
	font-size: 12px;
}

a.contact
{
	font-family: Palatino,Times Roman, Times;
	font-size: 12px;
}

/************************************************************************/
/* Navigation Bars													*/
/************************************************************************/
#sidenav
{
	padding: 4px;
	font-size: 10pt;
	font-weight: bold;
}

#sidenav ul
{
	top: -20px !important;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	list-style: none;
}

#sidenav ul li { display: inline; }

#sidenav a
{
	float: left;
	display: block;
	padding: 3px 0 3px 0;
	margin: 2px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	line-height: 14px;
	color: #000000;
}

#sidenav a:hover { color: #0000ff; }
#sidenav .side_dropdown a, #sidenav .side_dropdown a:hover { color: white; }

.dropdown *, .side_dropdown, .side_dropdown *
{
	margin: 0;
	padding: 0;
}

.side_dropdown
{
	position: relative;
	background: no-repeat 100% 50%;
	width: 150px;
	float: left;
}

.side_dropdown li ul
{
	position: absolute;
	height: auto;
	display: none;
}

.side_dropdown li
{
	margin-bottom: 6px;
	position: relative;
	float: left;
	list-style-type: none;
	font-weight: bold;
	background: #004fff;
	padding-bottom: 2px;
	width: 150px;
}

.side_dropdown li a
{
	text-decoration: none;
	display: block;
	float: left;
	height: auto;
}

.side_dropdown li ul li
{
	margin: 0;
	padding: 0;
	width: 170px;
	padding-bottom: 4px;
	border: 1px solid #ffffff;
}

.side_dropdown li ul li a
{
	position: relative !important;
	white-space: nowrap;
	height: auto;
	background-position: 0 50% !important;
}

.side_dropdown li a:hover { background-color: #000099; }

.side_dropdown li:hover ul, .side_dropdown li.over ul
{
	display: block;
	z-index: 10;
	left: 150px;
	top: 0px;
}

#sidenav .side_dropdown_docs a, #sidenav .side_dropdown_docs a:hover { color: white; }

.dropdown *, .side_dropdown_docs, .side_dropdown_docs *
{
	margin: 0;
	padding: 0;
}

.side_dropdown_docs
{
	position: relative;
	background: no-repeat 100% 50%;
	width: 150px;
	float: left;
}

.side_dropdown_docs li ul
{
	position: absolute;
	height: auto;
	display: none;
}

.side_dropdown_docs li
{
	margin-bottom: 6px;
	position: relative;
	float: left;
	list-style-type: none;
	font-weight: bold;
	background: #009900;
	padding-bottom: 2px;
	width: 150px;
}

.side_dropdown_docs li a
{
	text-decoration: none;
	display: block;
	float: left;
	height: auto;
}

.side_dropdown_docs li ul li
{
	margin: 0;
	padding: 0;
	width: 170px;
	padding-bottom: 4px;
	border: 1px solid #ffffff;
}

.side_dropdown_docs li ul li a
{
	position: relative !important;
	white-space: nowrap;
	height: auto;
	background-position: 0 50% !important;
}

.side_dropdown_docs li a:hover { background-color: #00ff00; }

.side_dropdown_docs li:hover ul, .side_dropdown_docs li.over ul
{
	display: block;
	z-index: 10;
	left: 150px;
	top: 0px;
}

#sidenav .side_dropdown_services a, #sidenav .side_dropdown_services a:hover { color: white; }

.dropdown *, .side_dropdown_services, .side_dropdown_services *
{
	margin: 0;
	padding: 0;
}

.side_dropdown_services
{
	position: relative;
	background: no-repeat 100% 50%;
	width: 150px;
	float: left;
}

.side_dropdown_services li ul
{
	position: absolute;
	height: auto;
	display: none;
}

.side_dropdown_services li
{
	margin-bottom: 6px;
	position: relative;
	float: left;
	list-style-type: none;
	font-weight: bold;
	background: #ff0000;
	padding-bottom: 2px;
	width: 150px;
}

.side_dropdown_services li a
{
	text-decoration: none;
	display: block;
	float: left;
	height: auto;
}

.side_dropdown_services li ul li
{
	margin: 0;
	padding: 0;
	width: 170px;
	padding-bottom: 4px;
	border: 1px solid #ffffff;
}

.side_dropdown_services li ul li a
{
	position: relative !important;
	white-space: nowrap;
	height: auto;
	background-position: 0 50% !important;
}

.side_dropdown_services li a:hover { background-color: #990000; }

.side_dropdown_services li:hover ul, .side_dropdown_services li.over ul
{
	display: block;
	z-index: 10;
	left: 150px;
	top: 0px;
}
