/*body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}*/
body {
	background-color: #E3E5FC;
	margin-top: 00px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:900px;
}

#header {
	width:950px;
	/*background-color: orange;*/
}
/*#headerleft {
	width: 200px;
	float: left;
	text-align:left;
	background-color: green;
}
#headermiddle {
	width: 400px;
	float: left;
	text-align: center;
	background-color: red;
}
#headerright {
	width: 200px;
	float: left;
	text-align: right;
	background-color: yellow;
}
*/
#nonfooter {
	width: 950px;
	/*  background-color: yellow;*/
	
}

#nav {
	width: 225px;
	float:left;
	/*background-color: pink;*/
}

#content {
	width:720px;
	float: left;
	/*background-color:cyan;*/
}

#footer {
	width:950px;
	font-size: 95.1%;
	text-align: center;
}


.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clearfloats {
	clear:both;
}

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333300;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
h1 {
	font-size: 24px;
	color: #391773;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	color: #391773;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 16px;
	color: #6F110A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 14px;
	color: #A56E40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boldred { font-size: 14px;
					 color: #D60027; }
					 
.answer {
	background-color: #B8BCEC;
	display: none;
	border-top: 1px solid #000;
	margin: 1px;
	padding: 1px;
	border-bottom-style: double;
	border-bottom-width: 3px;
}
.tiny {
font-size: 9px }

.box1 {
	background-color: #B8BCEC;
	border-top: 1px solid #000;
	font-size: 9px;
	border: 1px solid #063D85;
	border-collapse: collapse;
	background-position: center;
}

.comments {
	padding: 20px;
	color: #d60027;
}.addresstop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #212773;
}
.addresssmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #212773;
}
.highlights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #212773;
	text-align: center;
}
