/* CSS Document */

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	font-family: Arial, sans-serif;
}

#contents {
	position: absolute;
	top: 0;
    left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
	left: 0%;
    width: 0%;
    margin-left: 0%;

}

#footer {
	position: absolute;
	bottom: 0;
	
	width: 0%; /* See note below */
	text-align: center;
	padding: 0%;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    width: 100%;
    width: 70%;
}

#main {
	/*margin-bottom: 5em;*/
	height: auto;
margin-left: 0%;
	/*padding: .5em;*/
}

























/*
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
*/
html, body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	background-image: url("../images/bg_Main.gif");
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
    margin: 0;
    padding: 0;
}


.banner {
	background-image: url(../images/bg_banner.gif);
	background-repeat: repeat-x;
}

.textlg {
	font-size: 2em;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FFFFFF;
}
.textlarge {
	font-family: Georgia;
	font-size: 2.5em;
	color: #FFFFFF;
}

.textblacksm {
	font-size: 0.7em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.texttitle {
	font-size: 2.3em;
	color: #000000;
	font-family: Georgia;
}

.bgfooter {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
}


.textred {
	color: #990000;
}

.bgmenu {
	background-image: url(../images/bg_banner_menu.gif);
	background-repeat: repeat-x;
}

a.linkmenu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

a.linkmenu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

a.linkmenu:hover {
	color: #FFCC00;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

.textblacklg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

.lineheight {
	line-height: 20px;
}

a:link {
	
}

/*
body {
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-y;
}
*/
#sidemenu li a:hover {
	background-color: #711515;
	color: #ffffff;
}

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #efefef;
}

.smallerfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.smallfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


a.bcLink:link {
	font-family: "Verdana";
	font-size: 9px;
	color: #663333;
	text-decoration: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	line-height: 18px;

}

.submit {
	font-size: 8pt;
	border-style: groove;
	border-width: 2;
	padding: 1;
	background-color: #FFFFFF;
	position:relative;
	top:9;
	z-index:2;
}

.submit_footer {
	font-size: 8pt;
	border-style: groove;
	border-width: 2;
	padding: 1;
	background-color: #FFFFFF;
	position:relative;
	top:5;
	z-index:2;
}
.submit_bg{
	text-align: left;
	line-height: 100%;
	border-style: solid;
	border-width: 1;
}
.select {
	font-size: 8pt;
	position:relative;
	line-height:100%;
	top:9;
}

.searchbox {
	font-size: 8pt;
	position:relative;
	line-height:100%;
	top:9;
}

.table_header {
	border-style:ridge; 
}

.table_footer {
	border-style: ridge;
	border-width: 2;
}

.table_inside {
	border-collapse: collapse;
	border-style: ridge;
	border-color: #7DBEFF;
}
tr {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}.disclaimer {
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	padding-bottom: 10px;
}
