body {
	background-image: url(../images/bkgdMain.jpg);
	background-repeat: repeat-x;
	margin: 0px;
        background-position: 0px 0px;
}
#mainFrame {
	position: relative;
	width: 880px;
	margin-right: 0px;
	margin-left: -440px;
	margin-top: 0px;
	margin-bottom: 0px;
	left: 50%;
}
#topBar {
        position: relative;
        float: left;
        width: 880px;
}
#logo {
	float: left;
	position:relative;
	width: 375px;
	padding-top: 30px;
	padding-bottom: 13px;
}
#logoContact {
	float: right;
	position:relative;
	width: 375px;
	padding-top: 30px;
        text-align: right;
}
#logoContact p {
	margin-top: 0px;
        margin-bottom: 5px;      
}
.logoContactName {
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #5083B4;
}
.logoContactInfo {
        font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #5083B4;
}
.logoContactInfo2 {
        font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 18px;
	color: #5083B4;
        font-weight: bold;
}
#navbar {
	float: left;
	position:relative;
	width: 880px;
	padding-bottom: 0px;

}
#mainBar {
	float: left;
	position:relative;
	width: 880px;
        height: 301px;
	background-image: url(../images/photoBkgd.jpg);
	background-repeat: no-repeat;
        background-position: 0px 2px;
        padding-top: 2px;
}
#flashImage {
        float: left;
        position: relative;
        width: 310px;
        height: 225px;
        background-color: #666666;
        margin-left: 540px;
        margin-top: 30px;
}

#bottomSection {
        float:left;
	position: relative;
	width: 880px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#picture {
	float: left;
	width: 151px;
	position: relative;
}
#bottomCopy {
	float: left;
	position: relative;
	width: 700px;
}
#bottomCopy h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #333333;
	font-size: 21px;
	margin: 0px;
	padding-left: 40px;
	padding-bottom: 15px;
}
#bottomCopy p{
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
}
#footer {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 10px;
	background-image: url(../images/bkgdFooter.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #2c4d75;
}
#footer p {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}
	

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	text-decoration: none;
	margin-top: 1px;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 2px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	color: #2b6122;
}

#nav li a:hover {
	display: block;
	color: #000000;
	text-decoration: underline;
}
.footerLinks {
	color: #FFFFFF;
}
.footerLinks a {
	color: #FFFFFF;
}
.footerLinks a:visited {
	color: #FFFFFF;
}
