 /* <-----Page-------> */
html, body{ 
 margin-top: 10px; 
 padding:0; 
 font-family: verdana, helvetica, arial black;
 font-size: 8pt; 
 
 } 
 /* <-----Default Links-------> */
a:link{ 
	color: #cc0000;
	text-decoration: none;
	page-break-after: always;
	}

a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover, a:active {
	color: #cc0000;
	background-color: #fff;
	text-decoration: underline;

	}

/* <-----Nav-------> */

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background: #000099;
color: #fff;
text-align: left; 
width: 100%;
font-family: tahoma;
font-weight: bold;
border-bottom: 6px solid #cc0000;
border-top: 0px solid #fff;
font-size: 10pt;
height: 1.75em;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.3em 1em;
background-color: #000099;
color: #fff;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover 
{
background-color: #0000dd;
color: #fff;
}  
#navcontainer ul li a#current
{
background-color: #cc0000;
color: #fff;
}


#pagewidth{ 
 width: 100%; 
 text-align:left; 
 min-width: 650px;
 margin-right:auto; margin-left:auto; 
 margin-top: 0px;
} 
 
#header{ 
 height:5px; 
 width:100%; 
 background-color:#fff; 
 } 
 
#outer{ 
 border:solid white 0px; 
 background-color: #FFFFFF; /* center column colour */ 
 width: auto; 
 } 
 
#footer{
 height:25px; 
 width:100%; 
 background-color:#000099; 
 color: #fff;
 font-size: 10pt;
 padding: 5px;
 border-bottom: 2px solid #cc0000;
} 
#footer a:link{ 
	color: #fff;
	text-decoration: none;
	page-break-after: always;
	}

#footer a:visited {
	color: #0099ff;
	text-decoration: none;
	}

#footer a:hover, a:active {
	color: #fff;
    background-color: #000099;
	text-decoration: underline;
	}

.cd{
 height:0px; 
 width:100%; 
 background-color:#fff; 
 color: #000;
 font-family: tahoma;
 font-weight: bold;
 font-size: 11pt;
 padding: 5px;
 border: 0px solid #333;
}
.h1{
 height:10px; 
 width:100%; 
 background-color:#fff; 
 color: #000099;
 font-family: tahoma;
 font-weight: bold;
 font-size: 11pt;
 padding-left: 0px;
 padding-right: 5px;
 padding-top: 5px;
 padding-bottom: 15px;
 border-bottom: 0px solid #000;
 border-top: 0px solid #fff;
}
.h12{
 height:10px; 
 width:75%; 
 background-color:#fff; 
 color: #000099;
 font-family: tahoma;
 font-weight: bold;
 font-size: 11pt;
 padding-left: 0px;
 padding-right: 5px;
 padding-top: 50px;
 padding-bottom: 10px;
 border-bottom: 0px solid #000;
 border-top: 0px solid #fff;
}

.list {
	font-size: 8pt;
	color: #000;
	text-align: left;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 13px; 
    	padding: 10px;
	background: #fff url('images/fla_arrow.gif') no-repeat;
	border: 0px solid #000ff;
		 
		 }
.list li { 
list-style-type: none;
background: #fff url('images/fla_arrow.gif') no-repeat;
}

#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 padding: 10px;
 }
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{
border-top: 0px solid #fff; 
padding-top: 20px; 
padding-left: 10px; 
padding-right: 10px;
padding-bottom: 10px;  
padding:10px; 
color: #000; 
font-size: 8pt; 
background: #fff;
line-height: 20px;

} /*padding for content */ 

.contentr{color: #000; 
font-size: 8pt; 
padding:5px; color: #000; text-align: right;} /*padding for content */ 

#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
#content li{
line-height: 20px;
padding-left: -5px;
}
/*<----End----->*/



