/*BACKGROUND - PANEL - WATERMARK*/
html, body {
		margin:0; 
		padding:0;
		}
body {
	background:#E4E2C5; /*Change Background Color Here */
	font:10pt tahoma; color:#E4E2C5; /*Change Overall Font Properties Here */
	}
#header {
		height:21px; 
		width:750px; 
		background:url('images/top.jpg') no-repeat; 
		}
#text {
	background:url('images/middle.jpg') repeat-y right; 
	width:750px; 
	text-align:left; 
	margin:0px auto 0px auto;
	}
#footer {
		height:28px; 
		width:750px; 
		background:url('images/bottom.jpg') no-repeat; 
		margin-top:0;
		}
#content {
		width:435px; 
		padding:0px 20px;
		margin-left:24px;
		background:#4F4F4E;
		border:1px solid #000;
		}
		
/*LOGO AND DESIGN*/		
#banner {
		height:65px; 
		width:687px; 
		background:#000 url('images/banner.jpg') no-repeat center; /*Change Banner Color/Image Here*/
		margin-left:35px; 
		margin-top:-12px; 
		margin-bottom:40px; 
		padding:32px 0 0 13px; 
		color:#554B3A; 
		font:18pt arial; /*Change Text Properties In Banner */
		display:none;
		} 
#logo {
	position:absolute; 
	top:22px; 
	right:12px;
	}

/*NAVIGATION*/
#menu {
	width:94px; 
	text-align:left; 
	position:absolute; 
	top:185px; 
	right:90px; 
	margin:0 auto;
	}
#menu a {
	color:#3C3D40; /*Change Navigation Link Color Here */
	margin-right:10px;
	padding-left:30px;
	margin-bottom:5px;
	display:block; 
	}
#menu a:hover {
			color:#3C3D40; /*Change Navigation Link Hover Color Here */
			background:url('images/nav.gif') no-repeat left center;
			}

/*CONTENT BODY*/				
#textwrap {
		position:relative; 
		margin:20px auto; 
		padding:0; 
		width:750px;
		}
#print {
	position:absolute; 
	top:360px; 
	left:45px;
	}
a {
color:#fff; /* Change Content Link Color Here */
text-decoration:none;
}
a:hover {
		color:#000; /*Change Content Link Hover Color Here */
		text-decoration:none;
		}

/*CONTENT FOOTER*/	
#contact {
		text-align:left; 
		padding-top:10px;  
		padding-bottom:5px;
		color:#4F4F4E; 
		font-size:8pt; /*Change Contact Info Text Properties Here */
		margin-left:1px;
		}
#contact li {
		display:inline;
		list-style-type:none;
		padding-right:6px;
		margin-left:4px;
		}
.bar {
	background:url('images/pipe2.gif') no-repeat right;
	}
.copyright a {
			margin-right:3px; 
			text-decoration:underline;
			color:#4F4F4E;
			}
.copyright a:hover {
				margin-right:3px; 
				text-decoration:underline;
				color:#000;
				}

/*FONT SIZES*/
.smaller {
		padding-top:2em; 
		margin-bottom:0; 
		text-align:center; 
		font-size:.70em;
		}
.smallest {
		padding-top:2em; 
		margin-bottom:0; 
		text-align:center; 
		font-size:.65em;
		}
.copyright {
		padding-top:0; 
		margin-bottom:25px; 
		text-align:center; 
		font-size:.75em;
		color:#4F4F4E;
		}
h1,h2,h3,h4,h5,b {font-weight:bold;}
h1 {font-size:1.3em;}
h2 {font-size:1.2em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.85em;} 

/* IMAGES */
.left {
	margin-right:1em; 
	float:left;
	}
.right {
	margin-left:1.5em; 
	margin-bottom:1em; 
	float:right;
	}
.left, .right {clear:both;}
img {border:none;}
.p100, .p125, .p150, .p175, .p200, .p225, .p250 {
												float:left; 
												margin:0 .75em 0 0;
												}
.p100 {width:100px;}
.p125 {width:125px;}
.p150 {width:150px;}
.p175 {width:175px;}
.p200 {width:200px;}
.p225 {width:225px;}
.p250 {width:250px;}
.p175r {
	width:175px; 
	float:right; 
	margin:0 0 0 .75em;
	}

/*DROP SHADOWS*/
.shadowRight {
  float:right;
  background: url('images/drop-shadow.png') no-repeat bottom right !important;
  background:;
  margin: 10px 0 10px 20px;
  }
.shadowRight img {
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
.shadowLeft {
  float:left;
  background: url('images/drop-shadow.png') no-repeat bottom right !important;
  background:;
  margin: 10px 10px 10px 6px;
  }
.shadowLeft img {
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
/*MISC */
.nobull {
		list-style:none; 
		margin:0; 
		padding:0;
		}
#validation {
			position:absolute; 
			bottom:-15px; 
			right:344px; 
			font-size:.75em;
			}
#validation a {text-decoration:none;}
#validation a:hover {text-decoration:underline;}
span.nonie {display:inline;}
.clear {clear:both;}
