/****** @import Must be at top of page ******/

@import url("category.css"); /* Category */
@import url("images.css"); /* Images */
@import url("members.css"); /* Members */
@import url("navigation.css"); /* Navigation */
@import url("table.css"); /* Table */

/****** Body ******/	

body {
	margin: 12px 0 0 0; /* Top, Right, Bottom, Left */
	padding: 0 0 0 0; /* Top, Right, Bottom, Left */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D3DAE2;
	background-image: url(../images/tile.jpg);
	background-repeat: repeat;
	}

/****** Header Image ******/	

#header {
	width: 900px;
	display: block; /* fixes gap problem for replaced inline element in xhtml */
	border-bottom: 1px solid #666666;
	}

/****** Container ******/	

#container {
	margin: auto;
	width: 900px;
	background-color: #CEE6F2;
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 2px solid #333333;		
	}		

/****** Content ******/

#content {
	width: 800px;
	margin: auto; /* Top, Right, Bottom, Left */
	padding: 20px 0 160px 0; /* Top, Right, Bottom, Left */	
	}	

/****** Footer ******/		

#footer {
	width: 900px;
	margin: auto;
	padding: 6px 0 6px 0; /* Top, Right, Bottom, Left */
	font-size: 11px;	
	font-weight: normal;
	color: #FFFFFF; 	
	text-align: center;
	}
		
#footer a:link, #footer a:visited {
	font-size: 11px;	
	font-weight: normal;		
	text-decoration: none;
	color: #FFFFFF; 
	}

#footer a:hover, #footer a:visited:hover {
	font-size: 11px;	
	font-weight: normal;	
	text-decoration: underline;
	color: #FFFFFF; 
	}		
	
/****** HTML Tags ******/	

h1 {
	margin: 0 0 8px 0; /* Top, Right, Bottom, Left */
	font-size: 20px;
	font-weight: bold;
	color: #19407B;
	}
	
h2 {
	margin: 0 0 8px 0; /* Top, Right, Bottom, Left */
	padding: 0; 
	font-size: 16px;
	font-weight: bold;
	line-height: normal;	
	color: #19407B;
	}
	
h3 {
	margin: 0 0 4px 0; /* Top, Right, Bottom, Left */
	padding: 0;
	font-size: 12px;
	font-weight: bold;	
	color: #19407B;						
	}
	
p {
	margin: 0 0 18px 0; /* Top, Right, Bottom, Left */
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	color: #000000;		
	}	
	
strong {
	font-size: 12px;
	line-height: 20px;
	color: #000000;	
	}	

ul {
	padding: 0; /* Top, Right, Bottom, Left */
	margin: 0 0 12px 18px; /* Top, Right, Bottom, Left */	
	}

li {
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	list-style: disc;	
	list-style-position: outside;
	}
	

/****** Default Links ******/

a:link, a:visited {
	color: #19407B;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;		
	}

a:hover, a:visited:hover {	
	color: #BE442C;	 
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;		
	}		

/****** Clear All ******/
	
#clear {
clear: both;
	}

.clear {
clear: both;
	}
