﻿/* CSS layout */
#masthead {
	font-size:7pt;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #003399;
}
#top_nav {width:950px; height:282px; z-index:100;
}
#page_content {
	color: #333333;
	font-size:11pt;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	line-height:15pt;
	text-align:justify;
	margin: 0px;
	width: 951px;
}
#right_menu{
	margin:10px;
	color:#ffffff;
	font-size:16px;
	/*font-weight:bold;*/
	font-style:italic;
	text-align:left;
}
#right_menu a:link {
	color: #ffffff;
	text-decoration: none;
}
#right_menu a:visited {
	color: #ffffff;
	text-decoration:none;
}
#right_menu a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#footer {
	background-image: url('images/footer.jpg');
	color: #FFFFFF;
	font-size:10pt;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-repeat: repeat;
	margin: 0px;
	width: 951px;
	line-height:70px;
	text-decoration:none;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration:none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration:underline;
}