
body
{
	margin:0;
	padding:0;
	color: #444;
	background: #eee;

	font-size: 12px;
	font-family: "Lucinda Grande", verdana, helvetica, sans-serif;
	text-align:center;
}


/*  General tag styles  */

h1, h2, h3, h4, h5, h6
{
	color: #000;
	margin: 1.2em 0 0em 0;
	clear: both;
}

img { border:none 0; }

hr
{
	margin:6px;
	border: 1px solid #ccc;
	width:196px;
	clear: both;
}

form
{
	margin:0;
	padding:0;
}

input, select, textarea
{
	margin:0;
	padding:0;
	font-family: "Lucinda Grande", verdana, helvetica, sans-serif;
	color: #545454;
	border: 1px solid #bbb;
}

a,
a:active,
a:visited
{
	color: #800;
	text-decoration: none;
	background-repeat: no-repeat;
}

a:hover
{
	color: #f80;
}


/* Boxes layout styles*/

#header
{
	position:relative;
	overflow:visible;
	margin: 0px auto;
	margin-bottom: 3px;
	width: 779px;
	height: 97px;
	text-align: left;
	font-size: 20px;
	background: #fff url(img/top_plate_solid.png) left top no-repeat;
}

#logo
{
	position:absolute;
	top: 16px;
	left: 14px;
	padding:0;
}

#tagline
{
	position:absolute;
	top: 30px;
	right: 54px;
	padding:0;
}

#redbar
{
	position:relative;
	overflow:visible;
	margin: 0px 0px;
	width: 100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	background: #a00 url(img/red_bar_grey.png) left bottom repeat-x;
}

#redbar a,
#redbar a:active,
#redbar a:visited
{
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
}

#redbar a:hover
{
	color: #f80;
}

#redbar ul
{
	display:block;
	position: relative;
	top:-3px;
	list-style:none;
	width:auto;
	margin: 0px auto;
	padding:0;
}

#redbar li
{
	display:inline;
	width:auto;
	margin: 0px 28px;
	text-align: left;
}


#mainframe
{
	position:relative;
	top:-6px;	
	margin: 0px auto;
	width: 751px;
	text-align: left;
	background: #fff url(img/bg_grey.png) left top repeat-y;
}
#p_header
{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:12px;
	background: url(img/bg_top.gif) left top no-repeat;
}

#p_footer
{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:16px;
	background: url(img/bg_bottom.png) left bottom no-repeat;
}

#main
{
	padding: 24px 32px;
}

#mainframe h1
{
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;
}

#mainframe p, .para
{
	line-height:18px;
	margin: 0px 0px 16px 242px;
}

#mainframe h2
{
	margin: 16px 0px 0px 242px;
	font-size: 14px;
	font-weight: bold;
}

#mainframe p.ingress
{
	font-weight: bold;
	margin: 16px 0px 16px 0px;
}

#mainframe img
{
	margin: 4px 0 20px 0;
}

.lefty {float:left; clear:both}
.frame {border: solid 1px #aaa;}

#mainframe ul
{
	margin:0;
	padding: 0 0 0 1.5em;
	list-style:square;
	line-height:27px;
}

#copyline
{
	position:relative;
	top:-6px;	
	margin: 0px auto;
	width: 731px;
	color:#999;	
	font-size:10px;
	text-align:right;
}