body {
	margin: 0;
	padding: 0;
	background: #406ac2;
	text-align: center;
}

td, body {
	font-family: Arial;
	font-size: 11px;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#menu {
	height: 50px;
	line-height: 50px;
	background: #ec7c0d;	
	padding: 0 0 0 15px;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	padding: 0 18px;
	border: 1px dashed #FFF;
	border-width: 0 1px 0 0;
}
#menu a.first {
	padding: 0 12px 0 0;
}
#menu a.last {
	border: none;
	padding: 0 0 0 12px;
}

#menu a:hover {
	color: #000;
}

#content {
	background: url(images/contentBkgd.jpg) no-repeat bottom;
}

#pageTitle {
	background: #FFF url(images/pageTitleBkgd.jpg) no-repeat;
	height: 50px;
	line-height: 50px;
	width: 306px;
	padding: 4px 0 0 15px;
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
}
.subTitle {
	font-weight: bold;
	color: #ec7c0d;
	font-size: 12px;
}

.leftCol {
	width: 496px;
	padding: 0 15px;
}

.rightCol img {
	margin: 20px 0 0;
}

.innerContent {
	padding: 15px 0 15px 15px;

}

.innerContent p {
	margin: 0 0 10px;
	line-height: 18px;
}



.innerContent li {
	list-style: square;
}

#footer {
	height: 25px;
	line-height: 25px;
	background: #000;	
	padding: 0 15px;
	border: 1px solid #ec7c0d;
	border-width: 4px 0 0 0;
}
#footer td, #footer a {
	color: #FFF;
	text-decoration: none
}
#footer a:hover {
	color: #ec7c0d;
}