.border {
	background-color: #CC0000;
}

.main_content_area {
	background-color: #ffffff;
}

#footer {
	color: #ffffff;
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #ffffff;
}

.menu_border {
	color: #0d2b56;
	background-color: #0d2b56;
	border: 0;
	height: 1px;
	margin: 0px 0px 0px 0px;
}

#main_content {
	margin: 10px 10px 10px 10px;
}

#main_content h1, h2 {
	text-align: center;
}

#main_content h1 {
	font-size: large;
	margin-bottom: 5px;
}

#main_content h2 {
	margin-top: 0px;
	font-size: medium;
}

#aboutus_content {
	margin: 10px 10px 10px 10px;
}

#aboutus_content h3 {
	margin-bottom: 5px;
}

#faq_content {
	margin: 10px 10px 10px 10px;
}

#faq_content p.question {
	font-weight: bold;
	margin-bottom: 0px;
}

#faq_content p.answer {
	margin-top: 0px;
	padding-left: 20px;
}

#contactus_content {
	margin: 10px 10px 10px 10px;
}

table.pricing_table {
	background-color: #000000;
}

table.pricing_table td {
	background-color: #FFFFFF;
}

a.nav {
	color: #ffffff;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	text-decoration: underline;
}

