
body{
	font-family: Arial,sans-serif;
	line-height: 1.166;
	letter-spacing: normal;
	margin-top: 0px;
	margin-left: 9px;
	padding: 0;
	height: 100%;
	color: #333333;
}

a:link, a:hover {
	color: 0000FF;
	text-decoration: none;
}

a:visited {
	color: 007744;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1{
    font-family: Palatino,Georgia,Times,Verdana,serif;
    font-size: 23px;
    line-height: 100%;
	letter-spacing: -1.0px;
    text-align: left;
	margin: 0;
	padding: 0;
    color: #ffffff;
}

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

/* Header > Menu */


#header{
    text-align: left;
	margin: 0;
	padding: 0px 0px;
	background-color: #660000;
	border-bottom: 4px solid #CC0000;
	width: 100%;
}




#navbar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #ffffff;
	border-right: 0px;
	border-bottom: 0px;
}

#content{
  float:right;
	width: 81%;
	margin: 0;
	padding: 0 0 0 0;
}

#pagename{
    text-align: left;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}


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

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* '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{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#footer{
    text-align: left
	clear: both;
	border: 1px solid #777777;
	font-size: 75%;
	color: #777777;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

/************** .story styles *****************/

.floatcenter
{
float: center;
width: 100px;
}

.story{
    text-align: left
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
    text-align: left
	padding: 0px 0px 10px 0px;
}

.pagename{
    font-family: Palatino,Georgia,Times,Verdana,serif;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: normal;
    text-align: left
	margin: 0;
	padding: 0px 0px;
	background-color: #660000;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
}


.title {
    font-family: Times,Palatino,Georgia,Verdana,serif;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: -3.5px;
    text-align: center;
	margin: 0;
	padding: 0;
	color: #A51026;
} 

.subhead {
    font-family: Palatino,Georgia,Times,Verdana,serif;
	font-size: 46px;
	line-height: 100%;
	letter-spacing: -3.5px;
    text-align: center;
	margin: 0;
	padding: 0;
	color: #990000;
} 

.pinksub {
    font-family: Palatino,Georgia,Times,Verdana,serif;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: -0.1em;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #ee0055;
}

.agreetext {
text-align:center;
font-size: 33px;
font-weight: bold;
}

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


/* 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" */

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

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: 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 #EEE;}

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



