body
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.75em;
	margin-left : 0px;
}

/* Link styles */
a:link
{
	color : #990000;
}

a:visited
{
	color : #660000;
}

a:hover
{
	text-decoration : none;
}

a:active
{
	color : #990000;
}

a.top
{
	font-size : .75em;
}

/* Container for fixed width content */
#container
{
	background-image : url(../images/gears.png);
	background-repeat : repeat-y;
	width : 750px;
}

/* Header elements */
#group_hdr
{
	margin-right : 20px;
}

#skipnav
{
	float : right;
	text-align : right;
	font-size : 0.75em;
}

/* Navigation section */
#leftnav
{
	float : left;
	width : 175px;
}

div.button
{
	background-color : #990000;
	border-style : outset;
	border-color : #CC0000;
	border-width : 0.3em 0.3em 0.3em 0.3em;
	color : #FFFFFF;
	font-weight : bold;
	font-size : 1em;
	margin : 0.3em 0em 0.3em 0em;
	padding : 0.2em 0em 0.2em 0.5em;
}

div.button a:link
{
	color : #FFFFFF;
	text-decoration : none;
}

div.button a:visited
{
	color : #FFFFFF;
	text-decoration : none;
}

div.button a:hover
{
	text-decoration : none;
}

div.button a:active
{
	color : #FFFFFF;
	text-decoration : none;
}

/* Content pane styles */
#content
{
	float : left;
	padding-left : 1em;
	max-width : 75%;
	min-width : 300px;
}

/* Footer styles */
#footer
{
	font-size : 0.84em;
	clear : both;
	background-color : #FFFFFF;
}
