/* CSS Document */

	html {
		height:100%;
		overflow:auto;
		}

	body {
		background-image:url(images/bg12.jpg);
		background-repeat:repeat;
		background-position:top center;		
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		font-size:14px;
		line-height:18px;
		}
		
	#pagewrapper {	
		width:800px;
		margin-top:20px;
		margin-bottom:20px;
		background:#FFFFFF;
		border-left:1px solid #666666;
		border-right:1px solid #666666;
		border-bottom:1px solid #666666;
		}
		
	a:link { 
		color:#990000;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
		}  
		
	a:visited { 
		color: #990000;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px; 
		font-weight:bold;
		text-decoration:none;
		} 
		
	a:hover { 
		color: #333333;
		}
		
	a.footer:link { 
		color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		font-weight:normal;
		text-decoration:none;
		}  
		
	a.footer:visited { 
		color: #FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px; 
		font-weight:normal;
		text-decoration:none;
		} 
		
	a.footer:hover { 
		color: #CCCCCC;
		}
		
	#maincontent {	
		width:800px;
		background:url(images/content_bg.jpg);
		background-position:top center;
		background-repeat:repeat-y;
		}
		
	#header {	
		width:800px;
		height:150px;
		background:#FFFFFF;
		border-bottom:1px solid #666666;
		}
		
	#whitebartop {	
		width:800px;
		height:5px;
		background:#FFFFFF;
		border-bottom:1px solid #666666;
		}
				
	#navbar {	
		width:800px;
		height:40px;
		background:#990000;
		border-bottom:1px solid #666666;
		}		
		
	#whitebarbottom {	
		width:800px;
		height:5px;
		background:#FFFFFF;
		border-bottom:1px solid #666666;
		}
				
	#footer {	
		width:800px;
		height:40px;
		background:#b68a49;
		border-top:1px solid #666666;
		}
		
	td {
		text-align:left;	
	}
					
	.header {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:15px;
		font-weight:bold;
	}
	.redsubheader {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		font-weight:bold;
		color:#990000;
	}					
	.subheader {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		font-weight:bold;
		color:#434360;
	}
	.emphasis {
		font-weight:bold;
		font-style:italic;
		color:#333333;
	}
	.quote {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		font-style:italic;
		color:#990000;
	}
	.caption {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		line-height:13px;
		color:#000000;
	}
	.footer {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		font-weight:normal;
		color:#ffffff;
	}
	
					
	.tbl a {
		width:100%;
		line-height:40px;
		display:block;
		text-align:center;
		text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#FFFFFF;
		}
		
	.tbl a:hover {
		text-decoration:none;
		display:block;
		line-height:40px;
		background-color:#b68a49;
		color:#FFFFFF;
		}

	