/*******************************************************
TITLE: Fixed One-Column Layout (Basic) V1.1
DATE: 20070824
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;background-image:transparent;}:focus{outline:0;}body{line-height:1;}ol,ul{list-style:none;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}

body {
	margin:0;
	padding:0;
	height:100%;
	background:#fff repeat-x center top;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a {
	color:#49176e;
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a:visited {
	color: #999;
}
p {
	margin:12px 0;
	color: #414141;
	line-height: 1.4em;
}
blockquote {
	margin:16px;
	padding:8px;
	background-color:#eee;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
blockquote p {
	margin:.2em;
}
ul {
	list-style-type:disc;
	color: #414141;
	margin: 0;
	line-height: 1.4em;
}
li {
	margin:0 0 0 25px;
	list-style-type:disc;
}
.left {
	float: left;
}
.spacer {
	clear:both;
	line-height: 1px;
}
.container {
	margin: 0 auto;
	width: 914px;
	border: 1px solid #939193;
}
.centerColumn {
	padding: 20px;
	text-align:left;
	vertical-align: middle;
	min-height: 352px;
}
/* for Internet Explorer */
/*\*/
* html .centerColumn {
	height: 352px;
}
/**/

.centerColumn h2 {
	margin:6px 0;
	font-size:2em;
	color: #000;
	font-weight: bold;
	letter-spacing: -.05em;	
}
.centerColumn h3 {
	margin:6px 0;
	font-size:1.8em;
	color: ##000;
	letter-spacing: -.05em;	
	font-weight: bold;
}
#header {
	margin:0 auto;
	padding:0;
	width: 938px;
}
#header h1 {
	margin:0 0 -8px 0;
	padding:16px 0 0 24px;
	font-size:1.7em;
	letter-spacing:.1em;
}
#header h2 {
	margin:0 0 0 0;
	padding:16px 0 0 24px;
	font-size:.9em;
	font-weight:lighter;
	letter-spacing:.1em;
}
#fauxRightColumn {
	position:relative;
	float:right;
	margin:.5em 0 0 .5em;
	padding:0 .7em .25em .7em;
	width:11em;
	font-size:.9em;
	background-color:#ffffff;
	border:1px solid #cccccc;
}
#fauxRightColumn h2 {
	font-size:.9em;
}
#nav {
	background: url(../images/nav_bg.gif) repeat-x;
	height: 28px;
}
#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 {
	background: #fff url(../images/footer_bg.gif) repeat-x;
	padding: 0px;
	margin: 0 auto;
	height: 123px;
	clear: center;
}

