body
{
     margin: 0px;
     text-align: center;
     color: Black;
     background: #0a3f76 url('imgs/bg.jpg') repeat-x;;
}

h3
{
	font-family: Monotype Corsiva;
	font-size: 24px;
	color: #005FA9;
}

hr
{
	width: 100%;
   color: #0950a0;
   height: 3px;
}

img
{
	border: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a:link
{
	color: Gray;
	text-decoration: none;
}

a.link1
{
	color: #5787be;
}

p.sign
{
	font-family: Monotype Corsiva;
	font-size: 24px;
	color: #5787be;	
}

div#container
{
     position: absolute;
     top: 10%;
     left: 50%;
     width: 1026px;
     margin-left: -513px;
     background-color: #FFFFF0;
	  z-index: -1;
}

div#header
{
     width: 1024px;
     height: 156px;
     background-image: url('imgs/header_1024_width.jpg');
     background-repeat: no-repeat;
     margin-top: 1px;
     margin-left: 1px;
}

div#menusys
{
     background: url('imgs/menubar_1024_width.jpg') no-repeat;
     height: 70px;
     width: 1024px;
     margin-left: 1px;
     margin-top: 2px;
	  font-family: Monotype Corsiva;
     font-size: 24px;
	  font-weight: normal;
	  padding: 20px 20px 20px 20px;
     color: #fffff0;
}

div#Content
{
     width: 1024px;
     height: auto;
     margin-left: 1px;
     margin-top: 4px;
}

div#contentLeft
{
     width: 500px;
     height: 470px;
     float: left;
}

div#contentRight
{
     width: 500px;
     height: 470px;
     float: right;
}

div#contentInfo
{
	width: 408px;
	height: 308px;
	text-align: left;
}

div#flashmovie
{
     background-color: #999999;
     height: 308px;
     width: 408px;
     margin-left: 5px;
     margin-top: 2px;
}

div#imgBack
{
	background-color: #999999;
	margin-top: 2px;
}

div#footer
{
    background: url('imgs/footer_1024_width.jpg') no-repeat;
    width: 1024px;
    height: 70px;
    margin-left: 1px;
	 margin-bottom: 2px;
}

div#footertxt
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 1024px;
	height: 70px;
	color: Gray;
	padding: 30px 20px 20px 20px;
}

#pageNav
{
	float: left;
	width: 20%;
	padding: 0px;
	background-color: #DDEEFF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#pageContent
{
	padding: 0px 5px 0px 0px;
	margin:0px 0px 0px 0px;
	/*border-left: 1px solid #ccd2d2;*/
	width: 80%;
	float: right;
}

/************** pageName styles ****************/

#pageName
{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2
{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

/************* breadCrumb styles ***************/

#breadCrumb
{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a
{
	color: #AAAAAA;
}

#breadCrumb a:hover
{
	color: #005FA9;
	text-decoration: underline;
}

/************** feature styles *****************/

.feature
{
	padding: 0px 0px 10px 10px;
	/*font-size: 80%;*/
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3
{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/******************** menuLinks ******************/
div#menuLinks
{
	height: 70px;
	width: 1024px;
	padding: 15px 15px 15px 15px;
}

#menuLinks a:link, #menuLinks a:visited
{
	font-family: Monotype Corsiva;
	font-size: 24px;
	font-weight: normal;
	padding: 15px 15px 15px 15px;
	color: #fffff0;
}

#menuLinks a:hover
{
	text-decoration: underline;
	background: transparent;
}
/************ sectionLinks styles **************/
div#sectionLinks
{
	width: 408px;
	height: 175px;
	text-align: left;
	text-decoration: none;
}
/*
#sectionLinks h3
{
	font-family: Monotype Corsiva;
	font-size: 24px;
	color: #005FA9;
}
*/
#sectionLinks a:link, #sectionLinks a:visited
{
	font-family: Monotype Corsiva;
	display: inline;
 /*border-top: 1px solid #ffffff;*/
 /*background-image:  url("imgs/bg_nav.jpg");*/
	font-weight: bold;
	font-size: 22px;
	padding: 3px 0px 3px 3px;
	text-align: center;
	text-decoration: none;
	color: #005FA9;
}

#sectionLinks a:hover
{
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
}

/************* relatedLinks styles **************/

.relatedLinks
{
	margin: 0px;
	padding: 0px 5px 2px 5px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3
{
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks a:active, .relatedLinks a:visited, .relatedLinks a:link
{
	display: block; 
	color: #005FA9; 
}

.relatedLinks a:hover
{
	text-decoration: underline;
}

/*************** story styles ******************/
.story
{
	padding: 10px 0px 0px 10px;
/*	font-size: 80%;*/
}
/*
.story h3
{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}
*/
.story p
{
	padding: 0px 0px 10px 0px;
}

.story a.capsule
{
	font: bold 1em /*Arial,sans-serif*/Monotype Corsiva;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover
{
	text-decoration: underline;
}

td.storyLeft
{
	padding-right: 12px;
}

.style1
{
	color: #CCCCCC;
	font-size: xx-small;
}