﻿
body {
		margin: 0;
		padding: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:  0.6em;
		color: #000;
        align: center
		}
		
#container {
		margin: 0em;
		background-color: #FCFCEB;
		}
		
#parentmargin {
	margin-right: 15px;
	height: 100%;
	}
		
#banner {
		width: 100%;
		height:57px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		clear: left;
		float: left;
		padding: 0;
		background: #889973 url(images/sagelinkHead.jpg) 100% 0;
		background-repeat: no-repeat;
		}
		
#navigation {
		position: relative;
		width: 100%;
		height: 17;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		background-color: #359EB8;
		padding:3;
		word-spacing: 1.5em;
        text-align: left;
		}
		
#content {
	padding: 5;
	background-color: #FCFCEB;
	text-align: left;
	a: link { color: #00ff00;
	color: #000000;
}
		
#subnav {
		position: relative;
		margin: 52 0 0 0;
		padding-left: 15;
		width: 150;
		background-color: #FCFCEB;
		border: 0;
		line-height: 3.5em;
		font-size: 10px;
		}
		
#flash {
		clear: left;
		float: left;
		width: 150;
		margin: 0;
		padding: 0;
		background-color: #333;
		border: 0;
		}

		
		a:link {
		color: #FFF;
		font-weight: normal;
		text-decoration: none;
		}

		a:active {
		color: #FFF;
		font-weight: normal;
		text-decoration: none;
		}

		a:visited {
		color: #FFF;
		font-weight: normal;
		text-decoration: none;
		}

		a:hover {
		color: #00CCFF;
		font-weight: normal;
		text-decoration: underline;
		}
		
#subnav a:link {
		color: #000000;
		font-weight: normal;
		text-decoration: underline;
		}
		
#subnav	a:visited {
		color: #000000;
		font-weight: normal;
		text-decoration: none;
		}

#subnav a:hover {
		color: #FF6600;
		font-weight: normal;
		text-decoration: none;
		}
		
		
#subnav	a:active {
		color: #000000;
		font-weight: normal;
		text-decoration: none;
		}
		
#footer {
	clear: both;
	float: left;
	background-color: #B1C191;
	border-top: 1px solid #000;
	padding: 3;
	width: 100%;
	z-index: 10;
	}
	
h1 {
	color: #000;
	font-size: 1.2em;
	}
	
	
