@charset "utf-8";
/* CSS Document */

body
{
	background-color:#EEEEEE;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.page
{
	background-color:#FFFFFF;
	width:900px;
	min-height:400px;
	float:left;
}
.banner
{
	float:left;
	width:900px;
	height:100px;
	background-image:url(images/banner.gif);
}
.content
{
	width:900px;
	min-height:300px;
	float:left;
}
.footer
{
	width:900px;
	height:20px;
	float:left;
	background-color:#06007b;
	color:#FFFFFF;
	text-align:center;
	padding: 5px 0 0 0;
	font-size:10px;
}
.footer a
{
	color:#FFFFFF;
	font-size:10px;
}
.image
{
	width:900px;
	height:auto;
	float:left;
}
.box
{
	float:left;
	width:225px;
	height:auto;
	overflow:hidden;
	background-color:#000066;
	margin: 0 0 0 0;
}

.box img
{
	border:0px;
}
.box a
{
	color:#FFFFFF;
	text-decoration:none;
}
.box_top
{
	width:225px;
	height:40px;
	background-image:url(images/top.gif);
	float:left;
	text-align:center;
	color:#FFFFFF;
	font-size:17px;
	overflow:hidden;
}
.box_text
{
	margin: 8px 0 0 0;
}
.box_bottom
{
	width:225px;
	height:auto;
	float:left;
	overflow:hidden;
}

#navbar_holder
{
	width: 900px;
	height:35px;
	float:left;
	background-color:#FFFFFF;
	margin: 0 0 0 0;
	background-image:url(images/button.gif);
}

#navbar
{	
	padding: 0;
	height:35px;
	padding: 0 0 0 0;
	float:left;
	width:875px;
	margin:0 0 0 65px;
}

#navbar li
{	
	padding: 0;
	list-style: none;
	float: left;
	font-size:14px;
}	

#navbar li a
{	
	display: block;
	margin: 0 1px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7e7e;
	text-align: center;
	text-decoration: none;
	width:auto;
	height: 35px;

	padding: 8px 50px 10px 50px;
}
	
#navbar li a:hover
{
	background-image:url(images/menu/button_2.gif);
	color:#000000;
}

.text_holder
{
	width:898px;
	min-height:200px;
	border:1px solid #CCCCCC;
	float:left;
}
.text
{
	margin:10px;
}