html,body 
{
	font-size:10px;
	margin:0px;
	padding:0px;
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#maintable
{
	height:100%;
	width:100%;
	background-image:url(../images/bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	vertical-align:top;
}

#header {
	background-image:url(../images/header_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width:100%;
	height:85px;
}

.menu {
	width:167px;
	background-color:#453979;
}

#under_header {
	background-image:url(../images/under_header_bg.gif);
	background-repeat:repeat-x;
	font-size:8pt;
	color:white;
	font-weight:bold;
	padding-top:7px;
	padding-right:7px;
}

#boundary {
	vertical-align:top;
}

#footer {
	width:100%;
	height:157px;
	margin:0 auto 0 auto;
	border:0;
	/* background-image:url(../images/main_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;*/
}

#footerhome {
	width:100%;
	height:170px;
	margin:0 auto 0 auto;
	border:0;
	background-image:url(../images/mainbg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.menu_text {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:middle;
}

.menu_bullet {
	margin:10px 16px 10px 16px;
}

.menu_text a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.menu_text a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.menu_text a:hover {
	color:#FFFF00;
	text-decoration:underline;
}

.menu_text a:active {
	color:#EEEEEE;
	text-decoration:none;
}

#content {
	padding:0 20px 0 20px;
	color:#616161;
	font-size:12px;
	LINE-HEIGHT: 15pt
	}

#content h1 {
	font-size:14px;
	font-weight:bold;
}

#content .bold {
	font-weight:bold;
}

#content A {
	padding:0 20px 0 20px;
	color:#616161;
	font-size:12px;
	LINE-HEIGHT: 15pt;
	text-decoration: underline;
	}

#content A:Hover {
	padding:0 20px 0 20px;
	color:#616161;
	font-size:12px;
	LINE-HEIGHT: 15pt;
	text-decoration: none;
	}

