body {
	background-color:#999999;
	padding:0px;
	margin:0px;
	height:100%;
	background-image:url(/images/bodyBG.gif);
	background-position:center;
	background-repeat:repeat-y;
}
a {
	color:#81052a;
}
a:hover {
	color:#000066;
}
.wrapper {
	margin:auto;
	width:950px;
	height:100%;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	background-image:url(/images/bodyBG.gif);
	background-repeat:repeat-x;
}
.headerRow {
	height:98px;
	border-bottom:1px solid #000000;
	clear:both;
}
.navArea {
	width:149px;
	border-right:1px solid #000000;
	background-color:#81052a;
	float:left;
	padding:15px 0px 5px 0px;
}

#leftNav ul {margin:0;padding:0;list-style:none;}
#leftNav li {margin:0;padding:0;}
#leftNav a {
	display:block;
	height:16px; /*27 w/padding */
	border-top:1px solid #81052a;
	border-bottom:1px solid #81052a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 0px 3px 15px;
}
#leftNav a:hover, #leftNav a.leftNavON {
	display:block;
	height:16px; /*27 w/padding */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 0px 3px 15px;

	background-color:#9a0733;
	border-top:1px solid #be607d;
	border-bottom:1px solid #420316;
}

.logo {
	float:left;
	width:312px;
	height:98px;
	clear:none;
}
.topBG {
	float:right;
	background-image:url(/images/topBG.jpg);
	background-repeat:no-repeat;
	width:638px;
	height:98px;
}
.topText {
	color:#FFFFFF;
	text-align:center;
	position:relative;
	top:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.contentArea {
	float:right;
	padding:0px 20px 20px 20px;
	width:760px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#81052a;
	font-size:18px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#81052a;
	font-size:16px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#81052a;
	font-size:14px;
}
p, td, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
}

.footerArea {
	margin-left:150px;
	width:800px;
	background-color:#c0f3fe;
	border-top:1px solid #000000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	padding:10px 0px 12px 0px;
	margin-bottom:0px;
}
#footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#81052a;
	text-decoration:underline;
	padding:2px;
}
#footer a:hover {
	background-color:#81052a;/*77b1bd*/
	color:#FFFFFF;
}
.clear {clear:both;}



.bg_tn {
	height:90px;
	background-image:url(/images/bg_thumbNail_tile.gif);
	background-repeat:no-repeat;
	text-align:center;
}
.tnMargin {
	height:25px;
}
.imgBig {
	width:550px;
	background-image:url(/images/bg_image.gif);
	background-repeat:no-repeat;
	text-align:center;
}
#photoGallery td img {
	cursor:hand;
	cursor:pointer;
	border:1px solid #000000;
}

#photoGallery td img:hover {
	cursor:hand;
	cursor:pointer;
	border:1px solid #81052a;
}
.row1 {
	background-color:#FFFFFF;
}
.row2 {
	background-color:#CCCCCC;
}
.rowON {
	background-color:#c0f3fe;
}
.borderBottom {
	border-bottom:1px solid #000000;
}