html, body {
	height: 100%;  /* For XHTML, to stretch site vertical. */
	margin: 0px;
	padding: 0px;
	background: #43535d url(../images/main_bkgr.gif) top repeat-x;
}
table {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}
table td {
	padding: 0px;
	vertical-align: top;
}
p {
	margin: 0px;
	padding: 0px;
}
img {	
	border: 0px;
}
body, td, a, a:hover, p, div, pre {
	font-family: arial, tahoma;
	font-size: 12px;
	color: #000066;
}
a, a:hover {
	color: #00a4de;
	font-size: 11px;
	text-decoration: underline;
}
a:hover {	
	text-decoration: none;
}


/*
 *	table CONTAINER.
 */

table.container {
	width: 768px;
	height: 100%;
}
table.container td.header_container {
	height: 1%;
}
table.container td.menu_container {

}
table.container td.content_container {
	background: white;
}

table.container td.footer_container {
}


/*
 *	table HEADER.
 */
table.header {
	height: auto;
}
table.header td.h_top {
	height: 97px;
}
table.header td.blue_strip {
	height: 3px;
	background: #00a4de;
}
table.header td.h_mid {
	height: 150px;
}
table.header td.h_bot {
	height: 34px;
	background: url(../images/header_bot_bkgr.gif) repeat-x;
}
table.header td {
}



/*
 *	table CONTENT.
 */

table.content {
	height: 100%;
}
table.content td.content_left {	
	width: 154px;
	border-right: 1px solid #ccc;
	padding-left: 14px;
	padding-right: 10px;
}
table.content td.content_mid {	
	padding-left: 12px;
	padding-right: 30px;
	text-align: justify;
}
table.content td.content_right {	
}

/*
 *	table FOOTER.
 */

table.footer {

}



/* NAVIGATION/MENU SETTINGS */
 
a.mainlevel{
	width:90%;
	text-decoration: none;
} /* this styling is for the MAIN items in the menu */
a.mainlevel:link {
	background-image:url(../images/mitem_pic.jpg) left no-repeat;
	padding-left:16px;
	height:20px;
	line-height:20px;
	border-bottom:1px solid #cccccc;
	display:block;
	text-transform:uppercase;
	color:black;
}
a.mainlevel:visited {
	background-image:url(../images/mitem_pic.jpg) left no-repeat;
	padding-left:16px;
	height:20px;
	line-height:20px;
	border-bottom:1px solid #cccccc;
	display:block;
	text-transform:uppercase;
	color:black;
}
a.mainlevel:hover {
	background-image:url(../images/mitem_pic.jpg) left no-repeat;
	padding-left:16px;
	height:20px;
	line-height:20px;
	border-bottom:1px solid red;
	display:block;
	text-transform:uppercase;
	color: black;
}

#active_menu {
	color: red;
} /* this styling is for the menu item when it is active, even in main/sub position*/
 
ul#mainlevel-nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align:center;
	text-decoration:none;
}

ul#mainlevel-nav li{
	padding: 0px;
	float: left;
	margin: 0px;
	white-space: nowrap;
	text-decoration:none;

}

ul#mainlevel-nav li a{
	background-image:url(../images/mitem_pic.jpg) top repeat-x ;
	padding:10px 18px 10px 18px;
	margin:0px 1px 0px 1px;
	height:30px;
	line-height:26px !important;
	line-height:30px;
}

ul#mainlevel-nav li a:hover, ul#mainlevel-nav li a#active_menu-nav{
background-image:url(../images/mitem_pic.jpg)
	bottom repeat-x;
	padding:10px 18px 10px 18px;
	margin:0px 1px 0px 1px;
	height:30px;
	line-height:26px !important;
	line-height:30px;
	color:#FFFFFF;
}

a.sublevel{
	color: black;
} 
a.sublevel:link {

}
a.sublevel:visited {

}
a.sublevel:hover {
	color: black
}


.pathway {
	text-decoration:none;
	color:#666666;
}
.pathway a {
	color: #00a4de;
}
.pathway a:link {
	text-decoration:none;
}
.pathway a:visited {
	text-decoration:none;
}
.pathway a:hover {
	text-decoration:none;
}



table.contentpaneopen {
	width:100%;
}
table.contentpaneopen td {
	padding:0px;
}

.contentheading {
	color: #00a4de;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #00a4de;
	width: 100%;
	margin-bottom: 8px;
	height: 22px;
	line-height: 22px;
	text-indent: 18px;
	margin-top: 12px;
	margin-left: 18px;
	background: url(../images/pathpic.jpg) bottom left no-repeat;
}
.bottom {	
	background: url(../images/bottom.gif) no-repeat;
	height: 72px;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	color: white;
}
td.content_footer {
	height: 54px;
}

.s12, .s12:hover {
	font-size: 12px;
}

h3 {
	text-align: center;
	color: #666;
}


#login_form {
	position: absolute;
	width: auto;
	height: auto;
	border: 1px solid green;
}
