/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0%;
	background-image:url(images/yellow_grad_header.gif);
background-repeat:repeat-x;
	
}


#storyheadline1 {
	background-color:#2368A3;
	background-repeat:repeat;
	width:100%;
	padding-top: 10px
	}
	
	#storyheadline1 h4
	{
	background-color:#2368A3;
	color:#FFFFFF;
	margin: 12px 10px 10px 10px;
	}


td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000
}

ul {color:#000000}

li {color:#000000}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;

}

a:link {
	color: #064071;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #064071;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

.slogan {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;;
color: #FFFFFF;
font-style:italic

}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
		line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.mediumHEADLINE {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	font-weight:bold;

}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}




.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}


.globalLinks {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align:right
}

#globalmenu {
float: right;
padding: 10px 10px 0px 10px;
}

#header{

width: 100%;
padding-top: 60px}

#sloganBar {
background-image:url(images/blue_grad_slogan.gif);
width:100%;
}


#footer p{margin:0;padding:5px 10px;
color:#000000}


.footer {
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#000000;
font-size:10px;
text-align:center;
margin: 0;
				padding-bottom: 1em;
}


.footer a:link {
	color: #064071;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #064071;
}
.footer a:hover {
	text-decoration: underline;
	color: #990000;
}
.footer a:active {
	text-decoration: none;
	color: #990000;
}

#sidebar
	{
	margin: 0px 0px 0px 0px;
	}

#sidebar h3
	{
	color: #fff;
	font-size: 10px;
	line-height: 19px;
	font-weight: bold;
	height: 20px;
	background-color: #999;
	padding: 0px 0px 0px 10px;
	margin: 16px 0px 0px 0px;
	border-bottom: 1px solid #fff;
	}

#sidebar p
	{
	font-family: arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	margin: 2px 0px 4px 0px;
	}

#sidebar h2
	{
	font-size: 12px;
	line-height: 15px;
	color: #666;
	margin: 6px 0px 4px 1px;
	}

#sidebar li
	{
	font-family: arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666;
	margin: 0px 0px 6px 0px;
	}

#sidebar ol, #sidebar ul
	{
	margin: 4px 0px 0px 6px;
	padding: 0px 0px 0px 20px;
	}

/* END SIDEBAR CODE */

/* STORY1 CODE */

#story1
	{
	background-image:url(images/goldBG.jpg);
	background-repeat:repeat;
background-color: #2368A3;
	margin: 10px 0px 0px 0px;
	}

#story1 h1
	{
	color: #fff;
	}

#story1 h3
	{
	color: #99CCFF;
	margin: 14px 10px 10px 10px;
	}
	
	


#story1 p
	{
	color: #fff;
	}

#story1 a:link, #story1 a:visited
	{
	color: #ff0;
	}

/* END STORY1 CODE */


/* STORY2 CODE */

#story2, #story3
	{
	background-color: #ebebeb;
	margin: 10px 0px 0px 0px;
	}

#story2 h1, #story3 h1
	{
	color: #333;
	}

#story2 h3, #story3 h3
	{
	color: #3782D0;
	margin: 4px 10px 10px 10px;
	}

#story2 p, #story3 p
	{
	color: #333;
	}

#story2 a:link, #story3 a:link
	{
	color: #064071;
	}

/* END STORY2 CODE */

#subHeadline1 {
width: 200px;
padding-left: 4px;
padding-right:4px;
padding-top:4px;
float:left
}

#subHeadline1 h3 {
font-size:10px;
text-align:left;
padding-top: 2px

}

#subHeadline2 {
border-right:medium #000099 solid;
width: 150px;
float: inherit
}

#wrapper{float:left;
width:100%;
height:100% } 

#content{margin: 0 210px;
padding-top:10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px}

#navigation{
float:left;
width:200px;
margin-left:-100%;
padding-top:10px;
padding-left: 10px;
padding-bottom: 10px;
}

#extra{
float:left;
width:180px;
margin-left:-200px;
background-color:#FFFFFF;
padding-top:10px;
}

#footer{
	clear:left;
	position: relative;  /* Needed for Safari */
				padding-top: 10px;
	background-color:#FFCC33;
	width:100%;
	background-image:url(images/dropShadowBott.gif);
	background-repeat:repeat-x;
	bottom: 0px;
	margin: 0px;
	padding-bottom: 0px;
	
}


#footer h1 {
				padding-bottom: 0;
			}
			h1, p {
				margin: 0;
				padding-bottom: 1em;
			}
			h1 {
				font-size: 12px;
				line-height: 1.5em;
			}

#subHead {
width:100%;;
padding-top:8px;
padding-bottom:4px}


#shadowTop {background-image:url(images/dropShadowTop.gif);
background-repeat:repeat-x
}


ul#navlist
{
width: 158px;
\width: 160px;
w\idth: 158px;
padding: 0px;
border: 1px solid #808080;
border-top: 0px;
margin: 0px;


font: bold 12px verdana,helvetica,arial,sans-serif;
background: #808080;
float:left
}

ul#navlist li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #808080;
}

ul#navlist li a
{
display: block;
width: 122px;
\width: 158px;
w\idth: 122px;
padding: 4px 8px 4px 8px;
border: 0px;
border-left: 20px solid #FFCC33;
background: #ccccdd;
text-decoration: none;
text-align: right;
}

ul#navlist li a:link { color: #666677; }
div#navcontainer li a:visited { color: #666677; }

ul#navlist li a:hover
{
border-color: #ff9000;
color: #ffffff;
background: #000d33;
}
