/*******************************************************
TITLE: Fixed One-Column Layout (Basic) V1.1
DATE: 20070824
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:.5em;
padding:0;
height:100%;
background-color:#ffffff;
color:#000000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

a {
	color:#f26122;
	text-decoration:underline;
}

a:hover {
color:#cccccc;
text-decoration:none;
}

p {
margin:6px 0;
}

blockquote {
	margin:12px;
	padding:6px;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}

ul {
list-style-type:disc;
}

li {
margin:0 0 0 25px;
list-style-type:disc;
}

#centerColumn {
	margin:0 auto;
	width:759px;
	text-align:left;
	vertical-align: middle;
	background-color:#ffffff;
	background-image: url(images/round-top.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 1em 1em 0em 1em;
}

#centerColumn h2 {
margin:0 0 0 0;
padding:6px 0;
font-size:1.2em;
letter-spacing:.1em;
}

#header {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:50px;
	background-color:#ffffff;
}

#fauxRightColumn {
	position:relative;
	float:right;
	margin:.5em 0 .5em 1em;
	padding:0 .7em .25em .7em;
	width:11em;
	font-size:0.9em;
	border:1px solid #959595;
	background-color: #EEE9DF;
}

#fauxRightColumn h2 {
font-size:.9em;
}

#nav ul {
margin:0;
list-style:none;
}

#nav li {
margin:0 0 8px 0;
list-style:none;
}

#nav li a {
text-decoration:underline;
}

#nav li a:hover{
text-decoration:none;
}

#footer {
	position:relative;
	bottom:0;
	margin:20px 0 0 0;
	padding:0;
	height:24px;
	line-height:normal;
	text-align:center;
	font-size:0.7em;
	background-color:#ffffff;
	border-top:1px solid #cccccc;
}
