	
	body {
		background-image: url(images/bg2.jpg);
		background-repeat: repeat-y;
		background-position: center top;
		background-color: #fff;
		color:#111;
		font: 75%/1.5em Arial, Verdana, Helvetica, sans-serif;
		text-align: center;
		margin: 0px;
		padding: 0px;
		}
	
	#container {
		background: url() 0% 100% repeat-x;
		}
	
	#wrapper {
		text-align: left;
		margin: 0 auto 0 auto;
		padding:0;
		background-color:#5e5d5d;
		width: 720px;
		}
	
	#header {
		background: url(images/header.jpg) 50% 0% no-repeat;
		width: 720px;
		height: 136px;
		}
	
	#content {
		background: #fff;
		width: 720px;
		margin: 0px 0 0 0px;
		color: #333;
		font-size: 12px;
		line-height: 18px;
		background-image:url(images/content_bg.jpg);
		}
		

	h1 {
		font-size:14px;
           color: #aa0404;
           margin-top:0px;
           margin-bottom: 0px;
      }

		
	ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
	li {
		background-image:url(images/bullet.jpg);
		background-position:0 0.3em;
		background-repeat:no-repeat;
		padding:0 0 0 25px;
		}

	
	#col-1 {
		width: 720px;
		float: left;		
		margin-left: 0px;
		margin-top: 0px;
		background-color:#5e5d5d;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFFFFF;
		}
		
	#col-1 a {
		color: #000;
		text-decoration:none;
		}
	
	#col-1 a:hover {
		color: #454545;
		text-decoration:none;
		}
		
		
				
	#col-1 .img-border {
		padding: 3px;
		margin:3px;
		border: 1px solid #94938f;
		background: #666666;
		float: left;
		}		
		
	#col-1 a img {
		padding: 3px;
		margin:3px;
		border: 1px solid #94938f;
		background: #333333;
		}
	
	#col-1 a:hover img {
		padding: 3px;
		margin:3px;
		border: 1px solid #454545;
		background: #000;
		}
		
			
		
		
		
	#col-2 {
		width: 720px;
		float: left;
		margin-top: 0px;
		margin-left: 0px;
		background-color:#000000;
		}
		
	#col-2 a {
		color: #aa0404;
		text-decoration:none;
		}
	
	#col-2 a:hover {
		color: #ce8003;
		text-decoration:none;
		}
		
	#col-3{
		width: 780px;
		float: left;
		margin-top: 0px;
		margin-left: 0px;
		font-size: 14px;
		color: #000;
		line-height: 15px;
		}
		
		
	#footer {
		background-color:#000000;
		height: 70px;		
		width: 720px;		
		}		
	
	#footer a {
		color: #aa0404;
		text-decoration:none;
		}
	
	#footer a:hover {
		color: #666666;
		text-decoration:none;
		}
		
	.head {
		color: #fff;
		font-family: Verdana;
		font-size: 15px;
		line-height: 20px;
		font-weight:800;
		font-style:italic;
		}
	
	.subhead {
		color: #aa0404;
		font-family: Verdana;
		font-size: 11px;
		line-height: 20px;
		font-weight:800;
		}
		
	.content {
		font-family: Verdana;
		font-size: 11px;
		line-height: 15px;
		}
	
	
	.spacer {
		clear: both;
		}
		
	.copyright {
		font-size: 10px;	
		font-family: Verdana;	
		margin: 0px;
		padding: 0px;
		color: #fff;
		font-weight:800;
		line-height: 15px;		
		}
		
		
	#tableBorder{
		border:solid;
		border-style:solid;
		border-width:1px;
		border-color:#000000;
		}
				
		
