/* CSS Document */

body	{
	font-size:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background:#a1a4b1;
	text-align:center;
	}

*	{
	margin:0;
	padding:0;
	}
	
h1	{
	font-size: 1.5em;
	color: #383838;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDCA0F;
	width: 500px;
	
	}

h2	{
	width:98%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#2f418a;
	border-bottom:solid 1px #f5bf04;
	margin-bottom:5px;
	}
	
h3	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#2f418a;
	}


/* ------------ Layout --------------------- */

#wrapper	{
	width:921px;
	margin:0 auto;
	background:url(../images/content.gif);
	background-repeat:repeat-y;
	}

#flashHead	{
	width:921px;
	height:109px;
	}
#menu	{
	width:921px;
	height:33px;
	}
#titleBar	{
	width:921px;
	height:74px;
	background:url(../images/pgTitle.gif);
	background-repeat:no-repeat;
	text-align:center;
	}

#content	{
	width:821px;
	text-align:left;
	margin:5px 50px 15px;
	font-size:.92em;
	color:#333333;
	line-height:1.3em;
	}

#content a:link	{
	color:#FF6600;
	}

#content a:visited	{
	color:#FF6600;
	}
	
#content a:hover	{
	color:#FF0000;
	}
	
#content a:active	{
	color:#FF6600;
	}

#footer	{
	width:921px;
	height:94px;
	background:url(../images/footer.gif);
	background-repeat:no-repeat;
	position:relative;
	}
#footerText	{
	font-size:.65em !important;
	position:absolute;
	top: 57px;
	right: 263px;
	width: 375px;
	}
	
#footerText	a:link {
	color:#003399 !important;
	text-decoration:none;
	}

#footerText	a:visited {
	color:#003399 !important;
	text-decoration:none;
	}

#footerText	a:hover {
	color:#FF6600 !important;
	text-decoration:underline;
	}
#footerText	a:active  {
	color:#003399 !important;
	text-decoration:none;
	}
