body {
	background: #fff;
	font: 12px tahoma, arial, helvetica, sans-serif;
}
h5 {
	font-size: 12px;
}
h4 {
	font-size: 14px;
}

h3 {
	font-size: 18px;
}

h2 {
	font-size: 22px;
}

h1 {
	font-size: 26px;
}

.topBanner {
	margin: 0px 5px;
	
	border: 1px solid #748C90;
	background: #fff url(images/headerBannerBG.jpg) repeat-x;
}

.topBanner form {
	margin: 0px;
}

.headerNav {
	margin: 4px 5px 0px 5px;
	
}
.headerNav .buttonCell {
	border: 1px solid #748C90;
	
}
.headerNav a {
	display: block;
	padding: 5px 0px;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	color: #415B6C;
	text-align: center;
	width: 100%;
	font-size: 13px;
	float: left;
}

.headerNav a:hover {
	background: #415B6C;
	color: #fff;
}

.content {
	margin: 4px 5px 0px 5px;
	background: #fff;
	border: 1px solid #748C90;
	height: 400px;
	overflow: visible;
}

body>.content {
	min-height: 400px;
	height: auto;
}





td.contentCell {
	border: 1px solid #ccc;
	height: 400px;
	overflow: visible;
}

tr>td.contentCell {
	min-height: 400px;

}



.footer {
	margin: 4px 5px 0px 5px;
	background: #fff;
	border: 1px solid #748C90;
	text-align: center;
	padding: 10px 0px;
	line-height: 2em;
	
}
small {
	font-size: 10px;
}
.leftSideMenu {
	padding: 0px;
}
.leftSideMenu .subCats {
	margin-left: 10px;
	margin-bottom: 10px;
}
.leftSideMenu .parentCat {
	background: #ddd;
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
}
.leftSideMenu .dirCat {
	background: #ddd url(images/breadCrumbIcon.gif) no-repeat 3px 4px;
	padding: 2px 5px 2px 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2px;
}
.leftSideMenu .dirSubCats a{
	display: block;
	width: 100%;
	line-height: 1.5em;
	padding-left: 10px;
}

a.sideMenuCat {
	display: block;
	width: 100%;
	line-height: 1.5em;
}
.stdPad {
	padding: 0px 10px 10px 10px;
}

.pHeading {
	background: #336699;
	color: #fff;
	padding: 1px 5px;
}
p.catListSummary {
	padding: 1px 5px 1px 30px;
	margin: 5px 0px;
	background: url(images/catIcon.gif) no-repeat;
	
}
p.articleListSummary {
	padding: 1px 5px 1px 30px;
	margin: 5px 0px;
	background: url(images/articleIcon.gif) no-repeat;
	
}
.red {
	color: #900;
}

/* dataset styles */
.breadcrumb {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px 0px;
}

.schoolDataset th {
	color: #fff;
	padding: 5px;
	background: #999;
}

.schoolDataset td {
	padding: 10px, 0px;
}



.dHeading {
	background: #ddd;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #aaa;
}

.dContent {
	background: #eee;
	
	padding: 5px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.highliteTD {
	border: 1px solid #900;
	background: #fff;
	text-align: center;
}

.stateLinks {
	line-height: 1.3em;
	padding: 5px;

}

.dirLinks a{
	display: block;
}

#headerSignup {
	background: #EEF5FC;
	padding: 2px 5px;
	margin-right: 2px;
	border: 1px dotted #99cccc;
}

#headerSignup .textInput {
	height: 10px;
	font-size: 10px;
	border: 1px solid #99cccc;
}

#headerSignup .inputDesc {
	font-size: 11px;
	color: #666;
}

.block {
	display: block;
}

.hsep {
	height: 2px;
	margin: 10px 0px;
	background: #D0DCE7;
}

.pageHeading {
	font-size: 18px;
}

.catImage {
	float: left;
	margin: 0px 10px 10px 0px;
}

.categoryTitle {
	font-size: 14px;
	margin: 0px;
	color: #369;
}

.lcol {
	padding-right: 10px;
}
.rcol {
	padding-left: 5px;
}

.lcol p, .rcol p {
	margin-top: 0px;
	padding-bottom: 10px;
}

.codeBox {
	padding: 10px;
	background: #eee;
	font-weight: bold;
	border: 1px dashed #ccc;
	margin: 5px 0px;
}

.required {
	color: #c00;
	font-weight: bold;
}

.entitySubmitTable {
	border: 1px solid #ddd;
}

.entitySubmitTable th {
	background: #eee;
}

.error {
	margin: 10px;
	background: #ffffcc;
	border: 3px double #c00;
	color: #900;
	font-weight: bold;
	padding: 20px 40px;
}

.selDiv {
	margin
}

.dataLabel {
	font-size: .9em;
	text-align: right;
}


.menuTableDiv {
	background: #F7FAFD url(images/thHeadBG.jpg) repeat-x;
	border: 1px dotted #99cccc; 
	padding: 3px 10px 5px 10px;
}

.tHeadText {
	color: #c00;
	font-size: 1.1em;

}

.searchLable {
	font-size: 1.5em;
	color: #003366;
}

.inputExample {
	font-size: .8em;
}

.searchTextInput {
	width: 200px;
}

.listingHead {
	background: url(images/tListingHeadBG.jpg) repeat-x;
	color: #111;
}




.listSummary, .sectionHeader{
	background: #F1F6F6 url(images/tListSummaryBG.jpg) repeat-x;
	font-weight: bold;
	color: #444;
}

.listSummary td, .listingHead th, .sectionHeader {
	padding: 3px 5px 5px 10px;
	border-bottom: 1px solid #bbb;
}