*{margin:0; padding:0;}

/* BODY */

body {
	background-color: #FFFFFF;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif; 
	font-size: 12px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	}
	
/* HEADERS */

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}

/* IMAGES */

img{ border: none; padding:0; }
img a{border:none;}

/* LINKS */

a {
	color: #336699;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}

/* CONTAINER */

#container {
	width: 970px;
	margin: 0 auto;
	padding:0;
	background-color: #FFFFFF;
	overflow: hidden;
	}
	
#footer {
	width: 970px;
	height: 76px;
	margin: 0 auto;
	vertical-align: middle;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	}
	
#bottomlinks {
	float: left;
	width:440px;
	overflow: hidden;
	padding-left: 35px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#bottomlinks a{
	color: #CCCCCC;
	text-decoration: none;
	}
	
#bottomlinks a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}

#contactinfo {
	float: right;
	width: 220px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 35px;
	padding-top: 12px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
/* COLUMNS */

#content {
	float: center;
	width:730px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
#text {
	float: left;
	width:566px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
	}

#banners {
	float: right;
	width: 154px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 42px;
	padding-bottom: 0px;
	background-image: url(images/bannerback.jpg);
	background-repeat: no-repeat;
	text-align: center;
	}
	
#sidebar {
	float:left;
	width:224px;
	padding-top: 20px;
	background-image: url(images/menuback.jpg);
	background-repeat: no-repeat;
	}
	
#sidebar p {
	margin-left:22px;
	margin-bottom:2px;
	}
	
#sidebar b {
	margin-left:22px;
	margin-bottom:10px;
	}
	
#header {
	width: 970px;
	height: 210px;
	background: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}
	
#header2 {
	width: 970px;
	height: 210px;
	background: #FFFFFF;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	}
