﻿body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	font-family: 'Times New Roman' , Georgia;
	font-size: medium;
}

#headertbl
{
	/*background-image: url(images/headertile.gif);*/
	background-color:#6393d1;
	background-repeat:repeat-x;
}

/* TEXT FORMATTING */
p
{
	font-size: medium;
	text-decoration: none;
}
h1
{
	font-size: x-large;
	text-decoration: none;
	padding: 0px;
	color: #0066ff;
}
h2 
{
	font-size: large;
	text-decoration: none;
}
h3
{
	padding:0px;
	font-size: x-large;
	color: #0066cc;
	font-style: italic;
	text-decoration: none;
}
.italics
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
.link
{
	font-weight: bold;
	text-transform: none;
	color: #ff9933;
	text-decoration: none;
}


/* BORDERS */
.borderleft
{
	border-left: 1px solid;
	border-color: #000000;
}

.bordertop
{
	border-top: 1px solid;
	border-color: #000000;
}

.borderright
{
	border-right: 1px solid;
	border-color: #000000;
}

.borderbottom
{
	border-bottom: 1px solid;
	border-color: #000000;
}

#footer
{
	height: 50px;
	background-image: url( '../images/footertile.gif' );
	background-repeat: repeat-x;
	border: #dad9d9 1px solid;
}

#myMap 
{
	width: 800px;
	height: 550px;
}

#headertable
{
	background-image: url(images/headertile.gif);
	background-repeat:repeat-x;
}

.whitetext
{
	color:White;
}