body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-image:URL('/fbsmileys-bg.gif');
	background-repeat:repeat-x;
	background-color: #ecf2f7;
	margin: 0px;
}
H1 {
	font-family: arial;
	font-size :24px;
	COLOR: white;
	margin-top: 5px;
    margin-bottom: 1px;
    margin-left: 1px;
}
H2 {
	font-family: arial;
	font-size: 16px; 
	COLOR: white;  
	margin-top: 5px;
    margin-bottom: 1px;
    margin-left: 1px;
}
H3 {
	font-family: arial;
	font-size: 16px; 
	COLOR: black;  
	margin-top: 5px;
    margin-bottom: 1px;
    margin-left: 1px;
}

.menu_links
{
float:left;
width:780px;
margin-left:50px;
}
*html .menu_links
{
margin-left:25px;
}
.menu
{
margin-top:15px;
float:left;
}
.links_img_left
{
float:left;
/*background-image:url(/static/images/menu_left_box.gif);*/
width:8px;
height:37px;
}
.links_img_middle
{
float:left;
/*background-image:url(/static/images/menu_centre_box.gif);*/
height:37px;
}
.links_img_right
{
float:left;
/*background-image:url(/static/images/menu_right_box.gif);*/
width:10px;
height:37px;
}
.link_text
{
float:left;
}
.link_text a
{
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-align:center;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
padding-top:8px;
}
.link_text a:hover
{
color:#017196;
BACKGROUND-COLOR: transparent; 
}


.copyrightbottom { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #7EA7C7;
}

.copyrightbottom A:link {
	color: #7EA7C7;
    TEXT-DECORATION: none;
}

.copyrightbottom A:visited {
	color: #7EA7C7;
	TEXT-DECORATION: none;
}

.copyrightbottom A:hover {
	color: #7EA7C7;
    TEXT-DECORATION: none;
}

