 /* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}
body { 
	background: url(/images/backgrounds/backgroundGradient.jpg) repeat top left;
	margin: 0px; 
	padding: 0px;
	}
p { 
	font: 9pt/17pt arial; 
	margin-top: 0px; 
	text-align: justify;
	}
table.home {
	background: #fff url(/images/backgrounds/crossback.gif) repeat top left;
}
table.no {
	background: none;
	border-width: 0px;
}
td.page {
	background: url(/images/logo/homelogo.gif) no-repeat top right;
	/*font: small georgia;*/
	font: 11px georgia;
	color: #777;
	padding: 0px 15px 15px 15px;
	margin: 0px;
}
hr {
   noshade;
   color: #ccc;
   height: 1px;
   width: 350px;
   margin-bottom: 15px;
   margin-top: 15px;
   }
a:link { 
	font-weight: normal; 
	color: #fa1f5a;
	}
a:visited { 
	font-weight: bold; 
	color: #fa1f5a;
	}
a:hover, a:active { 
	font-weight: bold;
	color: #330000;
	}
a.home_nav { 
	text-decoration : none; 
	text-transform: uppercase;
	font-size : 11px; 
	color : #888888;
	font-weight: bold;
	}
a.home_nav_spec { 
	font-size : 11px; 
	color : #c90081; 
	}
a.home_nav_specLG { 
	font-size : 13px; 
	color : #c90081; 
	font-weight: bold;
	font-variant: small-caps;
	}
a.copy {
	font: 11pt/10pt Georgia;
	font-weight: bold; 
	color: #333;
}

/* specific divs */
#maincontent { 
	background: #fff;
	font: 9pt/12pt arial; 
	color: #999; 
	padding: 50px 15px 15px 15px;
	margin: 0px; 
}
.button {
	font: 9px Verdana; 
	color: #444; 
	font-weight: normal; 
	background: #cccccc; 
	/*border: 1px solid #660000; */
	text-transform: uppercase; 
	}
.norminput {
	font: 10px Verdana; 
	color: #cccccc; 
	background: #ffffff; 
	border: 1px solid #cccccc; 
	}
.subnav {	
	padding: 0px 20px 0px 0px;
	font: 11pt/10pt Arial; 
	color: #ffffff; 
	text-align: right; 
}
.homespecial {	
	font: 9pt/8pt Arial; 
	color: #ffffff; 
	font-weight: bold; 
	text-align: center; 
	text-transform: uppercase; 
}
.slogan { 
	font: 14pt/14pt Arial; 
	color: #ffffff; 
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.endpage { 
	font: 7pt/8pt Arial; 
	color: #888888; 
	text-align: right;
}
.leftdrop {
	background: url(/images/backgrounds/LeftPageDrop.jpg) no-repeat top left;
}
.rightdrop {
	background: url(/images/backgrounds/RightPageDrop.jpg) no-repeat top left;
}
.botdrop {
	background: url(/images/backgrounds/BotPageDrop.jpg) no-repeat top left;
}
.homebar {
	background: #ab9c8f ;
}
.address {
	background: #fff ;
	font: 8pt/9pt Georgia;
	font-variant: small-caps;
	color: #4b3c30; 
	text-align: center;
}
.banner {
	background: url(/images/banner/banner.jpg) no-repeat top left;
}
h1 { 
	font: bold 100% georgia; 
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px; 
	color: #857362;
	}

h2 { 
	font: normal 125% georgia; 
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px; 
	color: #754099;
	}
h3 { 
	font: normal 125% georgia; 
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px; 
	color: #857362;
	}
.endpage2 { 
	font: 85% Georgia; 
	color: #555; 
	text-align: right;
	margin: 0px 0px 20px 0px;
}