body {
  font-family : arial;
  background : #833D47 url(../images/layout/footerBg.jpg);
 }
 
 label {
 	cursor:hand;
	cursor:pointer;
 }
 
 td {
 	font-size : 12px;
 }
 
 hr {
 	color : #A4A490;
	height : 3px;
	filter:alpha(style=1);
 }
 
 .mainTable {
	height : 550px;
	background : #FAFAAB;
	border : 2px solid #5F1A24;
 }
 
 .subNavItem {
	color : #FFFFFF;
	font-size : 11px;
	padding-left : 4px;
	padding-right : 4px;
 }
 
 a.subNavLink {
 	color : #FFFFFF;
	text-decoration : none;
 }
 
 a.subNavLink:hover {
 	color : #FFFFF;
	text-decoration : underline;
 }
 
 a.link {
 	color : #833D47;
	text-decoration : none;
 }
 
 a.link:hover {
 	color : #833D47;
	text-decoration : underline;
 }
 
 .siteTitle {
 	background : url(../images/layout/titleBg.png);
	color : #833D47;
	height : 53px;
 }
 
 .navigation {
	background-color : #833D47;
	padding-left : 5px;
	padding-right : 5px;
	border-bottom : 6px solid #8B545C;
 }
 
 .left_design {
 	background : url(../images/layout/leftBg.jpg);
 }
 
 .navItem {
 	font-size : 12px;
	padding-left : 5px;
	padding-right : 5px;
	text-align : center;
	cursor : hand; cursor : pointer;
 }
 
 .navItemActive {
 	font-size : 12px;
	padding-left : 5px;
	padding-right : 5px;
	text-align : center;
	text-decoration : underline;
	font-weight : bold;
	cursor : default;
 }
 
 .navItemHover {
 	font-size : 12px;
	padding-left : 5px;
	padding-right : 5px;
	text-align : center;
	cursor : hand; cursor : pointer;
 }
 
 a.navLink {
 	color : #666666;
	text-decoration : none;
 }
 
 a.navLink:hover {
 	color : #666666;
	text-decoration : underline;
 }
 
 .homeCol {
 	background-color : #E6E6DC;
	border-left : 1px solid #A4A490;
	color : #000000;
	font-size : 11px;
 }
 
 .pageHeader {
 	font-weight : bold;
	font-size : 13px;
	color : #833D47;
	letter-spacing : 3px;
	font-variant : small-caps;
	margin-bottom : 5px;
	padding-bottom : 5px;
	border-bottom : 2px dashed #833D47;
 }
 
 .subHead {
 	font-size : 12px;
	font-weight : bold;
	letter-spacing : 1px;
	text-decoration : underline;
 }
 
 /* Form Fields */
 
 input,.textarea, select {
 	font-size : 11px;
	font-family : arial;
	padding-left : 3px;
 }
 
 .formHeader {
 	font-weight : bold;
	padding-left : 5px;
	padding-right : 5px;
	width : 100px;
	color : #FAFAAB;
	background-color : #833D47;
	border-bottom : 1px solid #A4A490;
	border-right : 1px solid #A4A490;
 }
 
 /* Lists */
 
 .list {
 	border-bottom : 1px solid #A4A490;
	padding-left : 5px;
	padding-right : 5px;
 }
 
 .colHeader {
 	background-color : #960707;
	border-bottom : 1px solid #FFFFFF;
	color : #FFFFFF;
	font-weight : bold;
	padding-left : 5px;
	padding-right : 5px;
 }
 
 .listHeader {
 	font-weight : bold;
	padding-left : 5px;
	background-color : #1A445F;
	color : #FFFFFF;
 }
 
 /* Message */
 
 .message {
 	color : #000000;
	font-size : 11px;
	padding-bottom : 10px;
	padding-top : 30px;
	padding-left : 5px;
	padding-right : 5px;
	letter-spacing : 1px;
	background : #FFFFE1 url(../images/layout/error.png) no-repeat;
	border-top : 3px solid #F7F7AF;
	border-bottom : 3px solid #F7F7AF;
 }
 
 /**/
 
 .boxes {
 	background-color : #1A445F;
	padding-left : 5px;
 }
 
 .header {
 	color : #FFFFFF;
	font-weight : bold;
	text-transform : lowercase;
	font-size : 18px;
	padding-top : 3px;
	letter-spacing : 1.5px;
 }
 
 .small {
 	font-size : 11px;
	font-weight : normal;
	text-transform : none;
 }
 
 
 .middle {
 	border-top : 1px solid #C3C3C3;
	background-color : #E3E2E2;
	font-size : 12px;
	padding-left : 5px;
	padding-right : 5px;
	height : 20px;
	font-weight : bold;
	letter-spacing : 2px;
	text-transform : lowercase;
 }
 
 /* News Style */
 
 .articleTitle {
 	font-size :24px;
	font-weight : bold;
	letter-spacing : 1px;
 }
 
 .articleBody {
 	text-align : justify;
 }
 
 /* Photo Gallery */

 .discreet {
 	font-size : 10px;
	color : gray;
	padding : 3px;
 }
 
 /*Footer Styles*/
 
 .footerItem {
	font-size : 10px;
	font-weight : bold;
	padding-left : 5px;
	padding-right : 5px;
	color : #E3E2E2;
	background:#833D47 url(../images/layout/bg.jpg);
 }