/* BORDER
border-color: black;
border-width: 1px;
border-style: solid;
background-color: #a7cece; */


/* BASIC ELEMENTS */

html {
	margin: 0px;
	padding: 0px;
}
	
body {
	margin: 0px;
	padding: 0px;
	background-color: #3875b8;
	background-image: url(images/blue.gif);
	background-repeat:repeat-x;
	
	font-size: small;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}



body a:link{
letter-spacing:.08em;
text-decoration:none;
	color: #c4d6ea;
}

body a:visited{
letter-spacing:.08em;
	text-decoration:none;
	color: #c4d6ea;
}

body a:hover{
letter-spacing:.08em;
text-decoration:none;
	color: #dcff64;
}

.fontBlue {
color: #3875b8;
}


#container { 
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	position:relative;
}

#ab2ColumnLeft { 
	position: absolute;
	top: 433px;
	right: -318px;
	width: 450px;
	font-size: 110%;
	line-height: normal;
}

#ab1ColumnLeft { 
	position: absolute;
	top: 532px;
	left: 300px;
	width: 195px;
	font-size: 103%;
	line-height: normal;
}

#ab1ColumnMiddle { 
	position: absolute;
	top: 532px;
	left: 541px;
	width: 195px;
	font-size: 103%;
	line-height: normal;
}

#ab1ColumnRightItalic { 
	position: absolute;
	top: 412px;
	left: 800px;
	width: 164px;
	font-size: 110%;
	font-style:italic;
	line-height: 170%;
	letter-spacing: .05em;
}

#Contact { 
	position: absolute;
	top: 125px;
	left: 60px;
	width: 154px;
	font-size: 112%;
	line-height: normal;
}

.boldBlueHeader {
	font-weight:bold;
	color:#3875b8;
}

.expandSite {
	font-size: 80%;
}



