body
{
	background-color : #144D9C;
	text-align : center ;
	margin-top: 0;
}
#page
{
	margin: 0 auto; 
	width: 748px;
	padding : 0px;
	text-align : left;
	background-color : #FFFFCC;
}
#logo_bottom
{
	background: url(../images/menu_background.gif); 	
}
h3 { 
        font: italic bold 16px helvetica, sans serif; 
        line-height: 1em; 
        color: #144D9C; 
        border-bottom: solid 1px #144D9C; 
        
} 
h4 { 
        font: italic bold 14px helvetica, sans serif; 
        line-height: 1em; 
        color: #144D9C; 
        border-bottom: solid 1px #144D9C; 
        width : 30%;
} 
.links
{
	color : #144D9C;
	text-decoration :none;	
}
a:hover
{
	color : #144D9C;
	font-weight : bold;
}
/*START MENU*/
#menu
{
	background: url(../images/menu_background.gif); 
}

#menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width : 100%;
  
  }

#menu ul li{
	background: url(../images/menu_background.gif); 
	color : #652501;
	font-weight : bold;
	font-size : 12px;
	font-family: verdana,helvetica;
	text-align : center;
	padding-bottom : 2px;
}
#menu li {
  float : left;
  position: relative;
	width : 124.5px;
  }


#menu li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  margin-top: 4px;
  }

#menu li a{
	color : #FFFFFF;
	text-decoration : none;
	font-size : 11px;		
}
#menu li a:hover{
	color : #BBBBBB;
}
#menu li > ul {
	top: auto;
	left: auto;
	margin-top: 2px;
	}

#menu li:hover ul, #menu  li.over ul { 
	display: block;
	
}

#menu li ul li
{
	margin-top : 0px;
	padding-top : 3px;
	padding-bottom : 3px;
	width : 150px;
	background-color : #CCCCCC;
}
/*End Menu*/
/*Logo Section */
.logo
{
	margin : 10px;	
}
/*End Logo Section */
/*Content*/
.siteText
{
	font-family : Verdana;
	font-size : 12px;
}
#content
{
	padding : 10px;	
	font-family : Verdana;
	font-size : 12px;	
}
.PageTitle
{
	font-size : 16px;
	font-weight : bold;	
}
.PageHeader
{
	font-size : 14px;
	font-weight : bold;
}
.TextBold
{
	font-weight : bold;	
}
.TextItalics
{
	font-style : italic ;	
}
.homelink
{
	width : 20%;
	color : #144D9C;
	text-decoration : none;
}
/*End Content*/
/*Footer*/
#footer
{
	text-align : center ;	
	font-weight : bold;	
}
#footer a
{
	text-decoration : none;
	color : #144D9C;	
}
#footer a:hover
{
	text-decoration : none;
	color : #144D9C;	
}
#footer span a
{
	float : left;
	width : 180px;
	color : Black;
}

/*End Footer*/
#siteNote
{
	font-size : 11px;
	color : White;	
}
#siteNote a
{
	color : White;	
}
#siteNote a:hover
{
	color : white;
	font-weight : normal;	
}