@charset "UTF-8";
body {
	font-family:"Palatino Linotype", Palatino, "Book Antiqua", serif;
	font-size:62.5%;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #3f7b93;
	background-image:url(../images/wallpaper.gif);
}
.oneColFixCtr #menu {
	width: 800px; 
	margin: 40px auto 0 auto;
	text-align: left;
	height:4.0em;
	padding:3em 0 0 0;
}
.oneColFixCtr #menuright {
	height:40px;
	width:260px;
	background-image:url(../images/birdies.gif);
	float:right;
	}
.oneColFixCtr #menuleft {
	float:left;
	}
.oneColFixCtr #container {
	width: 800px; 
	background: #FFFFFF;
	margin: 0 auto;
	border: 8px solid #3f7b93;
	text-align: left;
}
.oneColFixCtr #header {
	width:740px;
	height:242px;
	margin:30px 30px 0 30px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat; 
}
.oneColFixCtr #header1 {
	width:740px;
	height:242px;
	margin:30px 30px 0 30px;
	background-image:url(../images/header1.gif);
	background-repeat:no-repeat; 
}
.oneColFixCtr #header2 {
	width:740px;
	height:242px;
	margin:30px 30px 0 30px;
	background-image:url(../images/header2.gif);
	background-repeat:no-repeat; 
}
.oneColFixCtr #header3 {
	width:740px;
	height:242px;
	margin:30px 30px 0 30px;
	background-image:url(../images/header3.gif);
	background-repeat:no-repeat; 
}
.oneColFixCtr #header4 {
	width:740px;
	height:242px;
	margin:30px 30px 0 30px;
	background-image:url(../images/header4.gif);
	background-repeat:no-repeat; 
}
.oneColFixCtr #mainContent {
	padding: 0 135px;
	font-size:1.4em;
	line-height:1.8em;
}
.oneColFixCtr #footer {
	background-image:url(../images/flair.gif);
	background-repeat:no-repeat;
	height:190px;
	}
.oneColFixCtr #copyline {
	width: 800px; 
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtr #copyLeft {
	float: left;
	width: 400px;
	height:40px;
	font-size:1.2em;	
	margin-top:10px;
}
.oneColFixCtr #copyLeft a:link {
	color: #185463;
	text-decoration: none;
}
.oneColFixCtr #copyLeft a:visited {
	text-decoration: none;
	color: #185463;
}
.oneColFixCtr #copyLeft a:hover {
	text-decoration: underline;
	color: #356270;
}
.oneColFixCtr #copyLeft a:active {
	text-decoration: none;
}
.oneColFixCtr #copyRight {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	float: left;
	width: 400px;
	text-align:right;
	height:40px;
	font-size:1.2em;	
	margin-top:10px;
}
.oneColFixCtr #copyRight a:link {
	color: #185463;
	text-decoration: none;
}
.oneColFixCtr #copyRight a:visited {
	text-decoration: none;
	color: #185463;
}
.oneColFixCtr #copyRight a:hover {
	text-decoration: underline;
	color: #663366;
}
.oneColFixCtr #copyRight a:active {
	text-decoration: none;
}

h1{
	font-weight:normal;
	font-size:2.5em;
	margin:35px 0 35px 0;
}

a.jumpto {
	text-decoration: none;
	color: #185463;
}
a.jumpto:hover {
	text-decoration: underline;
	color: #356270;
}
a {
	text-decoration: none;
	color: #185463;
}
a:hover {
	text-decoration: underline;
	color: #356270;
}

/*******************************************************************************

MENU STYLING: 
 
*******************************************************************************/
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0 0 0 25px;
	list-style-type: none;
	cursor: default;
	width: auto;
	font-size:1.8em;
}
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0 3px;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #3f7b93;
	padding: 0.55em 2.2em 0.40em;
	color: #FFFFFF;
	text-decoration: none;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #9DD8DD;
	color: #3f7b93;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #9DD8DD;
	color: #3f7b93;
}


#homeTable td {
	padding:5px;
}
