body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	color: #FFCCCC;
	background-image:url(/eureka/images/bgtile.jpg);)
	background-position:top;
	background-repeat: repeat-x;
}
img {border:0;}
b, strong {color:#FFFFFF;}
.specialtexts {color: #FFCC66;font-weight:bold;}

form {display:inline;}


/*--------------------BACKGROUNDS---------------------------------------------*/
.banner {background-image:url(/eureka/images/eureka_03.jpg);background-repeat:no-repeat;}
.footer {
	background-image:url(/eureka/images/eureka_06.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFCCCC;
}
.content {background-image:url(/eureka/images/contentbg.jpg);background-repeat: repeat-y;}

/*--------------------LEFT & RIGHT COLUMNS IN MAIN PAGE------------------------*/
.fullCol {
	padding:20px;
	padding-left:36px;
	padding-right:36px;
}
#leftCol {
	display:inline;
	float:left;
	width:410px;
	padding:20px;
	padding-left:36px;
	padding-right:20px;
}
#rightCol {
	display:inline;
	float:left;
	margin-top:14px;
	width:250px;
	padding-top:10px;
	padding-right:20px;
	padding-left:13px;
	padding-bottom:10px;
	background-image:url(/eureka/images/bg1.jpg);)
	background-position:top;
	background-repeat: repeat;
	height:440px;
}

#col1 {
	margin-left:35px;
	display:inline;
	float:left;
	width:180px;
	background-image:url(/eureka/images/bg1.jpg);)
	background-position:top;
	background-repeat: repeat;
	height:220px;
	padding:10px;
}
#col2{
	display:inline;
	float:left;
	width:460px;
	padding:20px;
	padding-right:36px;
}

.content {
	font-size:13px;
	line-height:16px;
}
.content a:active, .content a:visited, .content a:link {
	color: #FFFF99;
	text-decoration:underline;
	font-weight:bold;
}

.content a:hover {
	color: #CC3333;
	text-decoration:none;
	font-weight:bold;
	background-color:#FFFF99;
}
.sectiontitle{
	font-family:  "Franklin Gothic Medium Cond",arial;
	font-size:21px;
	letter-spacing:0px;
	color: #FFFFFF;
	text-transform:uppercase;
	
}

.allroundborder{
	border:1px;
	border-color: #FFCCCC;
	border-style:dotted;
}



