body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

#main
{
	margin: 0 auto;
	padding: 0 auto;
	width:800px;
}

form {
	margin: 0px;
}

input, select, textarea, button
{
	font-size: 12px;
}

/* ***********************************
 * Header
 * ******************************** */

#permNav 
{
	display:block;
	list-style-type:none;
	margin:5px 0 5px 17px;
	padding:0px;
	width:580px;
}

#permNav a:link, #permNav a:visited, #permNav a:active
{
	color:#000000;
	text-decoration:none;
}

#permNav a:hover
{
	color:#000000;
	text-decoration:underline;
}

#languageBox
{
	float:right;
	width:165px;
	text-align:right;
	padding-right:17px;
}

#languageBox select
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:135px;
	margin-left:2px;
}

/* ***********************************
 * Content
 * ******************************** */

a, a:link, a:visited, a:active {
	color:#448CCB;
	text-decoration:underline;
}

.content
{
	width:592px;
	margin:0px 2px 8px 160px;
	padding:0px;
}

#homeContent
{
	width:580px;
	margin:0px 2px 30px 2px;
	padding:0px;
	float:left;
}

.specialFeature
{
	width:137px;
	height:132px;
	margin-bottom:10px;
}


#rightFeatures ul li a:link, #rightFeatures ul li a:visited, #rightFeatures ul li a:active
{
	color:#565B64;
	text-decoration:none;
}

#rightFeatures ul li a:hover
{
	color:#565B64;
	text-decoration:underline;
}

#rightFeatures
{
	float: right;
	width:137px;
	padding:0px 15px 0px 0px;
}

#homeFeatures
{
	float: right;
	width:184px;
	padding:0px;
	margin:0px 12px 8px 2px;
}

#Page
{
	margin:8px 0 0 0;
	padding:0px;
	width:800px;
}

.mainHeading {
	padding-bottom: 14px;
	padding-top: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}



#breadcrumbs ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#breadcrumbs li
{
	margin:0px;
	padding:0px;
	display:inline;
}

#breadcrumbs , #breadcrumbs li a:link
{
	font-size:11px;
	color:#448CCB;
	font-weight:normal;
}

.tableOfContents ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.tableOfContents 
{
	margin-bottom: 30px;
}

ul
{
	margin:5px 0 5px 0;
	padding: 0px;
}

/* Hack to make IE layout the bulleted lists properly when they're placed beside
   a floated element (eg. an image) */
* html ul
{
	height:1px;
}

li 
{
	padding: 0px;
	margin-left: 20px;
}

.tableOfContents li, tableOfContents li a, .backToTop a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.backToTop 
{
	padding-bottom: 15px;
}

.subHeading {
	margin-bottom: 5px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.linksTable 
{
	margin-bottom: 20px;
}

#contentSections .linksTable
{
	border: none;
	width:460px;
	background-color:#FFFFFF;
}

#contentSections .linksTable td
{
	border: none;
}


.error, .thanks
{
	padding: 10px;
}

.error, .error p
{
	background-color: #CC0000;
	color: #FFFFFF;
}

/* ***********************************
 * Navigation
 * ******************************** */

#ContentImageHeader
{
	left:30px;
	position: absolute;
	bottom:45px;
}

#topNav
{
	list-style-type:none;
	margin:0px;
	text-align: center;
	position: absolute;
	bottom:6px;
	width:800px;
}

#topNav div
{
	display:inline;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-size:16px;
}

#topNav div a:link, #topNav div a:visited, #topNav div a:active
{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

#topNav div a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

#leftNav
{
	width:136px;
	margin:0px 11px 8px 11px;
	float:left;
}

#leftNav ul li a:link, #leftNav ul li a:visited, #leftNav ul li a:active
{
	color:#565B64;
	text-decoration:none;
}

#leftNav ul li a:hover
{
	color:#565B64;
	text-decoration:underline;
}

#leftNav ul li.selected a:link, #leftNav ul li.selected a:visited, #leftNav ul li.selected a:active
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}


#leftNav ul li.selected a:hover
{
	color:#000000;
	text-decoration:underline;
}

#leftNav ul ul
{
	list-style-type:none;
	margin:5px 0 -4px -20px;
	padding:0px;
	border-right:none;
}

#leftNav ul li.selected ul a:link, #leftNav ul li.selected ul a:visited, #leftNav ul li.selected ul a:active
{
	color:#093A80;
	text-decoration:none;
	font-weight:normal;
}


#leftNav ul li.selected ul a:hover
{
	text-decoration:underline;
	color:#093A80;
}

/* ***********************************
 * Content Images
 * ******************************** */
.sectionImage, .sectionImageCenter
{
	margin-bottom: 10px;
}

.sectionImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline;
}

.sectionImageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
}

.sectionImageRight img, .sectionImageLeft img {
	display: block;
}

.sectionImageRight p, .sectionImageLeft p {
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}


/* ***********************************
 * News
 * ******************************** */

.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #093A80;
}

.newsStory {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding:8px;
	background-color:#F8F8F8;
	border-left:1px solid #E1E7F0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.newsStory a:link, .newsStory a:active, .newsStory a:visited {
	color: #093A80;
}

.newsStory a:hover {
	text-decoration: none;
}

.newsStoryHome {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding:8px;
	border-bottom:1px solid #E1E7F0;
}


.newsFooter
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding:4px 8px 4px 8px;
	background-color:#F8F8F8;
	border-left:1px solid #E1E7F0;
	border-bottom: 1px solid #FFFFFF;
}


.newsStory p {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #525D67;
	margin: 0px;
	padding: 0px 0px 5px 2px;
}

.newsStory img, .newsStoryHome img
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.newsStoryTitle, .newsStoryTitle a {
	font-family: arial, helvetica, Sans-Serif;
	font-size: 11px;
	color: #093A80;
	display: block;
	margin-bottom: 5px;
}

.footerText {
	padding-bottom: 10px;
	vertical-align: bottom;
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	color: #525D67;
}


/* ****************************************************
 * Sitemap
 * ************************************************* */

.sitemapTable table
{
	border:none;
}

.sitemapTable td
{
	vertical-align: top;
	padding-bottom: 15px;
	padding-top: 10px;
	border:none;
}

.Level1
{
	margin: 0px;
	padding-left: 8px;
}

.Level1 a, .Level1 a:visited
{
	font-weight:bold;
	font-size:12px;
}

.Level2
{
	font-size: 11px;
	margin:4px 0px 0px 8px;
	padding-left:8px;
}

.Level2 a, .Level2 a:visited
{
	font-weight:normal;
}

.Level3
{
	font-size: 11px;
	font-weight: normal;
	margin:4px 0px 0px 22px;
	padding-left:7px;
}

.Level3 a, .Level3 a:visited
{
	font-weight:normal;
}


/* *******************************************************
 * Search
 * **************************************************** */
.searchDiv {
	background-image: url(/images/search_top_gradient.gif);
	background-repeat: repeat-x;
	background-color: #EFF1F3;
	padding: 10px;
}

.searchLink {
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	color: #004D8E;
}

pagingTable 
{
	width: 100%;
}

.pagingTable tr td 
{
	color: #A2A2A2;
}

.pagingTable tr td
{
	font-size: 11px;
	width: 33%;
	font-weight: normal;
	color: #464646;
}

.pagingTable tr td a
{
	font-size: 11px;
	color: #464646;
}

.pagingTable tr td .disabled 
{
	color: #A2A2A2;
	text-decoration: none;
}

.pagingTable tr td .selected 
{
	font-weight: bold;
}

/* *******************************************************
 * Footer
 * **************************************************** */

#footer
{
	width:800px;
	height:117px;
	background-image: url(../../images/footer_outline.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7B808A;
	clear:both;
}

#footer ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:inline;
}

#footer li
{
	display:inline;
	margin:0px;
	padding:0px;
}

.footLinkDiv
{
	border-left:1px solid #D9DADD;
	margin-left:86px;
	padding-left:10px;
	height:1%; /*holly hack*/
}

#innerfooter
{
	width:750px;
	padding-left:25px;
	padding-right:25px;
	padding-top:17px;
}


#footer a:link, #footer a:visited, #footer a:active
{
	color:#7B808A;
	text-decoration:underline;
}

#footer a:hover
{
	text-decoration:none;
}

/* *******************************************************
 * Image Gallery Styles
 * **************************************************** */

#ImageGallery
{
	border:1px solid #D9DADD;
	padding:1px;
	width:620px;
	background-color:#FFFFFF;
}

#ImageGallery div
{
	padding:3px;
}

.imageGallery td
{
	border:none;
}

.imageGallery img
{
	border:1px solid white;
	width:85px;
	height:63px;
}
