body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/BackGroundRepeat.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

/* base elements */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a {
	color: #78A0AA;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #936;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

/* main construction elements */

#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 800px;
	height: auto;
}
#pageWrapper {
	background-color: #FFF;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
}
#header {
	height: 130px;
}
#header #brandLogo {
	float: left;
	width: 424px;
}
#header #leftContent {
	float: left;
	width: 249px;
	margin-left: 285px;
}
#page {
	width: 960px;
	background-color: #FFF;
}
#pageNavigation {
	height: 50px;
	width: 960px;
}
#pageHeader {
	float: left;
	height: 94px;
	width: 958px;
	background-image: url(/images/pageHeaderBar.png);
	background-repeat: no-repeat;
}
#pageLeft {
	float: left;
	height: auto;
	min-height:600px;
	width: 226px;
	background-image: url(/images/PageLeftBar.png);
	background-repeat: no-repeat;
}


#pageRight {
	float: left;
	height: auto;
	min-height:600px;
	width: 189px;
}
#pageCenter {
	float: left;
	height: auto;
	min-height:600px;
	width: 533px;
	background-image: url(/images/pageCenterBar.png);
	background-repeat: no-repeat;
}
#pageCenter .textContent {
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 25px;
}



/* Top BAR Navigation */

#pgTopNavLeft  {
	float: left;
	height: 40px;
	width: 26px;
	background-image: url(/images/NavBar_left.png);
	background-repeat: no-repeat;
}
#pgTopNavCenter {
	background-image: url(/images/NavBar_Fill.png);
	background-repeat: repeat-x;
	height: 40px;
	width: 904px;
	float: left;
}
#pgTopNavRight {
	height: 40px;
	width: 26px;
	background-image: url(/images/NavBar_right.png);
	float: left;
}
#pgTopNavText {
	margin-top: 7px;
	height: 22px;
}
#pgTopNavText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #587E88;
	text-decoration: none;
	float: left;
	display: block;
	height: 18px;
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}


/* page header */

#pageHeaderText {
	width: 573px;
	float: left;
}
#pageHeaderText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFF;
	margin-left: 85px;
	padding: 0px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#pageHeader #pageHeaderButton1 {
	float: left;
	height: 29px;
	width: 182px;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
#pageHeader #pageHeaderButton2 {
	float: left;
	height: 29px;
	width: 182px;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

/* left Page Navigation */

#leftNavigation  {
	margin-top: 10px;
	margin-right: 21px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#leftNavigation ul {
	
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
#leftNavigation a {
	font-family: Arial, Helvetica, sans-serif;
	color: #143349;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#leftNavigation .nonlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #143349;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#leftNavigation ul li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display: block;
}
#leftNavigation ul li ul li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-left: 30px;
	display: block;
}
#leftNavigation a:hover {
	color: #606;
}

/* content of pages */

#pageRight .textContent p {
	color: #68B8C0;
	padding-top: 0px;
	padding-bottom: 10px;
}
#pageCenter .textContent p {
	font-size: 12px;
	line-height: 14px;
	color: #507882;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#pageCenter .textContent ol, ul{
	margin: 0px;
	list-style-type: disc;
	color: #507882;
}

#pageRight .picContent {
	margin-bottom: 10px;
}
.textContent h3 {
	font-size: 14px;
	color: #507882;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.linksHeader {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pageFooter {
	height: 180px;
	display: block;
}

/* footer */

#pageFooter #pageFooterAddress {
	margin-left: 25px;
	width: 670px;
	float: left;
}
#pageFooter p  {
	font-size: 10px;
	color: #A5B4B3;
	line-height: 14px;
}
#pageFooter .highlight  {
	color: #98CB51;
}

#footerGraphic {
	height: 103px;
	padding-left: 8px;
}


/* special extras*/





.picContent {
	padding-bottom: 10px;
}


#crumpledLink p{
	font-size: 8px;
	width: 250px;
	float: left;
	margin-left: 12px;
}

.clearer {
	clear: both;
}
.dashedLine {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
