﻿/* layout */

#header { 
	position: relative; 
	width: 100%; 
	height: 60px; 
	text-align: left;
	margin: 0px; 
	white-space: nowrap;
	}

#back_home {
	margin-left: 204px;
	}
	
#back_home_68 {
	margin-left: 136px;
	}	

#content { 
	position: relative; 
	padding: 0px;
	}

#footer {  
	position: relative; 
	padding: 3px;
	border: 1px solid #ccc;
	text-align: center;
	}	

/* boxes */

.contentbox {
	background: url(../images/content_bg.gif) no-repeat;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: justify;
	margin: 15px 0px 15px 0px;
	}
	
.contentbox {
	background: url(../images/content_bg.gif) no-repeat;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: justify;
	margin: 15px 0px 15px 0px;
	}	

.aboutalert {
	border: 1px dotted #666;
	color:#666;
	padding: 5px;
	margin: 20px 25px 10px 25px;
	}	

td {
	font:11px/14px verdana, arial, helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
	color: #000;
	}

/* legacy styles */

.subtitle {
	font: bold 12px/18px  Verdana, Arial, sans-serif;
	padding: 0px;
	margin:0px 0px 10px 0px;
	color: #666;
	}	
	
.subhead {
	font: bold 12px/18px  Verdana, Arial, sans-serif;
	padding: 0px;
	margin:0px 0px 10px 0px;
	color: #666;
	}		
	
	
