﻿
#logo
{
	float: left;
	color: #808080;
	line-height: 25px;
}

#menu
{
	background: #FFFFFF url(../images/menubg.gif) repeat-x;
}

#menu ul
{
	padding: 7px 0 0;
}

#menu li
{
	font-size: 1.1em;
	display: inline;
	text-transform: uppercase;
	margin: 0 9px;
}

#menu li a
{
	margin: 0 25px 0 10px;
	color: #808080;
	background: #fff;
}

#menu li a:hover
{
	color: #444;
}

#footer
{
	clear: both;
	padding: 10px;
	margin: 15px 0;
	font-size: .9em;
	color: #808080;
	background: #eee;
}

div#justify
{
	text-align: justify;
}

ul.styled
{
	list-style-type: circle;
}

ul.styled a
{
	background-image: none;
	padding: 0;
}

.required
{
	color: Red;
}

span.new
{
	font-size: xx-small;
	position: relative;
	top: -6px;
	color: #008800;
}

.ui-widget-content a
{
	color: Red;
}
