* {
	font-family:	Arial; 
	font-size: 		11px;
}
a {
	color: 				black; 
	text-decoration: 	none;
}
a:hover {
	 color: 			orange; 
	 text-decoration: 	none;
}
body {
	background-color:	#eef1f2;
	background: url(../jana/stripe.png);
	padding: 			0;
	margin: 			0;
}
.button { 
	height: 			20px;
	font: 				10px  Verdana;
	padding-top: 		0px;
	background-color: 	#3178bd;
	padding-left: 		10px;
	padding-right: 		10px;
	text-align: 		center;
	border: 0px;
	font-size: 			11px;
	font-weight:		bold;
	text-decoration: 	none;
	color: 				white;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: hand;
	cursor: pointer;
}
input.text {
	border:	1px solid #999999;
}
.clearfix:after {  
    content: 		".";  
    display: 		block;  
    clear: 			both;  
    visibility: 	hidden;  
    line-height: 	0;  
    height: 		0;  
}  
 
.clearfix {  
   display:	inline-block;  
}  
 
html[xmlns] .clearfix {  
   display: block;  
}  
 
* html .clearfix {  
   height: 1%;  
}  

#head {
	height: 	75px;
	background: url(img/head-bg-70.gif) repeat-x top left;
	text-align: center;
	padding: 	0;
}

#head-main {
	display: 		block;
	width: 			950px;
	border: 		0px;
	height: 		70px;
	left: 			auto;
	margin-left: 	auto;
	margin-right: 	auto;
	padding-top: 	5px;
}
form {
padding: 0; margin: 0;
}
.logo {
	display: 	block;
	float: 		left;
	height: 	51px;
	width: 		228px;
	background: url(img/logo.jpg) no-repeat bottom left;
	cursor:		pointer;
	cursor:		hand;
}
.logo img {
	display: none;
}
.partner {
	display: 	block;
	float: 		right;
	height: 	64px;
	width: 		51px;
}
#head-content {
	display:	block;
	float: 		left;
	border: 	0px;
	height: 	70px; 
	width: 		698px !important;
}

.head-sep { 
	height:			50px;
}

.header-text {
	text-align: left;
	font: 30px Verdana;
	color: #004daf;
}
.header-subtext {
	text-align: 	left;
	font: 			14px Verdana;
	color: 			#004daf;
}
.runner-title {
	height: 			20px;
	font: 				bold 11px  Verdana;
	color: 				white;
	padding-top: 		4px;
	background-color: 	#3178bd;
	padding-left: 		10px;
	padding-right: 		30px;
	text-align: 		left;
}

.bg-white {
	background-color: white;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
