html, body {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

table.foot {
	width:900px;
	color: #FFFFFF;
	vertical-align:baseline;
	background-color: #6698FF;
	padding-top: 0px;
	height: 30px;
}

table.contact {
	width: 450px;
	
}

body
{
font-family: Garamond, "Times New Roman", Times, serif;
font-size: 14px;
/*
font-size:90%; */
/* color:#000000; */
color:#404040;
/*
background-color:#f8f8ff; */
background-color:#EFEFED;
margin:0px;
overflow:scroll;

}


table {
	
	width:900px;
	height: 100%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-left:0px;
	background-color:#FFFFFF;
	
}

/*This is the top navigation TABLE only */
table.header {
	background-color:#f8f8ff;
	

}

/*This is the right content important updates table*/
table.mini_info {
	width:100%;
	height:100px;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	padding-left:5px;
	background-color:#ffffff;
	overflow:scroll;
}

td.left_menu {
	width:244px;
	padding-top: 0px;
	text-align:left;
	
}

td.main {
	padding-top:0px;
	padding-left:10px;
	width:500px;
	height:100%;
	overflow:auto;
}

td.right_content {
	padding-right:0px;
	padding-top:0px;
	width:220px;
	height:100%	
}
	
tr.header {
	background-image:url('images/header_pic.png');
}

div.content {
	padding-top:0px;
	padding-left:0px;
	width:99%;
	height:auto;
	overflow:auto;
	
	
}


div.header {
	width:100%;
}

div.navigation {
	
	padding-left:0px;
	width:100%;
	height:100%
	
	
}

div.right_menu {
	padding-top:0px;
	padding-left:0px;
	width:100%;
	height:100%	
}

div.footer {
	width:900px;
	vertical-align:baseline;
	background-color: blue;
	height: 100%;
}

/*h1 {font-size:200%;font-family:Arial,"Sans Serif";margin-top:0px;} */
h1 {font-family: Garamond, "Times New Roman", Times, serif; 
	font-weight: lighter; 
	color: #0055ee; 
	font-size: 40px; 
	margin-top: 0; 
	margin-bottom: 0;
	line-height:42px;
	padding:5px 0;
	}



h2 {font-size:140%;margin-top:10px;margin-bottom:10px;font-family:Arial,"Sans Serif";}
h3 {font-size:110%;}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}

h2.important {
	color:#0055ee;
	background-color:transparent;
	margin-top:0px;
	font-family:Verdana;
	font-size:90%;
	padding-bottom: 0px;
}

h2.outline {
	margin-top:0px;
	margin-bottom:5px;
	font-family:Arial;
	font-size:110%;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	color:#FFFFFF;
	/*color:#303030; */
	/* color:#0055ee; */
	/*background-color:#f8f8ff; */
	/*background-color: #9BD1FA; */
	background-color: #6698FF; 
	
	
	border:0px solid #d4d4d4;
}

h2.smaller {
	margin-top:0px;
	margin-bottom:5px;
	font-family:Arial;
	font-size:90%;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	color:#303030;
	background-color:#f8f8ff;
	border:1px solid #d4d4d4;
}
h2.smaller#center {
	text-align:center;
	border:3px dotted #d4d4d4;
}

p.left_menu {
	padding-left:3px;
	text-align:left;
}

p.center {
	text-align:center;
}

/*This is the TD formatting for the top navigation menu, example - home, calendars, etc. */
td.blacknav {
	text-align:center;
	color:#303030;
	background-color:transparent;
	font-size:10px;
	font-weight:bold;
	border-top:  0px solid #868686;
	border-left: 0px solid black;
	border-right:0px solid #868686;
	border-bottom:1px solid #868686;
	padding-bottom:2px;
}

td.blacknav2 {
	width:33%;
	text-align:right;
	color:#303030;
	background-color:transparent;
	font-size:10px;
	font-weight:bold;
	border-top:  1px solid #868686;
	padding-bottom:2px;
	vertical-align:bottom;
	
}
/*
li {
	list-style-image:url(images/bullet.gif);
} */

ul.menu {
	list-style-position: outside;
	list-style-image:url(images/bullet.gif);
	padding-left: 15px;
	line-height: 25px;
	
}



ol.menu {
	list-style-type: upper-alpha;
	padding-left: 20px;

}

a:link    {text-decoration: none;color: black; background-color:transparent;
				
}
a:visited {text-decoration: none;color:black; background-color:transparent;}

a:active  {color:black; background-color:transparent}
a:hover   {text-decoration:underline;color: black; /* background-color: #6698FF*/ background-color:transparent;}

a.m_item:link    {text-decoration:none;color:#303030; background-color:transparent}
a.m_item:visited {text-decoration:none;color:#303030; background-color:transparent}
a.m_item:active  {text-decoration:underline;color:#303030; background-color:transparent}
a.m_item:hover   {text-decoration:underline;color:#303030; background-color:transparent}



