/* @override http://simonsarchitects.com/css/styles.css */

/* @override http://simonsarchitects.com/css/styles.css */

@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #7b7c78;
	font-family: "Century Gothic", Arial, Helvetica, Geneva, sans-serif;
}

p, h1 {
	font-family: "Century Gothic", Arial, Helvetica, Geneva, sans-serif;
}
.oneColFixCtr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
 margin: 0 /* the auto margins (in conjunction with a width) center the page */
 border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #top {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	clear:both;
}
.oneColFixCtr #logo {
	width: 264px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:left;
}
.oneColFixCtr #mainContent {
	margin-left:300px;
	width:430px;
	padding-bottom:75px;
	float:left;
	margin-top:15px;
}
.oneColFixCtr #mainContent h1 {
	font-size:18px;
	text-transform: lowercase;
}
.oneColFixCtr #mainContent p {
	font-size:12px;
}
.oneColFixCtr #mainContent h6 {
	font-size:10px;
	font-weight:normal;
}
.oneColFixCtr #sidebar {
	margin-left:0px;
	width:200px;
	float:left;
	padding-left:20px;
	margin-top:30px;
}
.oneColFixCtr #sidebar h1 {
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
}
.oneColFixCtr #sidebar p {
	font-size:12px;
}
.oneColFixCtr #sidebar a {
	color:#232323;
	text-decoration:none;
}
.oneColFixCtr #sidebar a:hover {
	color:#232323;
	text-decoration:underline;
}
.oneColFixCtr #footer {
	margin:0;
	padding-bottom: 30px;
	margin-left:300px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	clear:both;
	color:#7a7a7a;
}
.oneColFixCtr #footer p {
	font-size:12px;
}
#news {
	position:absolute;
	left:20px;
	top:368px;
	width:220px;
	height:867px;
	z-index:1;
	padding-top:0;
}
#news p {
	font: 10px "Century Gothic", Arial, Helvetica, Geneva, sans-serif;
}
#news h1 {
	text-transform: lowercase;
	font: normal 14px "Century Gothic", Arial, Helvetica, Geneva, sans-serif;}
.oneColFixCtr #container #mainContent ul {
	font-size: 12px;
	color: #000000;
	list-style-type: none;
}
.oneColFixCtr #container #mainContent a {
	color: #323232;
}
.oneColFixCtr #container #mainContent a:hover {
}
.oneColFixCtr #container #top #menuwrapper #p7menubar a {
}
.text {
	font: 12px "Century Gothic", Arial, Helvetica, Geneva, sans-serif;
}

#mainContent table tbody tr td strong {
	font: 12px "Century Gothic", Arial, Helvetica, Geneva, sans-serif;
}
