html, body {
	padding: 0;
	margin: 0;
	}

body {

	background-image: url(images/hilarybg2.gif);
	background-color: #FAF7E1;
}

/* TinyMCE specific rule */
body.mceContentBody {
	background-image: url(images/whitetile.gif);
	}


a:link {
	color: #4A521A;
}

a:visited {
	color: #4A521A;
}

a:active {
	color: #4A521A;
}

#mainContainer {
	width: 896px;
	border: 2px solid;
	border-color:  #A1D5FB #206799 #206799 #A1D5FB;
	border-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px; /*40px*/
	background-color: #FFFFFF;
}

#banner {
	text-indent: -7000px;
	background: #3c96c5 url(images/hilary_sig9.gif) no-repeat;
	height: 134px;
	width: 896px; 
	text-align: center; 
	color: #f46412; 
	font: bold 100px Arial, sans-serif; 
	padding-top:10px;
}

#bannerwft {
	background-color: #e34d82;
	height: 149px;
	width: 896px; 
}
	
#bannerwft h1 {
	width: 896px; 
	height: 149px;
	position: relative;
	padding-top:4px;
	margin-top: 0;
	text-align: center; 
	color: #fff; 
	font: normal 38px Verdana, Tahoma, Andale, sans-serif;
	letter-spacing: 2px; 
}

#bannerwft h1 span {
	background: url(images/wfmbanner.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}

#menuItemsContainer {
	width:  896px;
	height: 36px;
	background: #338bbb url(images/menubg.gif) repeat-x;
}

.menuItem {
	float: left;
}

#contentContainer {
	clear: both;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 19px;
	padding-right: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A521A;
}

#footerContainer {
	text-align: right;
	padding-right: 40px;
	clear: both;
}

#subNavContainer {
	float:  left;
	width:  182px;
	background-image: url(images/subnav_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#subNav {
	padding-top: 10px;
	padding-left: 14px;
	padding-right: 17px;
	padding-bottom: 10px;
	font-size: 11px;
}

#subNav td {
	width: 80px; /*this a correction I made to make weather on line if alt text too wide*/
}


#subNav .subMenuItem {
	font-size: 12px;
	padding-top: 12px;
}

#subNav .subMenuItem.selected {
	font-weight: bold;
}

#subNav .divider {
	height: 1px;
	overflow: hidden;
	line-height: 1px;
	background-color: #4A521A;
	margin-top: 7px;
	margin-bottom: 7px;
}

#subNav h1 {
	font-size: 12px;
	margin-top: 0;
}

#subNav h2 {
	font-size: 11px;
	margin-top: 5px;
}

#subNav p {
	font-size: 11px;
	line-height: 15px;
}

#subNav p.quote {
	font-size: 13px;
	margin: 0;
	padding-top: 5px;
	font-style: italic;
}

#subNav p.source {
	line-height: 10px;
}

#subNav .WebYepMenuTitle {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4A521A;
	font-weight: bold;
	margin-left: -5px;
}

#subNav .WebYepMenuSeperator {
  	border-top-width: 2px;
  	border-top-style: solid;
  	border-top-color: #4A521A;
}

#subNav .WebYepMenuItem {
	font-size: 12px;
	padding-top: 0px; /*10*/
	padding-bottom: 7px; /*10px*/
}

#subNav .WebYepMenuSelected {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4A521A;
	font-weight: bold;
}

#subNav a:link {
	text-decoration: none;
}
#subNav a:visited {
	text-decoration: none;
}

#subNav a:hover {
	color: #FE9E50;/* was FDCE9B FEDBB5 */
} 

#subNav a:active {
	text-decoration: none;
}

#subNav a.thispage {
	text-decoration: none;
	color: #fd3f03;
}



#subNav .subSubNav .WebYepMenuItem {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: none;
}

#subNav .subSubNav .WebYepMenuSelected {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: none;
	font-weight: bold;
}

#subNav .subSubNav .WebYepMenuTitle {
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top: 1px solid #4A521A;
	border-bottom: none;
	margin-left: 0;
	font-weight: bold;
	margin-top: 6px;
	color: gray;
}

#subNav .subSubNav .WebYepMenuSeperator {
  	border: none;
}

