/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	padding: 10px 3px 10px 3px;
	font-family:"Trebuchet MS";
	font-size:16px;
	background-color:#000033;
	color: #FFECFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	}

a:link  {
	padding: 10px 3px 10px 3px;
	width: 75%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
	color: #33CCCC;
	text-decoration: none;
	}

a:visited {
	padding: 10px 3px 10px 3px;
	color:#BB393D;
	text-decoration: none;
	border:none;
	}

a:hover {
	padding: 10px 3px 10px 3px;
	color: #FFC1FF;
	text-decoration: none;
	border:none;

	}


h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS";
	margin: 0px;
	padding: 0px;
	}

h1{
	font-family:"Trebuchet MS";
	font-size: 120%;
	color: #FFC0FF;
	}

h2{
	font-family:"Trebuchet MS";
	font-size: 114%;
	color: #FFC0FF;
	}

h3{
	font-family:"Trebuchet MS";
	font-size: 100%;
	color: #FFC0FF;
	}

h4{
	font-family:"Trebuchet MS";
	font-size: 75%;
	font-weight: normal;
	color: #FFFFFF;
	background-color:#FF0000;
	text-align:center;
	margin: 0px 100px 0px 100px;
	}

h5{
	font-family:"Trebuchet MS";
	font-size: 100%;
	color: #FFB9FF;
	}

h6{
	font-family:"Trebuchet MS";
	font-size: 75%;
	font-weight: normal;
	color:#0000FF;
	background-color:#FFFFCC;
	text-align:center;
	margin: 0px 100px 0px 100px;
	}

ul{
	list-style-type: circle;
	}

ul ul{
	list-style-type: square;
	}

ul ul ul{
	list-style-type: disc;
	}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 96%;
	color:#E2F1F1;
	z-index:3;
	/* ie5win fix */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:96%;
	}

html>body #masthead {
	width: 96%; /* ie5win fudge ends */
	}


#navBar{
	top: 25px;
	margin: 10px 79% 0 0;
	padding: 0px 0px 25px 0px;
	background-color:#000033;
	color:#E2F1F1;
	width: 200px;
	z-index:1;
	/*ie5win fix */	
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px;
	}

html>body #navBar {
	width: 180px; /* ie5win fudge ends */
	}

#content{
	width: 90%;
	margin-right: auto;
	margin-right:auto;
	padding: 0 3% 0 3%;
	text-align:justify;
	z-index:2;
	/* ie5win fix */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:90%;
	}

html>body #content {
	width: 90%; /* ie5win fudge ends */
	}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	}


/*************** #pageName styles **************/

#pageName{
	color:#0000C6;
	padding: 0px 0px 10px 10px;
	}


/************* #globalNav styles **************/

#globalNav{
	font-family:"Trebuchet MS";
	border-top:double #B9D3FF;
	border-bottom:double #B9D3FF;
	right: 20px;
	font-size:14px;
	color: #E2F1F1;
	padding: 5px 0px 5px 10px;
	white-space: nowrap;
	text-align:center;
	}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img {
	vertical-align:middle;
	}

#footerNav{
	font-family:"Trebuchet MS";
	border-top:double #B9D3FF;
	border-bottom:double #B9D3FF;
	right: 20px;
	font-size:14px;
	color: #E2F1F1;
	padding: 5px 0px 5px 10px;
	white-space: nowrap;
	text-align:center;
	}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#footerNav img {
	vertical-align:middle;
	}


/************** .links   styles ***************/

.links{
	font-family:"Trebuchet MS";
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	}

.links h3{
	font-family:"Trebuchet MS";
	padding: 30px 0px 5px 0px;
	text-align: center;
	color:#E2F1F1;
	}

.links img{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	}

/************** .feature styles ***************/

.feature{
	font-family:"Trebuchet MS";
	padding: 0px 0px 10px 10px;
	}

.feature h3{
	font-family:"Trebuchet MS";
	padding: 30px 0px 5px 0px;
	text-align: center;
	color:#FFB9FF;
	}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	}


/************** .poem styles *****************/

.poem h1{
	font-family:"Trebuchet MS";
	text-align:center;
	color:#C0C0C0;
	font-size:36px;
	}
		
.poem h2{
	font-family:"Trebuchet MS";
	text-align:center;
	color:#C0C0C0;
	font-size:24px;
	}

.poem h3{
	font-family:"Trebuchet MS";
	text-align:center;
	color:#C0C0C0;
	font-family:"Trebuchet MS";
	font-size:18px;
	}

.poem pre{
	font-family:"Trebuchet MS";
	text-align:center;
	font-size:16px;
	}

.poem img {
	vertical-align:middle;
	}
/************** .story styles *****************/

.story{
	font-family:"Trebuchet MS";
	clear: both;
	padding: 10px 0px 0px 10px;
	margin-left: 5%;
	}

.story p{
	font-family:"Trebuchet MS";
	padding: 0px 0px 10px 0px;
	}

td.storyLeft{
	padding-right: 12px;
	width: 48%;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	border-top: 1px solid #cccccc;
	max-width:98%;
	color: #E2F1F1;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	z-index:4;
	}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 0px;
	vertical-align: middle;
	}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	}
	
#navBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#navBar li {
	border-bottom: 1px solid #0000B7;
	}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	top: 65px;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	color:#E2F1F1;
	z-index:5;
	}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	text-align:center;
	}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
	color: #E2F1F1;
	text-decoration:none;
	}

#sectionLinks a:visited{
	color:#EAEAFF;
	padding: 2px 0px 2px 10px;
	}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
	color: #FFC0FF;
	}

#sectionLinks li {
	text-align:center;
	}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	background-color: #0000B7;
	text-align:center;
	font-size: 120%;
	color: #334d55;
	}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	}

#headlines p{
	padding: 5px 0px 5px 0px;
	}



/**************Image Positioning********************/

.imgborderMast {
	display: block;
	margin-left: auto;
	margin-right: auto; 
	}

.imageRight {
	display: block;
	margin-top: 2px;
	margin-left: auto;
	margin-right: 20px;
	}


.imgCent {
	display: block;
	margin-left: auto;
	margin-right: auto; 
	}

#navBar img {
	vertical-align:middle;
	}

