/***************
*
*	Content Section
*
***************/


input, select, textarea
{
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
}

div.content p
{ 
	line-height: 1.5em;
	margin-top: 0; 
}


div.content sup
{
	text-transform:uppercase;
	font-size: 0.8em;
}

div.content blockquote { padding: 0 3em; }


form#search dd
{
	margin: 3px 0px 3px 27px;
}

/* both ol li and ul li */


div.content ul
{
	margin-left: 0;
	padding-left: 0;
}

div.content ul li
{
	padding: 0px 0px 13px 15px;
	line-height: 16px;
	margin-left: 0;
}

div.content ul li 
{ 
	list-style-type: none;
	background: url("images/list-arrow.gif") no-repeat 4px 4px;
}


.regular
{
	color: #333333;
	font-weight: normal;
}

/***************
*
*	Navigation Section
*
***************/

#global-nav
{
	float: right;
	padding: 20px 10px 0 0;
	width: 310px;
	text-align: right;
}

/* .net writes tables instead of div */
table#global-nav,
table#global-nav td 
{
	border-collapse: collapse;
	padding: 0;
}

#global-nav li
{
	display: inline; 
	padding: 0px 10px;
	border-right: 1px solid #cccccc;
}

#global-nav li.last { border-right: none; }


#top-nav 
{ 
	width: 770px;
	background: white;
}
#top-nav ul
{
	padding: 0;
	margin: 0;
}
#top-nav li { display: inline; }
#top-nav img { border: none; }

/* .net writes tables instead of div */
table#top-nav,
table#top-nav td 
{
	border-collapse: collapse;
	padding: 0;
}




/***************
*
*	Layout Section
*
***************/

div#page
{
	position: relative;
	top: 0;
	left: 0;
	width: 770px;
	margin: 0 auto;
	background: white;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 2px;
	background: #FBFCF0 url("images/body-bkgd.gif") repeat-x left top;
	text-align: left;
}


div#header
{
	background: url("images/body-bkgd.gif") no-repeat left top;
	padding-top: 11px;
}

div#header-interior
{
	height: 67px;
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: white;
	background: white;
}

div#logo
{
	position: absolute;
	top: 15px;
	left: 20px;
	width: 127px;
	height: 57px;
}


div#middle
{
	border-style: solid;
	border-color: #fff;
	border-width: 9px 19px 18px 19px;
	background: white;
}

div#middle.alternate
{
	background-image: none;
}

div#middle div.content
{
	position: relative;
	top: 0;
	left: 0;
	background: url("images/div.content-bkgd.gif") repeat-y left top;
	padding: 20px 31px;
}

h1
{
	background: url("images/contenthead_bkgd.gif") no-repeat 0 0 !important;
}
