@charset "utf-8";
/* CSS Document */
/*************************
* General Page Layout
*************************/
body, td, th {
	font-family: Tahoma;
	font-size: 11px;
	color: #454545;
}
body {
	margin: 0px 0px 20px 0px;
	background-color: #e4d35d;
}

#div_main {
	width: 705px;
	margin:0 auto;
}

#div_header {
	height: 133px;
	width: 705px;
}

#div_main_image {
	height: 280px;
	width: 705px;
}

#div_menu_holder {
	height: 32px;
	width: 705px;
}

#content{
	width: 705px;
	background-image: url(../Images/template/01-Simons_Home_20.jpg);
	background-repeat: repeat-y;
	line-height: 16px;
	padding:32px 0px 10px 0px;
}

#div_bottom {
	background-color: #e4d35d;
	text-align: right;
	clear:both;
	width:705px;
	margin:0 auto;
}
#radio{
	float:left;
	height:17px;
	padding-left:5px;
}
/*************************
* Clear Float Display
*************************/
.clear{
	display:block;
	clear:both;
	line-height:0px !important;
	font-size:0px !important;
	margin:0px;padding:0px;
}
/*************************
* General Page Styles
*************************/
a.redLink:link {
	text-decoration:none;
	color: #db181f;
}
a.redLink:visited {
	text-decoration:none;
	color: #db181f;
}
a.redLink:hover {
	text-decoration:none;
	color: #db181f;
}
a.redLink:active {
	text-decoration:none;
	color: #db181f;
}
a.orangeLink:link {
	text-decoration:none;
	color: #C69000;
}
a.orangeLink:visited {
	text-decoration:none;
	color: #C69000;
}
a.orangeLink:hover {
	text-decoration:none;
	color: #C69000;
}
a.orangeLink:active {
	text-decoration:none;
	color: #C69000;
}

a.brownLink:link {
	text-decoration:none;
	color: #817400;
}
a.brownLink:visited {
	text-decoration:none;
	color: #817400;
}
a.brownLink:hover {
	text-decoration:none;
	color: #000;
	font-weight:bold;
}
a.brownLink:active {
	text-decoration:none;
	color: #000;
	font-weight:bold;
}
a.brownLink_active {
	text-decoration:none;
	color: #000;
	font-weight:bold;
}

a.gray:link {
	text-decoration:none;
	color: #454545;
}
a.gray:visited {
	text-decoration:none;
	color: #454545;
}
a.gray:hover {
	text-decoration:none;
	color: #454545;
}
a.gray:active {
	text-decoration:none;
	color: #454545;
}

.bottomSpan{
	margin-right:10px;
	font-size:10px;
}

.textSize10 {
	font-size: 10px;
}

.pTitle {
	font-size: 12px;
	font-weight: bold;
	color: #0d7989;
}

.lTitle {
	font-size: 12px;
	font-weight: bold;
	color: #4681db;
}

.bTitle {
	font-size: 12px;
	font-weight: bold;
	color: #817400;
}

.oTitle {
	font-size: 12px;
	font-weight: bold;
	color: #e56100;
}

.mTitle {
	font-size: 12px;
	font-weight: bold;
	color: #78337e;
}

.vTitle {
	font-size: 12px;
	font-weight: bold;
	color: #751010;
}
.cTitle {
	font-size: 12px;
	font-weight: bold;
	color: #C69000;
}
.rText{
	font-size: 11px;
	font-weight: bold;
	color: #db181f;
}
