
body {
 font-family: Arial,sans-serif;
 background-color: #71828A;
 line-height: 1.166;
 color: #333333;
 padding: 0px;	
 margin: 0px;
}

html, body {
 -ms-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 height: 100%;
}

img {
 border: 0;
}

/* hyperlink and anchor tag styles */

a:link, a:visited {
 text-decoration: none;
 color: #005FA9;
}

a:hover {
 text-decoration: underline;
}

/* header tag styles */

h1 {
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 padding: 0px;
 margin: 0px;
}

h2 {
 font: bold 114% Arial,sans-serif;
 color: #006699;
 padding: 0px;
 margin: 0px
}

h3 {
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 padding: 0px;
 margin: 0px
}

h4 {
 font: 100% Arial,sans-serif;
 color: #333333;
 padding: 0px;
 margin: 0px
}

h5 {
 font: 100% Arial,sans-serif;
 color: #334d55;
 padding: 0px;
 margin: 0px
}

h6 {
 font: bold 110% Arial,sans-serif;
 color: #334d55;
 padding: 0px;
 margin: 0px
}

/* Layout Divs */

#pagecell1 {
 background-image: url('/_images/nav_bg.gif');
 background-repeat: repeat-y;
 background-color: #F5f7f7;
 border: 1px solid #ccc;
 margin-right: auto;
 margin-left: auto;
 margin-top: 1%;
 width: 950px;
}

#pageNav {
/* border-bottom: 1px solid #cccccc;*/
 border-right: 1px solid #cccccc;
 font: small Verdana,sans-serif;
 background-color: #F5f7f7;
 padding: 0px;
 width: 180px;
 float: left;
}

#content {
/* border: 1px solid #ccd2d2;*/
 padding: 0px 10px 0px 0px;
 margin: 0px 0px 0px 180px;
}

/* feature styles */

.feature {
 border-bottom: 1px solid #ccd2d2;
 background-color: #fff;
 min-height: 200px;
 font-size: 80%;
 height: 200px;
 padding: 0;
}

.homefeature {
 padding: 0px 0px 10px 10px;
 min-height: 200px;
 font-size: 80%;
}

html>body .feature {
 height: auto;
}

.feature p {
 font-family: Georgia, 'Monotype Corsiva';
 text-transform: capitalize;
 font-style: italic;
 font-size: medium;
 font-weight: bold;
 text-indent: 1em;	
}

/* 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;
}

/* siteInfo styles */

#siteInfo {
 border-top: 1px solid #cccccc;
 background-color: #fff;
 font-size: x-small;
 text-align: center;
 clear: both;
}

/* sectionLinks styles */

#sectionLinks, #subLinks {
 padding: 0px;
 margin: 0px;
}

#sectionLinks h3, #subLinks h3 {
 border-bottom: 1px solid #cccccc;
 padding: 10px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited, #subLinks a:link, #subLinks a:visited, .wsnav {
 background-image: url('/_images/bg_nav.jpg');
 border-bottom: 1px solid #cccccc;
 border-top: 1px solid #ffffff;
/* padding: 3px 0px 3px 10px;*/
 font-weight: bold;
 display: block;
 color: #21536A;
}

#sectionLinks a:hover {
 border-top: 1px solid #cccccc;
 background-color: #DDEEFF;
 background-image: none;
 font-weight: bold;
 text-decoration: none;
}

.navpad, .wsnav {
 padding: 3px 0px 3px 10px;
}


/* relatedLinks styles */

.relatedLinks {
 border-bottom: 1px solid #cccccc;
 padding: 0 0 10px 10px;
 margin: 0;
}

.relatedLinks h3 {
 padding: 10px 0px 2px 0px;
}

.relatedLinks a {
 display: block; 
}

#btnG {
 background-color: #EAEBED;
 margin: 5px 0 0 -1px;
 font-weight: bold;
 color: #21536A;
 width: 150px;
}

/* end */

