
body {
	margin:0 0 10px 0;
	background:url(../images/bg.jpg) repeat-x white;
	font-family:Arial;
	overflow:scroll;
}
html{
	
}

#headerFlash{
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	display:block;
	z-index:100000000;
	
	display:none;
	
}



p {/*these paragraph rules make line spacing as similar as they can be between ie and ff*/
	margin: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	line-height: 1.3em;
}

h1 + p{	margin:-0.2em 0 0 0;}

h2 + p{	margin:-0.2em 0 0 0;}

h3 + p{	margin:-0.2em 0 0 0;}

h1{
	padding:0;
	margin: 5px 0px -3px 0px;
	font-size:20px;
	color:#006699;
}
h2{
	padding:0;
	margin: 5px 0px -3px 0px;
	font-size:16px;
	color:#006699;
}
h3{
	padding:0;
	margin: 5px 0px -3px 0px;
	font-size:14px;
	color:#006699;
}

a:link, a:active, a:visited{
	text-decoration: none;
}

a:visited{ }

a:hover{ text-decoration: none; }

#wrapper{
	width:796px;
	display:block;
	position:relative;
	padding:71px 0 0 0;
	background:url(../images/bg2.jpg);
}

#branding{
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	width:100%;
}

#branding img{border:0;}

#bannerFlashDiv img{border:0;}

#bannerFlashDiv{
	width:623px;
	height:118px;
	display:block;
	position:relative;
}

#navigation{
	width:150px;
	
	display:block;
	position:absolute;
	float:left;
	background:#376188 url(../images/navigationTopBG.jpg) no-repeat ;
	margin:0 0 0 -152px;
	padding:15px 0 0 0 ;
	
}
/*
#navigation a{
	display:block;
	color:white;
	font:12px bold;
	text-decoration:none;
	font-family:arial;
	padding:2px 2px 2px 12px;
	background:url(../images/divider.jpg) left bottom no-repeat;
	
}

#navigation a:hover{ background:#507BA5; }*/

#innerWrapper{
	width:633px;
	position:relative;
	display:block;
	text-align:left;
	padding:0 0px 0 163px;
	border:0px blue dotted;
	overflow:hidden;
}

#footer{
	width:796px;
	display:block;
	position:relative;
	height:35px;
	background:url(../images/footer.gif) no-repeat;
}

#content{
	width:574px;
	padding:20px 25px 20px 25px;
	font-size:12px;
	color:#666666;
	min-height:380px;
	overflow:auto;
}

#content a{
	font-weight:bolder;
	color:#910301;
	text-decoration:underline;
	
}

#content a:hover{ text-decoration:none;}

#content a:visited{	color:#660000; }
