* {
	text-decoration:none;
	text-align:left; 
}


body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#485C7F;
	text-align:left;
}

html>body {
	font-size: 12px;
	text-align:left; 
}



/* Remove border around linked images */
img {
	border: 0;
}

p {
	line-height: 1.4em;
	font-size:1em;
	margin-top: 1.4em;
	margin-bottom: 1.4em;  
}


h1, h2, h3 { font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; }

h1 {
	font-size:1.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
	color:#388AD3; 
}

h2 {
	font-size:1.3em;
	line-height: 0.9em;
	margin-top: 1.8em;
	margin-bottom: 0.8em;
	color:#388AD3; 
}

h3 {
	font-size:1.1em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0.6em;
	color:#388AD3; 
}

.main_bg {
	background-color: #485C7F;
	background-image: url(../images/bg_image.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	position: relative;
	margin: 30px auto;
	width: 959px;
}
.middle_pad {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.menubg {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	position: relative;
	z-index:300;
}

.staffHolder {
	width:100%;
	clear:both;
	margin: 3em 0;
}

.floatR {
	float:right;
	margin: 0 0 15px 15px;
	display:inline;
}

.floatR2 {
	float:right;
	margin-left: 15px;
	padding:0px;
}

.floatR2 td {
	padding-bottom:20px;
}

.floatL {
	float:left;
	margin:0 15px 15px 0;
}

.map {
	float:right;
	margin-left: 15px;
}

.sidebarText {
	font-size:0.8em;
	color:#FFFFFF;
}

.lightBlueLink {text-align:center; }

.lightBlueLink a, .lightBlueLink a:visited {
	color:#3399FF;
}

.lightBlueLink a:hover, .lightBlueLink a:active {
	color:#FFF;
}

.centered { text-align:center; }
	
