body {
	background-color: #CCCCCC;
	padding: 0px;
	text-align: center;
	font-size: 1em;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #000000;
	/*font-weight: bold;*/
}
a:visited {
	color: #333333;
}
a:hover, a:active,
a:focus {
	color: #ED1D24;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BE0C14;
	letter-spacing: .05em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#radLayout {
	width:900px;
	margin: 0 auto;
	text-align: left;
}

#radLogo {
	width:284px;
	float: right;
	height: 113px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	text-align: left;
	background-color: #FFFFFF;
}

#radHeader {
	width: 615px;
	height: 113px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #ED1D24;
	background-repeat: no-repeat;
}

#radRowxx {
	width:900px;
	height:16px;
	margin-top: -2px;
}
/* 104 */
#radLeftCol {
	width:117px;
	text-align: left;
	float: left;
	font-size: 0.9em;
	background-color: #efefef;
	height: 501px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
}
/* 286*/
#radRightCol {
	font-size: 12px;
	width:284px;
	font-weight: bolder;
	float: right;
	background-color: #FFFFFF;
	height: 500px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#radRightCol p {
	padding: 20px;
}


/* 509   */
#radContent {
	width:719px;
	min-height: 495px;
	background-color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 1px;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
	word-spacing: 0.1em;
	line-height: 1.1em;
	background-image: url(../images/logoBg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}

#radContainer{
	height:38px;
	padding-top: 10px;
	width: 900px;
}
#radFooterLeft{
	background-color: #EFEFEF;
	width: 117px;
}
#radFooter{
	text-align: center;
	font-size: 9px;
	background-color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	border: 1px solid #FFFFFF;
	margin-left: 118px;
}
#radFooterRight{
	width: 285px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pic .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
	z-index: 1;
}
.pic {
	float: right;
	display: block;
	position: relative;
	margin: 4px -4px 10px 30px;
	z-index: 1;
}

td {
	font-size: 12px;
	vertical-align: top;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #000000;
	margin: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
