body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 12px;
}
body {
	background-color: #45556A;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
a { color: #B60000; }
a:hover { color: #F13F3F }
a:active { color: #000000 }
a:visited { color: #B60000 }

td {
	vertical-align: top;
}
#wrapper {
	width: 740px;
	background-color: #EEEEEE;
	border: 1px solid #26292E;
}
#sidebar {
	background-color: #BFBFBF;
	border-right: 1px solid #26292E;
	width:171px;
}

#menubar a {
	border-bottom: 3px solid #EEEEEE;
	text-decoration: none;
}
#menubar a:HOVER {
	border-bottom: 3px solid #97D1EA;
}

#content {
	padding: 12px;
	line-height: 150%;
	text-align: left;
	background-image: url(images/gcbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer {
	padding: 12px;
	background-color: #D6D6D6;
	color: #545454;
	font-size: 11px;
}