body{
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #fff url('../images/bg.gif') repeat-y;
	background-position: center;
}

h1 {
	color: #c90000;
}

div#wrap{
	width: 900px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	border-top: 10px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.left {
	background: #fff;
	width: 290px;
}

.main_content {
	width: 610px;
	background: #fff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px; 
	padding-left: 20px;
}

.main_content a {
	color: #99c;
	text-decoration: none;
	font-weight: bold;
}

.main_content a:hover {
	color: #339;
	text-decoration: underline;
}


.left_section{
	width: 284px; 
	margin-top: 15px; 
	padding-top: 6px; 
	text-indent: 30px;
	background: url('../images/left_section.jpg') no-repeat;
	height: 31px;
	font-weight: bold;
	color: #fff;
}

.left_content {
	width: 250px; 
	background: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 12px;
	color: #666;
	border-bottom: 1px dotted #999;
}

.left_content a {
	color: #99c;
	text-decoration: none;
	font-weight: bold;
}

.left_content a:hover {
	color: #339;
	text-decoration: underline;
}

.one_column {
	background: #fff;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.one_column a {
	color: #99c;
	text-decoration: none;
	font-weight: bold;
}

.one_column a:hover {
	color: #339;
	text-decoration: underline;
}


.links {
	background: #000;
	padding-top: 10px;
	padding-bottom: 10px;;
	text-align:center;
	border-top: 1px solid #ccc;
	font-size: 12px;
	color: #fff;
}

.links a {
	color: #aaa;
	text-decoration: none;
}

.links a:hover {
	color: #fff;
	text-decoration: underline;
}

.error {
	color: #c90000;
	font-weight: bold;
}

.footer {
	width: 800px;
	font-size: 10px;
	color: #999;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.caption {
	font-style: italic;
	font-size: 12px;
	color: #666;
}

.source {
	font-weight: bold;
	color: #2445A4;
	padding-left: 40px;
}

.comparison td { 
	font-size: 13px; 
	padding-left: 15px;
}

.standard_blue { 
	background: #2445A4; 
	color: #fff; 
	font-weight: bold;
}

.boilerplate {
	background: #fff;
	border-top: 1px solid #aaa;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 25px;
	padding-right: 40px;
	font-size: 12px;
	color: #959595;
}

.boilerplate a {
	text-decoration: none;
	color: #6873A9;
}

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

.left_td {
	font-size: 12px;
	color: #666;
}

.testimonial {
	font-size: 13px;
	border: 1px solid #000;
	background: #DFE8FF;
	margin-bottom: 25px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-right: 20px;
	
}

.notice {
	background: #ffaaaa;
	border: 2px solid #c90000;
	padding: 15px;
}

.notice a {
	color: #000;
	text-decoration: none;
}

.notice a:hover {
	color: #000;
	text-decoration: underline;
}