@charset "utf-8";
/* AGVanGundy.com CSS Document */

body
{
	background: #CAC19C;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

a
{
	color: #016E51;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #016E51;
	font-weight: bold;
	text-decoration: underline;
}

img
{
	border: 0;
}
h1
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #016E51;
	font-weight: bold;
}
.border
{
	background: url(images/borders.jpg) repeat-y;
	width: 34px;
}
#contentarea
{
	width: 800px;
}
#topbar
{
	background: url(images/top-bar.jpg) repeat-x;
	height: 94px;
}
#headline
{
	background: #016E51;
	line-height: 26px;
	border-bottom: solid 1px #FFFFFF;
}
#headline h1
{
	font-size: 18px;
	color: #E6E1D0;
	font-weight: normal;
}
#header
{
	background: #016E51;
	height: 180px;
}
#leftpane
{
	background: #016E51;
	width: 205px;
	padding-top: 5px;
}
#leftpane ul
{
	padding: 1px;
	margin: 0;
}
#leftpane li
{
	padding: 0;
	padding-bottom: 2px;
	margin: 0;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
}

#leftpane li a
{
	display: block;
	background: url(images/menuitem-off.jpg) no-repeat;
	width: 178px;
	line-height: 22px;
	padding-left: 20px;
	color: #032C12;
	text-decoration: none;
}

#leftpane li a:hover
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat;
	width: 178px;
	line-height: 22px;
	padding-left: 20px;
	color: #032C12;
	text-decoration: none;
}
#leftpane li a.selected
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat;
	width: 178px;
	line-height: 22px;
	padding-left: 20px;
	color: #032C12;
	text-decoration: none;
}

#subnav td
{
	border-bottom: dotted 1px #CAC19C;
	font-size: 12px;
	font-weight: normal;
}
#subnav td a
{
	color: #CAC19C;
	text-decoration: none;
	font-weight: normal;
}

#subnav td a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#subnav td a.selected
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
	


#contentpane
{
	background: #FFFFFF url(images/contents-curve.jpg) no-repeat top left;
	padding: 15px;
	padding-top: 20px;
}
#footer
{
	background: url(images/footer-bg.jpg) repeat-x;
	height: 84px;
	font-size: 11px;
	color: #FFFF99;
	line-height: 14px;
}
#footer a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}