/* CSS Document */
html, body{
	width: 100%;
	min-width: 100%;
	background-color:#336699;
	font-family:Arial;
	font-size: 12px;
}


#border {
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 10px;
	background-color: #A1C4D6;
	overflow:hidden;
	border-bottom-style:double;
}


#header {
	height: 130px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style:double;
}

.headerleft {
	padding: 4px;
	float: left;
	height: 114px;     
}

.headerright {
	float: right;
	height: 114px;
	padding: 35px 5% 0 5%;
	position: relative;	 
}

#googlead {
  padding:10px 15% 2% 10%;
	width: 100%;
	height: 100px;
}

#left {
	width: 20%;
	float: left;
	padding: 20px;	
}

#blank {
  height: 100px;
}

.title1 {
	font-size: 16px;
	font-weight: bold;
}

.title2 {
  text-align: center;
	font-size: 16px;
	font-weight: bold;
}
		
a:link {
	color:#3366CC;
	text-decoration: none;	
}

a:hover {
  color:#000000;
	text-decoration: none;
}

a:visited {
	color:#3366CC;
	text-decoration: none;	
}

#content {
	width: 70%;
	float: left;
	padding: 20px 3% 10px 0;
}



#footer {
  width:90%;
	margin-left: 5%;
	margin-right: 5%;
	padding:10px 0 10px 0;
	background-color: #A1C4D6;
	overflow:hidden;
  font-size: 16px;
	font-weight: bold;
}
	