﻿/*

	CSS of OAS STAFF Federal Credit Union
	November, 2007
	(c) 2007 American Technology Services
	XHTML/CSS by Todor Iliev

*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
	
img {
	border: 0;
	}

#wrapper {
	}
	
#logo {
	}
	
#linksSection, #imageSection, #imageSectionHome, #leftColumn, #rightColumn {
	display: none;
	}
	
#contentHome, #content {
	clear: both;
	margin: 10px 0 0 10px;
	padding: 0 0 30px 0;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	}
	
#footer {
	margin: 10px;
	}