/*<group=structure>*/
#wrapper
{
	max-width: 85em;
	/* sets the main container width */
	min-width: 58em;
	/* sets the main container width - equal to @ 780px */
	margin: 0 auto;
	/* centers the main content div */
	overflow: hidden;
}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
/* * > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}*/

/* hack in ie.css to fix display of wrapper */

body
{
	font: 85% Verdana, Helvetica, Arial, sans-serif;
	/* hack in ie.css to fix display of font-size */
	margin: 0;
	background-color: #999;
}

#awt-content-area2 {
	float: left;
	width: 78%;
	background: #fff;
}

#awt-leftside
{
	float: left;
	width: 22%;
	background: #fff;
/*	border-right: 1px solid #000;*/
}

#awt-leftside .content {margin: 0 .5em 0 1em;}

.awt-skipNav
{
	position: absolute;
	left: -999px;
	width: 990px;
}

#wrapper
{
	background-color: #fff;
	border-width: 0 0 0 0;
}
#header { background-color: #01357A; 
	min-height: 103px;
}

/*<group=header>*/
#header
{
	/* color below */
	width: 100%;
	margin: 0;
	text-align: left;
	position: relative;
}

#header form { display: inline; }

#header img#logo
{
	width: 231px;
	float: left;
	border: none;
}

img {border: none;}

#header h1
{
	/* color see the colored .css file */
	position: absolute;
	top: 24px; left: 244px;
	font-family: georgia;
	font-weight: normal;
	font-size: 2.4em;
	color: #fff;
}

h2
{
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 1.6em;
	margin-top: 0;
}

#awt-leftside .content h2 
{
	font-size: .95em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: .7em;
}

h3
{
	font-size: .95em;
	font-style: italic;
}

a:link { color: #36C; }

a:visited
{
	color: #555;
	text-decoration: underline;
}

a:hover
{
	color: #C30;
	text-decoration: none;
}

a:active { color: #F00; }

/* Start of Middle Column */
#awt-content-area #awt-middle-col,
#awt-content-area2 #awt-middle-col,
#awt-content-area3 #awt-middle-col  { padding: .4em 1em 1em .7em; }

div#awt-crumbs
{
	font-size: .85em;
	font-weight: normal;
	text-align: left;
	width: auto;
	display: block;
	padding: 3px 4px 4px 12px;
	/* color above */
	clear: both;
	color: #fff;
}

div#awt-crumbs p
{
	margin: 0;
}

div#awt-crumbs a { color: #fff; }

#awt-middle-col ul.plain
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#awt-middle-col li, 
			#awt-middle-col li
{
	font-size: .95em;
	margin-top: 6px;
	margin-bottom: 9px;
}

#awt-middle-col li li
{
	font-size: 1em;
	margin-bottom: 9px;
}

#awt-content-area p
{
	margin-top: 0;
	margin-bottom: .9em;
	font-size: .95em;
}

/*</group>*/
/*<group=footer>*/
#awt-bottom-nav
{
	margin: 1em 0 0 0;
	/* color above */
	width: 100%;
	clear: both;
	float: none;
	border-top: none;
	position: relative;
}

#awt-bottom-nav-links
{
	margin: 0;
	padding: 5px 1px;
	font-size: .85em;
	font-weight: normal;
	text-align: center;
	color: #FFF;
}

#awt-bottom-nav-links a
{
	color: #FFF;
	text-decoration: underline;
}

#awt-bottom-nav-links a:hover { text-decoration: none; }

#awt-copyright
{
	margin: 0;
	width: auto;
	clear: both;
	position: relative;
	/* background color see the colored .css file */
	vertical-align: middle;
	text-align: center;
	color: #000;
	font-size: .85em;
	padding: 0 9px 9px 9px;
}

#awt-copyright p
{
	margin: 0;
	padding-top: .7em;
}

#awt-credits
{
	position: absolute;
	top: 0; 
	left: 24px;
	width: 22%;
}

#awt-credits p { color: #000; }

#awt-copyright-text
{
	width: 56%;
	margin-left: 22%;
	vertical-align: middle;
	text-align: center;
	color: #000;
	font-size: .85em;
	margin: 0;
	padding: 9px;
	float: left;
}

#awt-security
{
	width: 22%;
	float: right;
}

#awt-credits, #awt-copyright-text, #awt-security { text-align: center; }

#awt-copyright { background: #fff; }
#awt-bottom-nav { background-color: #666; }

