body
{
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}
A
{
	color: Blue;
}
div
{
    FONT-FAMILY: Verdana, Arial;
	text-align: left;
}
img
{
	border: none;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.textright
{
	text-align: right;
}
.textleft
{
	text-align: left;
}
.clearboth
{
	clear: both;
}
.clearnone
{
	clear: none;
}
#Container
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
}
#Header
{
	width: 750px;
	height: 35px;
	background: #04049A url(../images/headerbg.gif) repeat-x top left;
}
#HeaderLeft
{
	float: left;
	margin-top: 2px;
	text-indent: 5px;
	font-size:210%;
}
#HeaderLeft A
{
	color: #fff;
	text-decoration: none;
}
#HeaderRight
{
	float: right;
	margin: 5px 3px 0 0;
}
#Menu
{
	background-color: #04049A;
	color: #FF0 ;
	font-weight: bold;
	line-height: 20px;
	width: 750px;
}
#Menu a
{
	color: #FF0 ;
	text-decoration: none;
}
#Menu a:hover
{
	color: #FF9;
	text-decoration: underline;
}
#Content
{
	background-color: #fff;
	width: 750px;
}
#Footer
{
	background-color: #04049A;
	text-align: center;
	color: #FF0;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	width: 750px;
	clear: left;
}

.Rows
{
	width: 750px;
	clear: both;
	padding-top: 5px;
}
.Group
{
	width: 250px;
	float: left;
	margin-bottom: 5px;
}
.GroupdName
{
	font-size: 130%;
	background-color: #c0c0c0;
	line-height: 25px;
	text-indent: 5px;
}
.Link A
{
	padding-left: 5px;
	color: #000099;
}
.Link A:hover
{
	text-decoration: none;
}




/* Clear floats */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */