* { margin: 0px; padding: 0px; }

html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

body {
	background: #000000 url(images/body-bg.png);
}

body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}
img {
	behavior: url(iepngfix.htc); 
}

a {
	color: #00688B;
	text-decoration:none;
}
a:hover {
	color: #944A2C;
	text-decoration:underline;
}

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 0em 1em 2em;
}

/************* FORMS *************/
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input[type=text], textarea, select {
	background: #D7D7D7;
	border: solid #898989 1px;
	font-size: 12px;
}
input[type=text], textarea, select option {
	padding: 1px 3px;
}

input[type=button], input[type=submit], input[type=reset] {
	background: #75767A;
	color: white;
	border: outset black 1px;
	font-size: 12px;
	padding: 1px 8px;
}


.checkbox, .radio {
	border: none;
}

.formcaption {
	font-size: 11px;
	text-align: right;
	padding: 3px 4px;
	font-weight: bold;
	white-space: nowrap;
}
.formfield {
	padding: 1px 4px 5px 4px;
}

.formerror td {
	padding: 2px 4px 0px 4px;
	font-size: 11px;
	color: red;
	font-style: italic;
}

/************* HEADINGS *************/
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	color:#707070;
	text-transform:uppercase;
}
h1 { font-size: 20px;  }
h2 { font-size: 17px; }
h3 { font-size: 14px;  }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 11px; }

hr {
	height: 1px;
	border: none;
	border-top: dotted #DBDBDB 1px;

}

ul, ol {
	margin: 0px;
	padding: 0px 0px 0px 2em;
}
li {
	margin: 0px;
	padding: 2px 0px;
}

/*************  *************/

.textcontent {
	font-family: tahoma, arial, helvetica, sans-serif;
	line-height:20px;
	color: #000000;
}

table#main {
	width:900px;
	height: 100%;
	margin: 0px auto;

	background: white;
}
table#main > tbody > tr > td {
	padding: 0px 40px;
}


div#main {
	width:900px;
	margin: 0px auto;
	background: white;
	padding: 0px 40px;
}

#footer {
	background: url(images/footer-bg.png) #B0B0A8;
	height: 100px;
}

#footer {
	font-size:10px;
	border-bottom: solid white 5px;
}
#footer td, #footer a {
	color: #898987;
}

#footer a:hover {
	color: #000000;
}

#pagebottom {

}

div#crumbs {
	margin-top: 5px;
	font-size:11px;
	float:right;
	white-space:nowrap;
}

/************* MENU *************/
table#tblmainmenu {
	margin-left: 50px;
}
table#tblmainmenu td {
	font-size: 13px;
	color: white;
	padding: 2px 4px;
}
table#tblmainmenu a {
	color: white;
}

div.submenu {
	position: absolute;
	display: none;
	width: 150px;
	border: solid 0px;
	border-color: #8E9294 #8E9294;
}
div.submenu table {
	border-collapse: collapse;
}
div.submenu td {
	white-space: nowrap;
	padding: 3px 6px;
	height: 16px;

	border: solid;
	border-width: 1px 1px;
	border-color: #999999;

	font-size: 12px;

	background: #CCCCCC;
}

div.submenu td a {
	text-decoration: none;
	color: white;
}

div.submenu td.hover {
	cursor: pointer;
	background-color: #e1e1e1;
}

div.submenu td.hover a{
	color: black;
}

/*********************************/












.iconlink {
	white-space: nowrap;
}
.iconlink img {
	width: 16px;
	height: 16px;
	display:inline;
	margin: 0px 6px;
	margin-bottom:-2px;
	border:none;
}

.iconlink a {
	text-decoration: none;
}

.tooltipicon {
	display: inline;
	white-space: nowrap;
}
.tooltipicon img {
	width: 16px;
	height: 16px;
	display:inline;

	margin-right: 3px;
	border:none;
}

.blue {
	color: #00688B;
}

/********* PAGE NAV **********/
table.pagenav {
	display: inline;
}
table.pagenav td {
	font-size: 11px;
	border: solid #8A989E 1px;
	padding: 0px;
	color: black;
	width: 20px;
	height: 15px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
table.pagenav td:hover {
	background: #525E11;
}
table.pagenav td:hover, table.pagenav td:hover a {
	color: #CADB2A;
}

table.pagenav td a {
	font-weight: normal;
	text-decoration: none;
}


/************* *************************/
fieldset {
	position: relative;
	background: #F0F0F0;
	text-align: left;
	padding: 10px;
	margin: 10px 0px;

}

fieldset legend {
	color: black;
	position: absolute;
	z-index:-1;
	top: -.8em;
	left: .2em;
	z-index:1;
}




div.rightcolitem {
	padding:10px 0px;
	border-bottom: dotted #8A8A8A 1px;
}
div.rightcolitem .rightcolitemlink {
	font-size: 11px;
	padding: 4px 0px 4px 28px;
}



div.popupDiv {
	background: white;
	border:solid 1px; border-color: #A6B166 #525E11 #525E11 #A6B166;
	padding: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}


table.blog-titlebar {
	border:solid 1px;
	border-color: #e1e1e1 #333333 #333333 #e1e1e1;

	background:#CB5625 url(images/heading-bg.png) repeat-x;
	color:white;
}
table.blog-titlebar td {
	padding:0px 6px;
}
table.blog-titlebar a {
	color: #FFFFFF;
}
table.blog-titlebar a:hover {

}

table.blog-titlebar .author {
	font-size:11px;
	font-style: italic;
}

table.blog-titlebar .timestamp {
	font-size:11px;
}




span.searchterm {
	font-weight: bold;
}

div.search-result {
	margin-bottom: 20px;
}

div.search-result-title {
	font-weight: bold;
	font-size: 15px;
}

div.search-result-content {
	font-size: 12px;
}

div.search-result-link {
	font-size: 12px;
	font-style: italic;
}


div#divEventScroll {
	padding: 10px 0px;
	font-size: 11px;
}


