@charset "utf-8";
/* CSS Document */
body  {
	font: 12px Tahoma, Arial, sans-serif;
	background: #cbd8e0;	  /*  blue */
	/* background: #cbd8e0 url(images/bkg_footer.gif) repeat; */  /* stripes  */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
}

h1


#header { 
	background: #cbd8e0 url(images/bkg_header.jpg) no-repeat left; 
	margin: 0 auto;
	height: 185px;
	width: 800px;
	padding: 0;

}
#menu_bar	{
background: #cbd8e0 url(images/bkg_menu.gif) repeat-x left; 
	margin: 0 auto;
	height: 42px;
	width: 760px;
	padding: 0px;
	padding-left: 40px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#menu_bar td	{
	text-align:center;  /* this gets the words in the menu tabs centered  */
	vertical-align:middle;
}
#menu_tab_first{
background: #ffffff url(images/menu_tab_first.gif) no-repeat left; 
height: 42px;
	width: 104px;
	
}
.menu_tab{
background: #ffffff url(images/menu_tab.gif) no-repeat left; 
height: 42px;
	width: 104px;
		margin: 0px;
}

.menu {
	font-family: cursive;
	font-style: italic;
	font-size : 14px;
	color : Gray;
	background-color : transparent;
	
}
a:link.menu, a:visited.menu {
	color: Gray;
	background-color : transparent;
	text-decoration: none;
}

a:hover.menu {
	color : #33A1FF;
	background-color : transparent;
	text-decoration : underline;
}
.menuSelected {
	font-family: cursive;
	font-style: italic;
	font-size : 14px;
	font-weight : bold;
	color : #33A1FF;
	background-color : transparent;
	
	
}
#container_header	{
	background: #cbd8e0 url(images/bkg_container_header.gif) no-repeat left; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 800px;
	height:21px;
	padding: 0;
}
#container	{
	background: #cbd8e0 url(images/bkg_wrap.gif) repeat-y left; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 800px;
	padding: 0;
}
#mainContent { 
	margin: 0px 10px 0px 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 10px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	border:none;
	min-height: 300px; 
} 
#page_bottom	{
	background: #cbd8e0 url(images/bkg_page_bottom.gif) no-repeat left; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:800px;
	padding: 0;
	font: 11px Tahoma, Arial, sans-serif;
	
}
#footer	{
	background: #cbd8e0 url(images/bkg_footer.gif) repeat-y left; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:800px;
	height: 15px;
	padding: 0;
	font: 11px Tahoma, Arial, sans-serif;
	
}

#footer a:link, a:visited	{
	color: gray;
	background-color : transparent;
	text-decoration: none;
}
a:link, a:visited {
	color: Gray;
	background-color : transparent;
	text-decoration: none;
}

a:hover {
	color : #33A1FF;
	background-color : transparent;
	text-decoration : underline;
}


.frontp {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color: Navy;
}
.modernp {
	font-family: 'Comic Sans MS', cursive;
	font-size : 120%;
	font-weight:bold;
	color: Navy;
}
.floatLeft	{
	float:left;
}
.textEmp {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color : Navy;
}
hr	{
	color:	#00008B;
}