@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c8e2f4;
	text-align: center; /* this centers the container. The text is then set to the left aligned in the #container selector */
	color: #000000;
	width: auto;
}
#container {
	background: #FFFFFF;
	margin: 0 auto;
}
#border {
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 3px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 3px;
	margin: 0 0 0 0;
}
#mainContent {
	width: 744px;
	text-align: left; /* this overrides the text-align:center on the body element. */
	margin-left: 25px;
	margin-right: 25px;
}

/* MENU FORMATTING */

#container tr td #menuMain a {
	color: #CCCCCC;
}

#menuTop {
	height: 15px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing:1px;
	padding: 13px 22px 10px 0px;
	background-color: #1D97C3;
	color: #ffffff;
	font-weight: bold;
}
#menuTop a {
	color: #FFFFFF;
	text-decoration: none;
}
.contact {
	font-size: 12px;
	font-weight: bold;
}
#menuTop a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menuTop a:hover {
	color: #F00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}

#menuMain {
	width: 800px;
	height: 17px;
	text-align: left;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	letter-spacing:2px;
	background-image: url(images/Banner_Main-Menu.jpg);
	color: #D6D6D6;
	background-repeat: no-repeat;
}
#menuMain a {
	text-decoration: none;
	color: #CCCCCC;
	margin: 0;
	padding: 0;
}
#menuMain a:link {
	text-decoration: none;
	color: #CCCCCC;
	margin: 0;
	padding: 0;
}
#menuMain a:hover {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #666666;
	margin: 0;
	padding: 0;
}

/* TEXT FORMATTING */

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
} 

table p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
}
table h1 {
	color: #1D97C3;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table h2 {
	color: #1d97c3;
	font-size: 24px;
	margin-top: 10px;
}
table h3 {
	color: #000;
	font-size: 14px;
}

table a { color: #1D97C3; }
table a:link { color: #1D97C3; }
table a:hover { color: #CC0033; }

/* BULLETS & NUMBERING */

UL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 0 0 0; 
	margin-left: 25px;
	margin-right: 15px;
}
OL  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 0 0 0; 
	margin-left: 25px;
	margin-right: 15px; 

}
LI {
	margin-bottom: 0px;
}

/* MISC */

.narrowWidth {
	margin-left: 50px;
	margin-right: 100px;
}
