*{
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

h1, h2 {
	color: #000000;
	font-family: Calibri, Verdana, sans-serif;
	margin: 20px 0 10px;
	font-size: 16pt;
}

h1 {
	font-size: 16pt;
	font-family: Calibri, Verdana, sans-serif;
	color: #000000;
}

p {
	margin: 10px 0;
	padding: 0;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 12pt;
	color: #000000;
}

blockquote {
	font-style: italic;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 12pt;
	color: #977348;	
}

#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
}

#header-container {
	height: 75px;
	background-repeat: repeat-x;
	background-position: left;
	background-image:url(../images/header.png)
}

#header {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	color: #beffbf;
	text-align: right;
	width: 290px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 20px;
}

#header h1 em{
	color: #90b874;
	font-size: small;
	display: block;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 35px;
	right: 0;
}

#header ul li {
	float: left;
	margin-right: 5px;
}

#header ul li a{
	color: #90b874;
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
}

#header ul li a:hover {
	color: #beffbf;	
}

#container {
	width: 940px;
	overflow: auto;
	height: 450px;
	padding-top: 30px;
}

#content {
	float: right;
	width: 750px;
	top: 200px;
}

#sidebar {
	float: left;
	width: 121px;
	background-image: url(../images/menubckgrnd.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
}

#alternate {
	float: right;
	width: 940px;
	top: 200px;
}

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;	
}

#footer-container {
	height: 75px;
	background-image:url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

f {
	margin: 10px 0;
	padding: 0;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

a {
	font-family:Calibri, Verdana, sans-serif;
	font-size:12pt;
	color: #0000A8;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color:#0000A8;
	text-decoration:none;	
}

a:hover {
	text-decoration: none; 
	color: #000066;
	font-weight:bold;
}

#aboutus {
	width: 125px;
	float: right;
	padding-left: 35px;
}

table{
	vertical-align:middle;
	height:100%;
	margin: 0 auto;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}


#quotebox {
	width: 125px;
	float: right;
	padding-left: 20px;
	margin: 10px;
	background-image: url(../images/quotebckgrnd.png);
	background-repeat: repeat-y;
}
