body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;

	background-image: url(background.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	
	overflow-x: hidden;
}

header {
	display: block;
	
	width: 100%;
	height: 70px;
	padding: 5px 15px 0px 15px;
	margin: 0px;
	
	background-image: url(header_background.png);
	background-repeat: no-repeat;
}

footer {
	clear: both;
	display: block;	
	
	position: relative;
	z-index: 30;
	
	width: 100%;
	height: 108px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	
	background-image: url(footer_background.png);
	background-repeat: no-repeat;
	
	font-family: Verdana,Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	color: white;

}

div#Div_Copyright {
	height: 20px;
	padding: 65px 0px 20px 0px;
	margin:  0px auto 0px auto;;
		
	text-align: center;
}

nav {
	display: block;
}

nav.mainMenu {
	position: relative;
	
	width: 100%;
	height: 108px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px -87px 0px;
	
	z-index: 20;
	
	background-image: url(menu_bar.png);
	background-repeat: no-repeat;	
	
}

div.main {
	width: 1100px;
	min-height: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: rgb(240,240,240);
	box-shadow: 0px 0px 8px 2px rgb(20,20,80);

}

div.menuDropdown {
	position: absolute;
	
	visibility: hidden;
}

div.menuDropdownTitle {
	position: relative;
	
	z-index: 22;
	
	padding: 2px 0px 10px 0px;
	
	background-color: rgba(255,255,255,1.0);
	
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: rgb(255,150,150);
	
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: rgb(200,0,0);
	
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: rgb(200,0,0);
	
	border-bottom-style: none;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	
	box-shadow: -3px 3px 2px 1px rgba(160,80,80,0.5);

	text-align: center;
}

div.menuDropdownTitle a {
	
	font-family: Verdana,Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11pt;
	color: black;
}

div.menuDropdownTitle a:link
{
	color: black;
	text-decoration: none;
}

div.menuDropdownTitle a:visited
{
	color: black;
	text-decoration: none;
}

div.menuDropdownTitle a:hover
{
	color: rgb(17,116,222);
	text-decoration: none;
}

div.menuDropdownTitle a:active
{
	color: rgb(17,116,222);
	text-decoration: none;
}

div#Div_ScrollLeft {
	padding: 0px 0px 0px 5px;	
}

div#Div_ScrollRight {
	padding: 0px 5px 0px 0px;
}

div.scrollArrow {
	position: absolute;

}



div#Div_Container {
	width: 100%;
	
	padding: 0px;	
}


div.content {
	font-family: Verdana,Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: rgb(50,50,50);
}

div.content a:link
{
	color: rgb(24,130,230);
	text-decoration: none;
}

div.content a:visited
{
	color: rgb(24,130,230);
	text-decoration: none;
}

div.content a:hover
{
	color: rgb(24,130,230);
	text-decoration: underline;
}

div.content a:active
{
	color: rgb(250,100,100);
	text-decoration: underline;
}

div.contentBanner {
	width: 865px;
	margin: 0px 0px 15px 0px;
}

div#Div_Content {
	float: left;	
	
}


div#Div_ImageScroll {
	position: relative;
	/*top: -87px;*/
	z-index: 10;
	
	width: 870px;
	height: 300px;

	margin: 0px 0px 10px 0px;	
}

div#Div_ScrollImage {
	float: left;
	
	width: 865px;
	height: 300px;
	
	padding: 1px;

	margin: auto 0px auto 0px;	
	
	/*border-style: solid;
	border-color: rgb(125,125,125);
	border-width: 2px;
	border-radius: 3px;*/
}

div#Div_ContentBody {
	clear: both;
	
	position: relative;
	
	width: 800px;
		
	padding: 10px 20px 15px 20px;
}

div#Div_Sidebar {
	float: left;
	position: relative;
	
	width: 200px;
	height: 100%;
	min-height: 600px;
	
	padding: 10px;
	margin: 0px 0px -80px 0px;
	
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: rgba(0,0,64,0.1);

	
	background-color: rgba(0,0,64,0.02);	
}

font.emphasis {
	font-weight: 700;
}

p.headerRight {
	
	margin: 30px 80px 10px 60px;
	
	text-align: right;
	font-family: Verdana,Sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16pt;
	color: rgb(30,30,60);

	
}

p.heading {
	font-weight: 800;
	font-size: 14pt;
	color: rgb(10,10,40);	
}

p.subHeading {
	font-weight: 500;
	font-size: 13pt;
	color: rgb(20,20,50);	
}

p.newSection {
	margin-top: 60px;	
}

p.articleTitle {
	margin: 40px 10px 20px 25px;
	
	font-weight: 500;
	font-size: 13pt;
		
}

p.articleDescription {
	font-weight: 100;
	font-size: 10pt;
	font-style: italic;
	color: rgb(5,5,10);
}

p.articleTitle a:link
{
	color: rgb(20,20,160);
	text-decoration: none;
}

p.articleTitle a:visited
{
	color: rgb(40,40,160);
	text-decoration: none;
}

p.articleTitle a:hover
{
	color: rgb(80,80,200);
	text-decoration: none;
}

p.articleTitle a:active
{
	color: rgb(125,125,250);
	text-decoration: none;
}

