@charset "utf-8";
/* CSS Document */

/* Main Elements */
body {
	background: #DDDDDD;
	margin: 10px auto;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
#layout {
	border-collapse: collapse;
	width: 100%;
}
#layout td {
	vertical-align: top;
}

/* Sidebar */
#sidebar {
	background: #E11700 url(images/spacer.gif) repeat-y left;
	width: 250px !important;
	padding: 0;
	text-align: center;
}
#sidebar img {
	border: 0;
}

/* Menu */
#menu {
	border-collapse: collapse;
	margin-top: 50px;
	width: 100%;
}
#menu td {
	padding-left: 35px;
	text-align: left;
}
#menu a {
	background: #ca1500;
	display: block;
	width: 196px;
	padding: 5px 7px;
	margin-bottom: 1px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}
#menu a:hover {
	background: #ed1800;
}

/* Main Content */
#main {
	padding: 0;
	padding-left: 10px;
}
#mainContent {
	background: #FFFFFF;
	border: 5px dashed #EEEEEE;
	padding: 20px;
	height: 450px;
	font-size: 9pt;
}

/* Footer */
#footer {
	width: 100%;
}
#footer td {
	text-align: left;
	padding: 5px 3px 0 277px;
}

/* General Text Formatting */
h1 {
	font-size: 20pt;
	color: #BBBBBB;
	font-weight: normal;
	margin: 0 0 20px;
	float: right;
	width: 150px;
	text-align: right;
}
h2 {
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	margin: 0 0 5px;
}
h3 {
	font-size: 10pt;
	color: #E11700;
	font-weight: bold;
	margin: 0 0 5px;
}
p {
	margin: 0 0 20px;
}
a {
	color: #E11700;
}
li {
	list-style-type:square;
}



