* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background:url(images/webdesign/bg2.jpg)
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h1 {
	font-size: 1.3em;
	color: #595959;
	background-color: transparent;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #CC0033;
	background-color: transparent;	
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color:#333333;
	background-color: transparent;  
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #CC0033;
	background-color: transparent;	
}
h5 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #595959;
	background-color: transparent;	
}
h6 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: transparent;	
}
img {
	border:0px;
	margin:0px;
}
.imgleft {
  float: left;
	margin-right: 15px;
}

.imgright {
  float: right;
	margin-left: 15px;
}
.clearboth {
	clear: both;
}
.normal {
	font-size: 1em;
	font-style: normal;
	color:#000000;
	background-color: transparent;
}
.quotes_sm {
	font-size: .90em;
	font-style:italic;
	color:#333333;
	background-color: transparent;
}

.quotes_lg {
	font-style:italic;
	color:#333333;
	background-color: transparent;
}
.leftalign {
	text-align:left;
	font-size: 12px;
}
a:link {
	color: #0000CC;
	text-decoration:none;
}
a:visited {
	color: #0000CC;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
a:active {
	text-decoration: underline;
}
#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:779px;
	height:700px;
	color: #000000;
	background-color: #6C6E6B;
	text-align:left;
	z-index:1;
}

#hdrleft {
	position:absolute;
	left:2px;
	top:0px;
	width:579px;
	height:131px;
	z-index:4;
}

#hdrright {
	position:absolute;
	left:581px;
	top:0px;
	width:196px;
	height:131px;
	z-index:5;
}
#bottombar {
	position:absolute;
	left:2px;
	top:675px;
	width:775px;
	height:8px;
	background:url(images/bottom_bar.jpg) top left no-repeat;
	z-index:5;
}
#footerlinks {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:15px;
	width:779px;
	height:48px;
	color: #FEFEB2;
	text-align:center;
	background-color: transparent;
	z-index:3;
}
#footerlinks a:link {
	color: #ffffff;
	text-decoration: none;
}
#footerlinks a:visited {
	color: #ffffff;;
	text-decoration: none;
}
#footerlinks a:hover {
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: underline;
}
#footerlinks a:active {
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: none;
}
.alternate_row_style {
	background-color: #F4E9C6;
}
.table_hdr {
	background-color: #E0C64D;
	text-align: center;
}