body
{
	background-color: #db924a;
	background-image: url(images/bodybackground_2.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.AGPageTitle
{
	color: darkred;
	font-size: 16pt;
}

.topMenuItemBlockClass
{
	height: 40px;
	vertical-align: top;
}

a:link.topMenuItemClass, a:visited.topMenuItemClass
{
	color: white;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a:hover.topMenuItemClass, a:visited:hover.topMenuItemClass
{
	color: yellow;
	text-decoration: none;
}

.topMenuItemSpacerClass
{
	color: white;
	font-family: arial;
	font-weight: bold;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.sideMain
{
	background-image: url(images/side_background.gif);
	color: black;
	height: 300px;
	padding-left: 18px;
	padding-right: 10px;
	vertical-align: top;
}

.menuTitle
{
	background-color: #9ebabe;
	border: solid 1px black;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

.contentHeader
{
	background-image: url(images/content_header_2.gif);
	background-repeat: no-repeat;
	height: 37px;
	vertical-align: top;
	width: 625px;
}

.contentFooter
{
	background-image: url(images/content_footer_2.gif);
	background-repeat: no-repeat;
	height: 36px;
	vertical-align: top;
	width: 625px;
}

.contentPane
{
	background-image: url(images/content_background_2.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}