body {
	padding:0;
	margin:0;
}
h1 {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h2 {
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#2F362F;
}
h3 {
	font:12px Arial, Helvetica, sans-serif;
	line-height:1.75;
}
a:link {
	text-decoration: underline;
	color: #333; 
	font-size: 12px;
}
a:visited {
	text-decoration: underline; 
	color: #333; 
	font-size: 12px; 
}
a:hover {
	text-decoration: underline; 
	color: #b4273c; 
	font-size: 12px; 
}
p,td,li {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:1.75;
}

/* Layout */
#wrapper {
	width: 900px;
	background:#fff;
	margin:0 auto;
	text-align:center;
	border-left:1px solid #5c6a5b;
	border-right:1px solid #5c6a5b;
	border-bottom:1px solid #5c6a5b;
}
#top {
	width:900px;
	height:19px;
	border-bottom:1px solid #fff;
	background:#5c6a5b;
}
#top-border {
	width:900px;
	height:2px;
	border-top:2px solid #5c6a5b;
}
#logo {
	float:left;
	width:270px;
}
#nav {
	float:right;
	margin:25px 40px 0 0;
	text-align:right;
}
#nav .slogan {
	color:#5c6a5b;
	font-size:16px;
	font-weight:bold;
	margin:0;
	line-height:1;
}
#nav .links a {
	font-size:16px;
	font-weight:bold;
	line-height:1;
	text-decoration:none;
}
#nav .links a:hover {
	color:#b4273c;
}
#nav .on {
	color:#b4273c;
}
#description {
	clear:both;
	height:25px;
	text-align:left;
	padding-left:30px;
}
#picture {
	border-top:1px solid #000;
}
#copy {
	float:left;
	width:555px;
	padding:20px 30px 30px 30px;
	background:url(../images/gradient.gif) repeat-x;
	text-align:left;
}
#copy ul {
	margin:3px 0 0 0;
	padding-left:25px;
}
#copy ul li {
	list-style:square;
	color:#333;
}
#copy ul li a {
	text-decoration:underline;
	color:#333;
}
#copy ul li a:hover {
	color: #b4273c;
}
#sidebar {
	float:left;
	text-align:left;
	padding:20px 0 0 45px;
	background:url(../images/shadow.gif) top left repeat-y;
}
#copyright, #copyright a {
	width:900px;
	margin:0 auto;
	text-align:right;
	font:9px Arial, Helvetica, sans-serif;
	padding:5px 0 5px 0;
	text-decoration:none;
	color:#5c6a5b;
}
#copyright a:hover {
	color:#000;
}
.clearer {
	clear:both;
}
.rule {
	border-bottom:1px solid #5c6a5b;
}
.head {
	font-weight:bold;
	margin:10px 0 5px 0;
	border-bottom:1px solid #ccc;
	color: #333;
}
/* Form Styles */
.t-data {
	width:278px;
	background:#fff;
	border:1px solid #5c6a5b;
}
.t-width {
	width:120px;
}
.comments  {
	width:400px;
	height:100px;
	background:#fff;
	border:1px solid #5c6a5b;
}
.button {
	background:#5c6a5b;
	border:1px solid #5c6a5b;
	color:#fff;
}