﻿:root {
  --primary-darkest: #04242b;
  --primary-dark: #063f51;
  --dark-grey: #9d9d9d;
  --primary-light: #edf7f9;
  --black: #141414;
  --white: white;
  --gainsboro: #dfdbdb;
  --secondary: #f2c966;
  --primary: #048abf;
  --dark: black;
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,p,blockquote,fieldset {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	background: #DDE0E7 url(images/public-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.menuselected {
    font-weight: bold;
    color: #FFFFFF;
}

.pagenumber {
    font-weight: bold;
    color: #333333;
}

.pagenumberhand {
    cursor: pointer !important;
}

ul {
     list-style-position: inside;
 }

h7 {
    font-weight: bold;
    font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 0.6em;
	margin-top: 0em;
}
h1 {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 0.6em;
	margin-top: 0em;
	color: #DDE0E7;
}
h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #333333;
	line-height: 1.6em;
}
h4 {
	font-weight: bold;
	font-size: 1em;
	color: #333333;
	line-height: 1.5em;
}
h5 {
	font-size: 1.1em;
	color: #333333;
	line-height: 1.6em;
}
h6 {
	font-size: 1em;
	color: #333333;
	line-height: 1.3em;
}
p {
	margin-top: 0.2em;
	margin-bottom: 1em;
	line-height: 1.3em;
}
a:link, a:visited, a:active {
	color: #02385A;
	text-decoration: none;
}
a:hover, a.current:link, a.current:visited {
	color: #333333;
	text-decoration: underline;
}
.Bold {
	font-weight: bold;
}
.Copy02 {
	font-size: .9em;
}
.Copy03 {
	font-size: .85em;
}
.Clear {
	clear: both;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}  

#divContainer {
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 55px;
}
#divNavHeader01 {
	height: 20px;
	font-size: 11px;
	color: #DDE0E7;
	line-height: 20px;
	padding-top: 4px;
	text-align: right;
	padding-right: 70px;
}
#divNavHeader01 a {
	color: #DDE0E7;
	text-decoration: none;
}
#divNavHeader01 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#divHeaderCol01 {
	width: 219px;
	height: 201px;
	float: left;
}
#divHeader04 {
	float: left;
}
#divHeaderContainer img {
	float: left;
}
#divBody {
	background: url(../images/bkgBodyMid-01.png) repeat-y left top;
	float: left;
}


#divCol01 {
	width: 219px;
	/*float: left;*/
	background: var(--primary-darkest);
	/*./images/navMainDivide*/
	padding-top: 20px;
	padding-bottom: 30px;
	height: 600px;
	font-size: 0.8em;
}
.navMain01 li {
	margin: 0px;
	list-style: none;
	background: url(../images/navMainDivider01.gif) no-repeat center bottom;
	font-size: 1.1em;
	line-height: 1.5em;
}
.navMain01 li a {
	display: block;
	width: 180px;
	text-decoration: none;
	margin: 0;
	padding: 8px 5px 9px 30px;
	line-height: 1em;
}
.navMain01 li a:link {
	color: #DDE0E7;
}
.navMain01 li a:visited {
	color: #DDE0E7;
}
.navMain01 li a:hover {
	color: #FFFFFF;
	background: url(../images/navMainArrow-01.gif) no-repeat left 4px;
}
.navMain01 li a.current:link {
	color: #FFFFFF;
	background: url(../images/navMainArrow-01.gif) no-repeat left 4px;
}
.navMain01-Active a {
	background: url(../images/navMainArrow-01.gif) no-repeat left 4px;
}

.navSub01 li {
	margin: 0px;
	list-style: none;
	background: url(../images/navMainDivider01.gif) no-repeat center bottom;
	font-size: 1em;
}
.navSub01 li a {
	display: block;
	width: 160px;
	text-decoration: none;
	margin: 0;
	line-height: 1em;
	padding: 7px 5px 8px 50px;
}
.navSub01 li a:link {
	color: #DDE0E7;
}
.navSub01 li a:visited {
	color: #DDE0E7;
}
.navSub01 li a:hover {
	color: #FFFFFF;
	background: url(../images/navMainArrow-01.gif) no-repeat left 4px;
}
.navSub01 li a.current:link {
	color: #FFFFFF;
	background: url(../images/navMainArrow-01.gif) no-repeat left 4px;
}


#divCol02 {
	
}
#divCopy01 {
	margin-left: 35px;
	margin-right: 35px;
}
#divFooterContainer {
	clear: both;
	background: #494949 url(../images/bkg-footer-01.png) repeat-x;
	height: 91px;
	margin-right: auto;
	margin-left: auto;
}


#divFooter01 {
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 55px;
	font-size: 12px;
	color: #DDE0E7;
}
#divFooter02 {
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 55px;
	font-size: 12px;
	color: #DDE0E7;
	text-align: center;
	padding-top: 10px;
}
#divFooter02 a:link {
	color: #DDE0E7;
}
#divFooter02 a:visited {
	color: #DDE0E7;
}
#divFooter02 a:hover {
	color: #DDE0E7;
	text-decoration: underline;
}
.ulList01 {
	margin-left: 30px;
	margin-top: -10px;
	margin-bottom: 1.2em;
	line-height: 1.2em;
}
.MembersHeader01 {
	text-transform: uppercase;
	color: #FFFFFF;
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #6699CC;
	height: 1.3em;
	width: 100%;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	padding-left: 4px;
}
.fbLikeButton01 {
	float: right;
	width: 125px;
}

/*
	TopBorder
*****************/
#TopBorder {
	/*background: var(--primary-darkest);*/
	background: var(--primary-darkest);
	overflow: hidden;
	height: 65px;
	width: 1920px;
}


/*
	ImageBorder
*****************/
#ImageBorder {
	background: white;
	overflow: hidden;
	padding: 0px;
	width: 1920px;
	border: none;
}

#ImageBorder img {display: block; float: left; padding: 0px; margin-left: 230px; border: none;}

/*
	BottomBorder
*****************/
#BottomBorder {
	background: var(--primary-darkest);
	overflow: hidden;
	height: 455px;
	width: 1920px;
}

.shader {background: #DDE0E7;padding: 60px;width: 680px;margin-left: 230px; vertical-align: top;}
/*
	footer
*****************/
#footer {
	/*background: var(--primary-darkest);*/
	background: rgb(26,27,31);
	overflow: hidden;
	height: 47px;
	width: 1920px;
	border-top:1px solid #DDE0E7;
}

.copyright {color:rgb(218,218,218); margin-left: 230px;}

/*
	InnerBorder
*****************/
#InnerBorder {
	background: #DDE0E7;
	overflow: hidden;
	padding: 60px;
	width: 680px;
	margin-left: 250px;

}

/*
	formcontents
*****************/
#formcontents {
    margin-left: 230px;
}

/*
	BottomBorderMain
*****************/
#BottomBorderMain {
	background: var(--primary-darkest);
	overflow: hidden;
	height: 397px;
	width: 1920px;
}

.shadermain {background: #DDE0E7;padding: 25px;width: 969px;margin-left: 230px; vertical-align: top; width: 1039px;}

.maintable {background: #DDE0E7 url(images/bg-content.png) no-repeat center center fixed; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}