body, html
{
	height:100%;
	margin:0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #818181;
}

body
{
	margin:0;
    padding:0;
}

a:link, a:visited	
{
	color: #FF6600;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #FF6600;
	text-decoration: none; 
}

#wrap
{
	position:relative;
    background:#FFFFFF;
	width:100%;
	margin:auto;
	min-height:100%;
}

#970
{
    background:#FFFFFF;
	width:970px;
	height:500px;
	background-color:#999999;
}

* html #wrap
{
	height:100%;
}

#header
{
	font-size:8pt;
	color:#333366;
    background:#F2F2F2 url('../gfx/top-bg.gif') repeat-x;
	height:30px;
	position:absolute;
	width:100%;
	padding-top:3px;
}

#banner
{
    width:100%;
	height:178px;
    background:#006699 url('../gfx/banner-bg.jpg') repeat-x;
}

#banner-content-header
{
	position:relative;
	top:25px;
	margin-left:15%;
	color:#FFFFFF;
	font-size:30px;
    text-align:left;
}

#banner-content
{
	position:relative;
	top:25px;
	color:#CCCCCC;
    font: 12pt/16pt 'Trebuchet MS';
	height:auto;
    margin-left:17%;
	width:600px;
    text-align:left;
}

#logo
{
	position:relative;
	margin:10px 10% 20px 10px;
    text-align:right;
}

#content
{
    font-size: 12pt;
    line-height:15pt;
    text-align:left;
}

#content-box
{
    background:#FFFFFF url('../gfx/content-box-bg.gif') no-repeat;
	padding:10px;
    width:265px;
	height:170px;
    font-size: 11pt;
    text-align:left;
}

.title
{
	font-size: 20px;
    color:#FF7413;
}

.title2
{
	font-size: 18px;
    color:#15425E;
}

#dots
{
    background-image:url('../gfx/dots.gif');
	background-repeat:repeat-x;
}

#clear
{
	height:50px;
	overflow:hidden;
}

#footer
{
    font-size:8pt;
    color:#333366;
    background:#F2F2F2 url('../gfx/bottom-bg.gif') repeat-x;
    height:25px;
	position:absolute;
	bottom:0;
	width:100%;
    text-align:center;
    padding-top:3px;
}

