html {
	height: 100.02%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 400 0.8em "verdana", "arial", sans, sans-serif;
	line-height: 170%;
	background: #f8efd6 url('/css/SiteEngineManager/images/background_yellow2.gif') top left repeat-x;
	position: relative;
	z-index: 1;
}

a {
	text-decoration: none;
}

blockquote {
	color: #555;
}

code {
	font-size: 1em;
	padding: 10px;
	border: 1px dotted #333;
	background-color: #FFFFF2;
	display: block;
}

cite {

}

h1 {
	line-height: 1.25em;
}

table, tr, td {
	border: none;
	margin: 0;
}
/* CSS File */
#container {
	width: 912px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Logo and Banner */
.header {
	width: 100%;
	height: 89px;
	vertical-align: center;
	background: url('/css/SiteEngineManager/images/header912_2_yellow.gif') top right no-repeat;
}

.header #logo {
	margin-left: 25px;
}

/* Adjust last number accordingly to the size of the banner */
.header #banner {
	margin-left: 160px;
}

/* Main navigation */
.topNav {
	width: 100%;
	height: 38px;
	font-size: 1em;
	background:  url('/css/SiteEngineManager/images/topNav_yellow2.gif') top left no-repeat;
}

.topNav ul {
	margin: 0 0 0 25px;
	padding: 0.5em 0 0 0;
	list-style: none;
}

.topNav li {
	display: inline;
	margin: 0;

}

.topNav a {
	position: relative;
	padding: 8px 10px 12px 10px;
	color: #000;	
}

.topNav li a:hover {
	color: #FFF;
	background: url('/css/SiteEngineManager/images/topNav_hover_yellow.gif') top left repeat-x;
}

.topNav #active {
	font-weight: bold;
	text-decoration: underline;
}

.topNav #last {
margin: 0 0 0 65px;
padding: 0;
}

/* Content here; text wraps around images.
Use class="right" or class="left" to select the image side  */
#content {
	width: 100%;
	background: #FFF url('/css/SiteEngineManager/images/content_yellow2.gif') top right no-repeat;
}

#content_main {
	/* min-height hack for IE since it doesn't understand the valid css property
	height: expression(document.body.clientHeight > 400 ? "400px": "1%");
*/	min-height: 400px;
	padding-right: 25px;
	color: #333;
	background: url('/css/SiteEngineManager/images/content_main.gif') top right repeat-y;
}

.text {
	/* max-width hack for IE since it doesn't understand the valid css property
	width: expression(this.width > 100% ? 100% : true);
*/
	vertical-align: top;
	padding: 20px 35px 35px 35px;
}

.text img {
	/* min-width hack for IE since it doesn't understand the valid css property
	width: expression(this.width > 550 ? 550 : true);
*/
	max-width: 100%;
	height: auto;
}

#content .bottomCap {
	height: 50px;
	background: url('/css/SiteEngineManager/images/content_bottomCap_yellow.gif') top left no-repeat;
}

#content a {
		color: #479DC8;
		border-bottom: 1px dotted #479DC8;
}

/* Side navigation. Designed to be used for subcategory links, inside the 'main content' div. */
#sideNav {
	width: 215px;
	padding: 20px;
	padding-right: 0;
	vertical-align: top;
}

#sideNav .topCap {
	height: 13px;
	background: url('/css/SiteEngineManager/images/sideNav_topCap_yellow.gif') no-repeat;
}
#sideNav .bottomCap {
	height: 13px;
	background: url('/css/SiteEngineManager/images/sideNav_bottomCap_yellow.gif') no-repeat;
}

/* MainCategories */
#sideNav ul.mainCategory {
	margin: -3px 0 0 0;
	padding: 0;
}

#sideNav .mainCategory li {
	list-style: none;
	font-size: 0.9em;
}

#sideNav .mainCategory li a {
	padding-left: 15px;
	height: 25px;
	display: block;
	border: none;
	color: #000;
	background: url('/css/SiteEngineManager/images/sideNav_hover_yellow.gif') 0 0 repeat-x;
}

#sideNav .mainCategory li a:hover {
	color: #FFF;
	background: url('/css/SiteEngineManager/images/sideNav_hover_yellow.gif') 0 -25px repeat-x;
}

#sideNav .mainCategory li a:active {
	color: #FFA555;
}

/* SubCategories */
#sideNav ul.subCategory {
	margin: -3px 0 0 0;
	padding: 0;
	}

#sideNav .subCategory li {
	list-style: none;
	font-size: 1em;
}

#sideNav .subCategory li a {
	padding-left: 25px;
	height: 25px;
	display: block;
	border: none;
	color: #555;
	background: url('/css/SiteEngineManager/images/sideNav_hoverB_yellow.gif') 0 0 repeat-x;
}

#sideNav .subCategory li a:hover {
	color: #FFF;
	background: url('/css/SiteEngineManager/images/sideNav_hoverB_yellow.gif') 0 -25px repeat-x;
}

#sideNav .subcategory li a:active {
	color: #FFA555;
}

/* Footer */
.footer {
	width: 100%;
	margin: 0;

	text-align: center;
	font-size: 0.8em;
}

.footer #topCap {
	height: 13px;
	background: url('/css/SiteEngineManager/images/footer_topCap_yellow.gif') top center no-repeat;
}

.footer #bottomCap {
	height: 25px;
	background: url('/css/SiteEngineManager/images/footer_bottomCap_yellow.gif') top center no-repeat;
}

.footer #main {
	background: url('/css/SiteEngineManager/images/footer_main_yellow.gif') top center repeat-y;
}

.footer p {
	margin: 0;
	color: #FFF;
}

.footer a {
	color: #222;
	border-bottom: 1px dotted #222;
}

/* Alignment classes */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-alignment: left;
}

.alignRight {
	text-alignment: right;
}

/* Generic display classes */
.clear {
	clear: both;
}
	
.block {
	display: block;
}

.underline {
	text-decoration: underline;
}
A.menu {
	font-size: 12px;
	color:#FFFFFF;
}
A.menu:hover {
	font-size: 12px;
	color:#CCCCCC;
	text-decoration: underline;
}
A.menu:active {
	font-size: 12px;
	color:#CCCCCC;
}

}
.tableheader {
	font-weight: bold;
	background-color: #DAE3E3;
	padding: 3px;
	margin: 3px;
}
.tableborder {
	border: 1px solid #000000;
	padding: 3px;
}
