* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #424242;
	background-color: #c1c1c1;
}

a {
	color: #424242;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

#container {
	width: 790px;
	margin: 15px auto;
}

#header {
	display: none;
}

#menu {
	width: 240px;
	margin-right: 15px;
	background-color: #fff;
}

#menuHeader {	
	height: 106px;
	background-image: url(images/menu-logo.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#menuHeader a {
	display: block;
	width: 100%;
	height: 100%;
}

#menuContent {	
	padding: 15px;
}

#menuContent ul {
	list-style: none;	
}

#menuContent li a {
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;	
}
	
#menuContent li a:link, #menuContent li a:visited {
	display: block;
	color: #333;
	background-color: #e0e0e0;	
	padding: 6px 0 6px 10px;
}
	
#menuContent li a:hover {
	color: #f3751f;
	padding: 6px 0 6px 10px;
	background-color: #e0e0e0;
}

#menuContent ul li ul {
	list-style: none;
}
	
#menuContent li ul li a {
	font-weight: normal;
	font-size: 0.9em;
	text-decoration: none;
	margin-top: -5px;
	
}
	
#menuContent li ul li a:link, #menuContent li ul li a:visited {
	display: block;
	color: #333;
	background-color: #e0e0e0;
	padding: 4px 0 4px 10px;
}
	
#menuContent li ul li a:hover {
	color: #f3751f;
	padding: 4px 0 4px 10px;
	background-color: #e0e0e0;
}

#menuFooter {
	height: 25px;
	background-color: #c1c1c1;
	background-image: url(images/content-footer.png);
	background-position: top center;
	background-repeat: repeat-x;
}


#main {
	float: right;
	overflow: hidden;
	width: 530px;
	background-color: #fff;
}

#mainHeader {
	height: 38px;
	background-image: url(images/content-header.png);
	background-position: center center;
	background-repeat: repeat-x;
}

#mainContent {
	padding: 45px;
}


#mainContent h1 {
	font-size: 1.6em;
	margin-bottom: 12px;
	padding-bottom: 5px;
	border-bottom: solid 1px #f3751f;
}

#mainContent h2 {
	font-size: 1.3em;
	margin-bottom: 12px;
}

#mainContent h3 {
	font-size: 1.1em;
	margin-bottom: 12px;
}

#mainContent h4 {
	font-size: 1.0em;
	margin-bottom: 12px;
}

#mainContent p {
	margin-bottom: 12px;
}

#mainContent hr {
	color: #f3751f;
	background-color: #f3751f;
	height: 1px;
	border: none;
	margin-bottom: 12px;
}

#mainContent table {
	width: 100%;
}	

#mainContent th {	
	text-align: left;
	color: #fff;
	padding: 4px 12px 4px 12px;
	background-image: url(images/color-bar.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#mainContent td {
	padding: 4px 12px 4px 12px;
	background-color: #e0e0e0;
}

#mainContent ul {
	list-style: none;
}

#mainContent ul li {
	margin-bottom: 10px;
	padding:0 0 0 25px;
	background-image: url(images/bullet.png);
	background-position:0 0;
	background-repeat:no-repeat;
	
}

#mainContent ol {
	list-style: decimal;
}

#mainContent ol li {
	margin: 0 0 0 25px;
	padding: 5px 0px 5px 0px;
}

#mainFooter {
	height: 68px;
	background-color: #c1c1c1;
	background-image: url(images/content-footer-shadow.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer{
	clear: both;
	font-size: 10px;
	text-align: center;
}

#signUpForm p {
	margin-bottom: 5px;
}

#signUpForm .text {
	width: 70%;
}

#signUpForm .errors {
	color: #900;
	margin-bottom: 20px;
}

