html, body
{
	
	margin:0;
	padding:0;
	font-size:90%;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	/*font-family:"Courier New", Courier, monospace;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#F5F5F5;
	margin-bottom:25px;
	line-height:140%;
}

#content
{
	padding:15px;
	margin:auto;
	width:	700px;
	border-left:1px solid #7A7A7A;
	border-right:1px solid #7A7A7A;
	border-top:1px solid #7A7A7A;
	border-bottom:1px solid #7A7A7A;
	background-color:white;
}

#content h1
{
	margin-top:5px;
	margin-right:5px;
}

#content p
{
	padding: 5px;
	-moz-border-radius:10px;
}

h1
{
	width:100%;
	margin-top:-10px;
	margin-bottom:20px;
	font-size:	1.4em;
	text-align:right;
}

h2
{
	font-size:	1.2em;
	margin-right:0;
	margin-bottom:-7px;
	margin-top:	20px;
}

h4
{
	font-size:	1em;
	margin-right:0;
	margin-bottom:-7px;
	margin-top:	30px;
}

h5
{
	font-size:	1em;
	margin-right:0;
	margin-top:	30px;
}

a
{
	text-decoration:none;
	color:#8B8B8B;
}

a:hover
{
	text-decoration:underline;
	color:#333333;
}

a img
{
	border-width:0;
}

#menu
{
	margin-top:20px;
	text-align:center;
	width:100%;
}

#menu ul
{
	width:735px;
	width:580px;
	height:25px;
	margin:0;
	padding:0;
	margin:auto;
}

#menu ul li
{
	float:left;
	display:inline;
	width:135px;
	height:40px;
	list-style-type:none;
	text-align:	center;
	margin-left:5px;
	margin-right:5px;
	height:25px;
}

#menu ul li a
{
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	padding-top:4px;
	color:#ffffff;
	font-weight:bold;
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
}

#menu ul li a:hover
{
	background-position:-140px 0;
}

#nav
{
	margin-top:10px;
	margin-left:45px;
	margin-bottom:10px;
}

#logos
{
	text-align:center;
	width:100%;
	height:150px;
	margin-top:50px;
}

#logos_inner
{
	width:610px;
	margin:auto;
}

#logos div .imageHolder
{
	width:	150px;
	height:	150px;
	float:	left;
	text-align:center;
	margin:auto;
}

#logos div p
{
	font-weight:bold;
}

#copy
{
	text-align: center;
	font-size:0.8em;
	color:#999999;
}