#mainContent {
	float: left;
	width: 400px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0;
	margin-bottom: 15px;
	background-color: white;
	background-image: none;
}

#mainContent.noSidebar {
	width: 600px;
}

#mainContent.charlie {
	font-family: 'Comic Sans MS', verdana, sans-serif;
	text-indent: 2em;
}

#mainContent.rose {
	font-family: 'courier new', 'andale mono', 'adobe minion web', sans-serif;
	text-indent: 2em;
}


.noSubMenu {
	padding-left: 165px;
	margin-left: 0;
	float: none;
}

#mainContent img {
	float: left;
	padding: 20px 10px 3px 0;
}

.nowrap {
	clear: left;
	padding-top: 5px;
}

#mainContent h1 {
	margin-top: -2px;
	font-size: 18px;
	font-weight: bold;
	color: #FD3F03;
}

#mainContent.noSidebar h1 {
	width: 440px;
}

#mainContent h2 {
	margin-top: -2px;
	padding: 20px 0 2px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #499ddf;
}

#mainContent.charlie h1 {
	text-align: center;
	text-indent: 0;
	font-style: italic;
	font-size: 20px;
}

#mainContent.rose h1 {
	text-indent: 0;
	font-size: 18px;
}


#mainContent.rose h2 {
	text-indent: 0;
	text-align: center;
	font-size: .9em;
	padding: 20px 0 10px;
}


#mainContent p {
	font-size: 13px;
	line-height: 18px;
}

#mainContent p.indentspace {
	text-indent: 2em;
}

#mainContent p.indent {
	text-indent: 2em;
	margin-top:-10px;
}


#mainContent.charlie p {
	color: #873025;
	font-size: 16px;
}

#mainContent.rose p {
	margin: 0;
	padding:0;
	line-height: 2em;
	font-size: 13px;
	font-weight: bold;
}


#mainContent.charlie p.emphatic {
	font-size: 19px;
	font-style: italic;
	text-align: center;
	text-indent: 0;
	letter-spacing: 0.2em;
}

#mainContent.charlie p.signoff {
	font-size: 20px;
	font-style: italic;
	color: #FD3F03;
	text-indent: 3.5em;
}

#mainContent.charlie p.noindent {
	text-indent: 0;
}

.center {
	text-align: center;
	text-indent: 0;
}

#mainContent.rose p.center {
	text-indent: 0;
	text-align: center;
	font-style: italic;
	padding-bottom: 10px;
}

.spaced {
	letter-spacing: 0.2em;
}

.award {
	font-style: italic;
	color: #72B203;
}

.booktitle {
	font-style: italic;
	font-weight: bold;
	color: #499ddf;
}

.indentspace {
	text-indent: 2em;
}

.indent {
	text-indent: 2em;
	margin-top:-10px;
}

.noindent {
	text-indent: 0;
}



#mainContent td {
	padding: 0  0px 12px;
	font-size: 13px;
	line-height: 18px;
}

.hilarymckay {
	color: #FBA33E;
	font-weight: bold;
	font-size: 1.1em;
	}

#sidebarRight {
	float: right;
	margin-right: 35px !important; /*this just to make charlie rocket work*/
	margin-right: 0px;
	width: 195px;	
}

#sidebarLeft {
	float: left;
	width: 120px;
	margin-left: 20px;
	margin-right: -10px;
}

#sidebarLeft img {
	border: 1px solid #C0D445;
}

.hilarypic {
	height: 150px;
	width: 150px;
	background-image: url(images/mckay2.jpg);
}

img.bordered {
	border: 1px solid #C0D445;
}

#teamAttributes td {
	border-bottom: 1px solid gray;
	padding-bottom: 6px;
	padding-top: 6px;
}

.imageCaption {
	margin-top: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
}

.loopControls {
	white-space: nowrap;
}

.fieldLabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	white-space: nowrap;
}

.clearer {
	clear: both;
}

dl {
	font-size: 12px;
	margin-top:0;
	padding-top: 0;
}

dt {
	width: 200px;
	margin-right: 10px;
	float: left;
	text-align: right;
}

dt, dd {
	margin-bottom: 15px;
}

dd a:link, .link a:link {
	color: #494ddf;
}

dd a:hover, .link a:hover {
	color: #ee6600;
}

 
