body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

p {
	margin:0px;
	margin-bottom:12px;

}

td {
	vertical-align:top;

}

body {
	background-color:#ffff22;
	text-align:center;
}

h3,h2,h1 {
	font-size:16px;
}

div.body1, div.body2 {
	width:918px;
	text-align:left;
}

div.body1 {
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-y;
}

div.body2 {
	background-image:url(images/footer_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

div.body3 {
	padding-left:10px;
	padding-right:8px;
	padding-bottom:10px;
}

li {
	margin-bottom:5px;
}

.blue {
	color: #0000cc;
}

.red {
	color: #ff0000;
}

.redbox {
	background-color:#FF0800;
	padding:10px;
	border: 1px solid black;
	color: white;	
}

.yellowbox {
	background-color:#FFFF00;
	padding:10px;
	border: 1px solid black;
	color: black;	
	font-size:14px;
}

.yellow {
	color:#FF0;
	font-weight:bold;
}

.redbox {
	margin-bottom:10px;
}

.redbox h1 {
	padding:0;
	margin:0;
	margin-bottom:10px;
	font-size:20px;
}
.redbox p, .redbox a {
	color:white;
	font-size:16px;
	text-align:left;
}

.center {
	text-align:center !important;
}

.redbox a {
	color: #ff3;
}

.headerLinks {
	border:1px solid black; text-align:center; padding:5px; background-color:#ff0000; height:90px;
}

.headerLinks a, .headerLinks div.middle {
	display:block;
	float:left;
	background-color:white;
	padding:6px;
	border: 1px solid black;
	font-size:16px;
	font-weight:bold;
	width:192px;
	height:65px;
	line-height:22px;
	border-radius:6px;
	margin:10px;
	color: #0000cc;
}

.headerLinks div.middle {
	line-height:17px;
	background-color:#FF0;
	color:#000;
}

.headerLinks .middle .red {
	font-size:28px;
}

.headerLinks a:first-child {
	//color:#cc0000 !important;
}

.quote {
	background-color:#FBEED5;
	margin:10px;
	padding:10px;
	border:1px solid black;
}