p.author {
	margin: 4px 10px 30px;
	text-align: right;

	font-weight: 600;
	font-size: 8pt;
	font-style: italic; 	
}

p.tagline {
	margin: 8px 0px 30px;
	text-align: center;
	
	font-weight: 800;
	font-size: 11pt;
	font-style: italic;
}

p.keyline {
	margin: 12px 0px;
	text-align: center;
	
	font-weight: 600;
	font-size: 11pt;
	font-style: italic;
}

p.normal {
	text-align: left;
	
	font-weight: 100;
	font-size: 11pt;
	font-style: normal;
}

p.listHeader {
	margin-bottom: 1px;
	
	text-align: left;
	
	font-weight: 100;
	font-size: 11pt;
	font-style: normal;	
}

p.updateCategory {
	margin: 20px 0px 0px 0px;
	text-align: left;
	
	font-weight: 200;
	font-size: 8pt;
	font-style: italic;
	
	color: rgb(125,125,150);
}

p.updateTitle {
	margin: 1px 0px 0px 0px;
	border: 0px;
	text-align: left;
	
	font-weight: 600;
	font-size: 12pt;
	font-style: normal;
	
	color: rgb(125,125,250);
	
}

p.updateTitle a:link
{
	color: rgb(50,50,175);
	text-decoration: none;
}

p.updateTitle a:visited
{
	color: rgb(50,50,175);
	text-decoration: none;
}

p.updateTitle a:hover
{
	color: rgb(100,100,200);
	text-decoration: none;
}

p.updateTitle a:active
{
	color: rgb(155,155,200);
	text-decoration: none;
}

p.updateDescription {
	margin: 2px 0px 2px 0px;
	border: 0px;
	text-align: left;
	
	font-weight: 300;
	font-size: 8pt;
	font-style: normal;
	
	color: rgb(50,50,50);
}

ul.menuTitles {
	height: 40px;
	padding: 0px;
	margin: 0px auto 0px auto;
	list-style: none;

	display:table;
	text-align: center;	
}

li.menuTitle {
	float: left;
	padding: 4px 15px 4px 15px;
	margin: 0px 20px 0px 20px;	
	list-style: none;	

}

li.menuTitle a {
	font-family: Verdana,Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11pt;
	color: white;
}

li.menuTitle a:link
{
	color: white;
	text-decoration: none;
}

li.menuTitle a:visited
{
	color: white;
	text-decoration: none;
}

li.menuTitle a:hover
{
	color: rgb(0,20,64);
	text-decoration: none;
}

li.menuTitle a:active
{
	color: rgb(17,116,222);
	text-decoration: none;
}

ul.menuDropdownItems {
	position: relative;
	
	z-index: 23;
	
	padding: 5px 5px 5px 5px;
	margin: 0px;
	
	background-color: rgba(255,255,255,1.0);
	
	border-top-style: none;
	border-top-width: 0px;
	border-top-color: rgb(255,150,150);
	
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: rgb(200,0,0);
	
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: rgb(200,0,0);
	
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: rgb(100,0,0);
	
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;

	box-shadow: -3px 3px 2px 1px rgba(160,80,80,0.5);
	
	list-style: none;	
}

li.menuDropdownItem {
	
	margin: 5px 0px 5px 0px;
	
	list-style: none;
	white-space: nowrap;	
}

li.menuDropdownItem a {
	font-family: Verdana,Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: black;
}

li.menuDropdownItem a:link
{
	color: black;
	text-decoration: none;
}

li.menuDropdownItem a:visited
{
	color: black;
	text-decoration: none;
}

li.menuDropdownItem a:hover
{
	color: rgb(17,116,222);
	text-decoration: none;
}

li.menuDropdownItem a:active
{
	color: rgb(17,116,222);
	text-decoration: none;
}

li.seperate {
	margin: 16px 0px 4px 0px;
}

img#Img_Tagline
{
	margin: 0px 25px 5px 480px;	
}

img.arrow
{
	padding: 0px 2px 0px 2px;
}

img.pageTitle {
	float: right;
	margin: 30px 50px 10px 20px;	
}

img.inlineLeft {
	float: left;	
}

img.inlineRight {
	float: right;

	margin: 10px 2px 5px 2px;	
}

img.scrollArrowOn {
	position: absolute;
	visibility: hidden;
}

img.scrollArrowOff {
	opacity: 0.5;
}
 
img.scrollImageOn {
	margin: 1px auto 1px auto;
	visibility: visible;
}

img.scrollImageOff {
	position: absolute;
	visibility: hidden;	
}

div.scrollIndexOn {
	position: absolute;
	
	width: 8px;
	height: 8px;
	
	background-color: rgba(20,20,20,0.8);

	visibility: hidden;	
}

div.scrollIndexOff {
	position: absolute;
	
	width: 8px;
	height: 8px;
	
	background-color: rgba(20,20,20,0.4);
	
	visibility: hidden;
}

td.contactLabel {
	font-family: Verdana,Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 11pt;
	color: black;	
}

font.contactRequired {
	font-style: italic;
	font-size: 8pt;	
	color: red;
	
}

p.contactNote {
	font-style: italic;
	font-size: 8pt;	
	color: black;
}

p.contactError {
	font-style: italic;
	font-weight: 900;
	font-size: 11pt;
	color: red;	
}

