body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #5576B1;
}

td {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #5576B1;
}

td div {
	position:relative /* make td's a container with their own coordinate sytem - for the sliding menus */
}
.masthead {
	border-top: 5px solid #BCB6A8;
	padding-top: 1px;
}

.navspace {
	width: 70px;
	border-top: 1px solid #EF1C21;
	border-left: 1px solid #EF1C21;
}

.nav {
	background: #5676B1;
	margin-bottom: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BCB6A8;
}

.nav a {
	text-decoration: none;
	background: #5676B1 url(gfx/sep.gif) no-repeat 100%;
	text-align: center;
	vertical-align: middle;
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px 2px;
}

.nav a:hover {
	color: #FFFFFF;
	background: #BCB6A8;

}

.nav a:visited {
	color: #FFFFFF;

}

.submenu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #BCB6A8;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: left;
	margin-top: 1px;
	width: 170px;
}

.submenu a:hover {
	color: #FFFFFF;
	background: #5676B1;
}

.submenu {
	margin-top: 1px;
}

.padBottom {
	margin-bottom: 1px;
}

.leftCol {
	background: url(gfx/horizontaldots.gif) repeat-y left;
	padding: 40px 28px 28px;
}

.rightCol {
	background: url(gfx/horizontaldots.gif) repeat-y right;
	padding-bottom: 28px;
	padding-top: 28px;
	padding-right: 28px;
}

.photosRightCol {
	background: url(gfx/horizontaldots.gif) repeat-y right;
	width: 1px;	
}

.copy {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FEFEFE;
	margin: 0px;
	height: 20px;
	padding: 9px 0px 0px 16px !important;
	padding /**/: 7px 0px 0px 16px;
	background-color: #4D658A;
	background-image: url(gfx/copybgimg.gif);
	background-repeat: repeat-x;
	background-position: top;
	
	/* we need to keep this space above this comment for this trick to fool the naughty browsers */
}
.copy a {
	color: #FFFFFF;
	font-weight: normal;
}

.copy a:visited {
	color: #FFFFFF;
	font-weight: normal;
}

.fillHori {
	background: url(gfx/horizontaldots.gif) repeat-y right;
}

.leftCol, .rightCol {
	font-size: 11px;
	line-height: 17px;
}

h1, h2, h3 {
	font: lighter 19px Georgia, "Times New Roman", Times, serif;
	color: #5576B1;
}

.leftCol img, .rightCol img {
	border: 1px solid #EFDACA;
}

a {
	font-weight: bold;
	color: #5576B1;
}

a:hover {
	color: #BBB8B0;
}

a:visited {
	color: #5576B1;
}

.send {
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #5676B1;
	background: #BCB6A8;
	border-top: 1px solid #BCB6A8;
	border-right: 1px solid #5676B1;
	border-bottom: 1px solid #5676B1;
	border-left: 1px solid #BCB6A8;
	padding: 3px 5px;
	cursor: hand;
}

.form {
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #F7F8FB;
	color: #5676B1;
	padding: 8px;
}

.thumbs, .thumbs a, .photos, .photos a {
	border: 1px solid #EFDACA;
}
