/* CSS Document */
body {
	background-color: #fff;
	background-image: url(/images/pony_bg.jpg);
	background-repeat: no-repeat;
}

/* topcontent is where the top navigation sits */
#topcontent {
	position: relative;
	left:200px;
	top:105px;
	width:700px;
}

table#nav {
	position: relative;
	top: -2;
	width: 550px;
	height: 30px;
	background: url(/images/topnav_bg.jpg) repeat-x;
	border-top: 1px solid #039;
}

table#nav td {
	font: bold 11px/11px arial, verdana, sans-serif;
	color: #fff;
	border-left: 1px solid #418BCB;
	border-right: 1px solid #039;
	text-align: center;
	text-transform: uppercase;
	}

table#nav td a	{
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 5px;
	}

table#nav td a:hover {
	color: #fc0;
}

/* leftcontent is where the left navigation sits */
#leftcontent {
	position: absolute;
	left:10px;
	top:190px;
	width:175px;
	text-transform: uppercase;
}

/* Left Navigation bar components */

#lftnav {
	background: url(/images/lftnav_bg.jpg) repeat-y;
}

#lftnavtop {
	background: url(/images/lftnavTop_corner.gif) left 1px no-repeat;
}

#lftnav td
{
	padding-left: 12px;
	font: bold 11px arial, verdana, sans-serif;
	text-align: left;
	border-top: 1px solid #e2efff;
	border-bottom: 1px solid #58e;
	border-left: 1px solid #58e;
}

#lftnav a {
	text-decoration: none;
	color: #039;
	display: block;
	}

#lftnav a:hover {
	color: #fc0;
}

.subnav	{
	background-image: url(/images/subnav_bg.jpg);
	background-repeat: repeat-y;
	color: #fff;
	text-transform: none;
	}

#lftnav .subnav a {
	color: #fff;
	}

#lftnav .subnav a:hover	{
	color: #fc0;
	}

.subnav ul {
	margin: 0px;
	padding: 5px 0 5px 15px;
}



/* scroller is where the dynamic scroller sits */
#scroller {
	position:absolute;
	width:200px;
	right:0;
	top:5px;
	padding: 0px;
	margin: 0px;
}

#scroller img{
	margin:0;
	padding:0;
}

.scrollertile {
	background: url(/images/scrl_bx_brd_mid.gif) repeat-y;
	margin:-5px 0 -1px 0;
}

#scroller div.scrollertile img{
	margin:5px 0 5px 13px;
}

.scrollertile p{
	margin:5px 2px 0 8px;
	width:160px;
}

/* imgbox controls the appearance of images. The actual images should be 210 px wide */
#imgbox {
	width:210px;
	float: left;
	padding: 5px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	width: 220px;
	clear: none;
}

/* centercontent is the main content area */
#centercontent {
	clear: left;
	position: absolute;
	width: 580px;
	left: 220px;
	top: 150px;
}

#textArea{
	margin-top:20px;
}

h1, h2, h3, h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#footer {
	float: bottom;
	height: 100px; 
	width: 625px;
	padding: 0px;
	margin: 0px;
}


/*FOR NAV FEEDBACK*/
#generalInformation {
	background-image: url(/images/lftnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

p, li, ul, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p a:link, p a:visited, p a:hover, p a:hover:visited, div a:link, div a:visited, div a:hover, div a:hover:visited 	{
	color: #FF0000;
	text-decoration: none;
	}
		
td a:link, td a:visited, td a:hover, td a:hover:visited 	{
	color: #FF0000;
	text-decoration: none;
	}

td.head{
	font-weight:bold;
	color:#FFFFFF;
}

table.pageHead td{
	font-weight:bold;
	color:#ff0000;
}

.asepLogo{
	margin-top:5px;
}