body {
	background-color: #E6F2FF;
	font-family: "Segoe UI", Verdana, Arial, Helvetica, SansSerif;
	font-size: 10px;
	margin: 0px;
}
table {
	text-align: center;
}
  
a {
	font-size: 14px;
	color: #3300CC;
	font-family: "Segoe UI", Verdana, Arial, Helvetica, SansSerif;
	letter-spacing: 1px
}

a:link {
	color: #330099;
	font-size: 14px;
	border: 0px solid #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #990000;
	font-size: 14px;
	border: 0px solid #FFFF98;	
	background-color: #FFFF99;	
}

a:visited {
	color: #336600;	
	font-size: 14px;
	border: 0px solid #FFFF99;	
	text-decoration: underline;
}
  
h1 {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, SansSerif;
	font-size: 24px;
	color: #3300CC;
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
	

	
p {font-size: 14px;
    color: #3300CC;
}
  
img {
	border: 0;
}
.button_text {
    font-family: "Segoe UI", Verdana, Arial, Helvetica, SansSerif;	
	font-size: 11px;
	font-weight:normal;			
	color: #3300CC;	
	margin: 0px;
} 

.disclaimer_text {	
	font-size:9px;
	font-weight: normal;	
	color: #000000;		
}

.footer_text {	
	font-size: 10px;
	font-weight:normal;		
	color: #3300CC;
}

#top {
	position: absolute;
	left: 0px;
	top: 0px;
}

#layout {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
  padding: 10px;
	border: 1px solid #990000;
}
   
#logo {   
	position: relative;
	float: left;
}

#bike {
	position: relative;
	margin-left: 600px;
}
 
#navbar {
	position:relative;
	margin: 0px;
	margin-top: 10px;
	margin-left: 40px;
}

#header {
	border: 1px solid #AAAAAA;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}

#content {
	border: 1px solid #AAAAAA;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#footer {
  border: 1px solid #AAAAAA;
	margin-bottom: 250px;
}
	
.align_center {
	text-align: center;
}

.align_justify {
	text-align: justify;
	font-size: 14px;
  color: #3300CC;
}
