@charset "utf-8";
/* CSS Document */

html {height: 100%;}
body {height: 100%;}

#nonFooter {position: relative;min-height: 65%; margin-bottom:10px;}
* html #nonFooter {height: 100%;}

body,td,th {
	font-family: Calibri, Trebuchet MS, sans-serif;
	color: #3d4042;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3d4042;
	text-decoration:none;
}
a:visited {
	color: #3d4042;
	text-decoration:none;
}
a:hover {
	color: #CC3300;
	text-decoration:none;
}
a:active {
	color: #3d4042;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS;
}
h1 {
	font-size: 18px;
	color: #990000;
}
h2 {
	font-size: 14px;
	color: #CC0000;
	line-height:15px;
}

.readMore {
color: #CC3300;
font:Calibri, "Trebuchet MS", sans-serif;
text-decoration:none;
font-size:10px;
padding-top:10px;
font-weight:bold;
}


#bottom {
	background-image: url(/assets/img/shell/bgd.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	margin-top: 2em
	position: relative;
	width:100%;
	height:165px;
	z-index:0;
	background-color:#767365;
}

.footer {
color: #999999;
font:Calibri, "Trebuchet MS", sans-serif;
text-decoration:none;
font-size:11px;
padding-top:5px;
font-weight:bold;
line-height:16px;
padding-left:15px;
}

.footListBGD {
background-image:url(/assets/img/shell/footerBGD.gif);
background-repeat:repeat-y;
background-position:left;
}

.contentPadding {
padding-left:30px;
padding-right:25px;
padding-bottom:25px;
}

.stick {
color:#999999;
font-size:10px;
}