@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #003366;
	font-size: 12px;
	background-image: url('/media/images/bg_tile_001.gif');
	background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6 {
	color: #003366;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}


a:link, a:visited {
	text-decoration: none;
	color: #003366;
	outline: none;	
}
a:hover {
	text-decoration: underline;
	color: #003366;	
	outline: none;		
}

/* CLASSES */
.headerIMG {
	width: 255px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.highlight {
	background-color:#FFFF00;
}
#headertitle {
	background-image:url('/media/images/title_bg.jpg');
	width: 838px;
	height: 49px;
	padding-left: 5px;
}


/* ID'S */
#googlemap {
	width: 620PX;
	margin-left: auto;
	margin-right: auto;
}

