body {
	background-color: #0F3664;
	background-image: url(/assets/images/bgMaster.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	color: #333;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #154680;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	line-height: 1.5em;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
input[type=text],input[type=password],textarea{
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 93%;
}
#tblWrapper {
	background-image: url(/assets/images/bgHeader.jpg);
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: center top;
}
#heading {
	height: 100px;
}
#hmenu {
	height: 25px;
}
/* Table Containg Top Menu */
#tblHMenu {
	margin-right: 65px;
}
/* Cell Containing White & Blue Top Graphic and Date */
#contentTWB {
	background-image: url(/assets/images/dBoxTop.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 32px;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
	vertical-align: bottom;
}
/* Cell Containing White & Blue Center Content */
#contentWB {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 200px;
	background-image: url(/assets/images/dBoxMiddle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}
/* Table Containg Two Content Columns */
#tblContent {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#tdLeft {
	width: 475px;
	padding-right: 15px;
	text-align: left;
	vertical-align: top;
}
#tdRight {
	width: 215px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}
#tdFull {
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
}
/* Cell Containing White & Blue Bottom Graphic */
#contentBWB {
	background-image: url(/assets/images/dBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 17px;
}
/* Cell Containing White Top Graphic and Date */
#contentTW {
	background-image: url(/assets/images/wBoxTop.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 32px;
	text-align: left;
	font-weight: bold;
	padding-left: 25px;
	vertical-align: bottom;
}
/* Cell Containing White Center Content */
#contentW {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 200px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
/* Cell Containing White Bottom Graphic */
#contentBW {
	background-image: url(../assets/images/wBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 17px;
}


#footer {
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #165791;
}

/* Image Spacing */
.imgR {
	padding-right: 20px;
}
.imgB {
	padding-bottom: 5px;
}
#footerB img {
	padding-bottom: 15px;
}
#footerT img {
	padding-top: 10px;
}

/* Backgrounds */
.bgBlueDot {
	background-image: url(../assets/images/bgBlueDot.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 5px;
}


/* Column Headings */
.tdBlueHead {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #165791;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.tdEditorialHead {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #165791;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 108%;
	padding: 3px;
}


/* Cell Column Widths */
.tdLeft25 {
	width: 25%;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.tdRight75 {
	width: 75%;
	text-align: left;
	vertical-align: top;
}
.tdLeft20 {
	width: 20%;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.tdRight80 {
	width: 80%;
	text-align: left;
	vertical-align: top;
}

/* What's Happening Box */
#tblHappening {
	border: 1px solid #165791;
	width: 92%;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#tblHappening td {
	padding: 5px;
}

/* Text Attributes */
.txt10 {
	font-size: 77%;
}
.txt11 {
	font-size: 85%;
}
.txt12 {
	font-size: 93%;
}
.txt14 {
	font-size: 108%;
}
.txt16 {
	font-size: 123.1%;
}

.itbold {
	font-style: italic;
	font-weight: bold;
}
#divProbs {
	margin-top: 17px;
}
#divSearch {
	margin-bottom: 20px;
}
#divSearch p{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
}
#tblWrapperPalin {
	background-image: url(/assets/images/bgHeader-palin.jpg);
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: center top;
}
.center {
	text-align: center;
	vertical-align: middle;
}
