* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
body {
	background: url(../images/grid.jpg) repeat-y;
	font: 11px/1.3 Verdana, Arial, Helvetica, sans-serif;
}
#header {
	background: url(../images/header_stripe.jpg) repeat-x;
}
#menu {
	width: 171px;
	float: left;
}
#sidemenu  a {
	text-transform: uppercase;
	color: #41A1D3;
	background: url(../images/menu_item.jpg) no-repeat;
	text-align: right;
	display: block;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 14px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
}
#sidemenu  a:hover {
	background: url(../images/menu_item_over.jpg);
}

.brc {
	padding-top: 12px;
	padding-left: 12px;
}
#content {
	width: 600px;
	margin-left: 185px;
	margin-top: 20px;
}
h1, h2, h3, h4, p, td {
	color: #2B2257;
	padding-bottom: 10px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	font-style: italic;
}


#content a {
	font-weight: bold;
	color: #524A7B;
}
#content a:hover {
	color: #48AED7;
	text-decoration: none;
}

table {
	margin-bottom: 10px;
	position: static;
	left: auto;
	font-family: Georgia;
	font-size: 12px;
	color: #6699FF;
	background-color: #FFFFCC;
	border-top-color: #F0BF59;
	border-right-color: #F0BF59;
	border-bottom-color: #F0BF59;
	border-left-color: #F0BF59;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
}
td {
	vertical-align: top;
	border-right: 1px solid #F0BF59;
	border-bottom: 1px solid #F0BF59;
	padding: 3px;
}
#footer {
	clear: both;
	margin-left: 185px;
	margin-top: 10px;
	padding-top: 5px;
	font-size: 9px;
	color: #2B2257;
	width: 600px;
	border-top: 1px solid #2B2257;
	padding-bottom: 10px;
}
hr {
	background: #2B2257;
	color: #2B2257;
	height: 1px;
	border: 0;
	margin-bottom: 5px;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	background: #F0BF59;
	padding: 3px;
}
