/* CSS Document */

body{
	font-family: "Avant Garde", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style: normal;
	color: #000000;
	line-height:20px;
	background-color:#013B60;
	}

h1{
	font-family: "avant garde", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:22px;
	color:#013B60;
	text-align:center;
	}

h1 a:link, .h1 a:visited,.atty a:link,.atty a:visited, .copy a:link, .copy a:visited{
	text-decoration: none;
	color:#6B6B6B;
	}
		
h1 a:hover,.atty a:hover, .on, .atty p, .copy a:hover{
	text-decoration: none;
	color:#013B60;
	}

ul{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	}	
	
/* Page Layout */
#wrapper{
	height:auto;
	width: 800px;
	margin:auto;
	background-color:#FFFFFF;
	}
	
#header{
	height:75px;
	width:760px;
	margin:0 20px 0 20px;
	}
	
.logo{
	float: right;
	height:75px;
	width:200px;
	margin:20px 0 0 0;
	}

#livearea{
	height:auto;
	width: 760px;
	margin:35px 20px 0 20px;
	}
	
.grey{
	height:15px;
	width:760px;
	background-image: url(images/grey.gif);
	background-repeat: repeat;	
	}
	
.white{
	height:20px;
	width:760px;
	background-color:#FFFFFF;
	}
	
#navigation{
	height:30px;
	width:760px;
	margin: 5px 0 0 0;
	background-color:#013B60;
	}

.img{
	height:150px;
	width:760px;
	margin: 5px 0 0 0;
	}

.tag{
	height:20px;
	margin: 10px 0 0 0;
	}

.copy{
	height:auto;
	width:760px;
	margin:10px 0 0 0;
	}

.copy ul{
	margin: 5px 0 0 0;
	}
	
.copy li{
	margin:0 0 0 5px;
	}
	
.copytrans{
	height:auto;
	width:760px;
	margin:10px 0 0 0;
	}
	
.copytrans li{
	margin:10px 0 0 5px;
	}
	
		
.copyatty{
	float:right;
	height:auto;
	width:575px;
	margin:10px 10px 25px 0;
	}
	
	
.atty{
	float:left;
	height:100px;
	width:130px;
	margin:5px 25px 0 5px;
	}

.atty li{
	margin:5px 0 0 0;
	}
	
.ital{
	font-style: italic;
	}
	
					
/* Footer */

#footer{
	clear:both;
	height:25px;
	width:760px;
	font-size:11px;
	line-height:25px;
	color:#FFFFFF;
	margin: 15px 0 0 0;
	background-image: url(images/blue.gif);
	background-repeat: repeat;
	}

.left{
	float:left;
	margin:0 0 0 15px;
	}

.left a:link{
	text-decoration: none;
	color:#D3D3D3;
	}

.left a:hover{
	color:#FFFFFF;
	}

.left a:visited{
	color:#D3D3D3;
	}
			
.right{
	float:right;
	margin:0 15px 0 0 ;
	}
	
.copyright{
	font-size:10px;
	}

.dash{
	color:#FFFFFF;
	}
	
/* IE Hacks */

*html #livearea{
	margin:15px 20px 0 20px;
	}

	
