html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 6px 0 0 0;
	font: 76.4% Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	background: url('images/bg.jpg');
}

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
	background: url('images/wrapper.jpg') repeat-y;
}

#header {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/header.jpg') no-repeat;
	width: 1000px;
	height: 120px;
}

#headerleft {
	float: left;
	width: 500px;
	height: 120px;
}

.headerleftcontent {
	padding: 18px 0 0 30px;
	margin: 0;
	text-align: left;
}

#headerright {
	float: right;
	width: 500px;
	height: 120px;
}

#headerrightlinks {
	width: 500px;
	height: 50px;
}

.headerlinks {
	text-align: right;
	padding: 20px 50px 0 0;
	color: #fdd466;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-size: 120%;
	font-variant: small-caps;
}

.headerlinks a:link, .headerlinks a:visited {
	padding: 10px;
	color: #fdd466;
	text-decoration: none;
}
	
.headerlinks a:active, .headerlinks a:hover {
	color: #d59321;
	text-decoration: underline;
}

#headerrighttext{
	width: 500px;
	height: 70px;
}


/* Used in single column layouts */
#bodycolumn {
	width: 1000px;
	clear: both;
}

/* Used in single column layouts */

.bodycolumncontent {
	padding: 4px 70px 4px 70px;
	min-height: 400px;
}


#footer {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/footer.jpg') no-repeat;
	height: 100px;
	width: 1000px;
}

.footercontent {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	text-align: center;
	color: #d59321;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-size: 90%;
	font-variant: small-caps;
}

.footercontent a:link, .footercontent a:visited  {
	padding: 4px 4px;
	color: #d59321;
	text-decoration: underline;
}

.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #fdd466;
	text-decoration: none;
	background-color: transparent;
}
/* End of Layout CSS */

/* Start General Styles */
img {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style-image: url('images/bullet.gif');
	line-height: 185%;
}

p {
	margin: 6px 0;
	line-height: 125%;

}

a:link, a:visited {
	color: #fdd466;
	text-decoration: underline;
}

a:active, a:hover {
	color: #d59321;
	text-decoration: none;
}

h1 { 
	color: #fdd466;
	font-size: 155%;
	text-align: left;
	font-variant: small-caps;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
}

h2 {	
	font-size: 150%;
	color: #d59321;
	text-align: left;
	font-variant: small-caps;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
}

h3 {	
	font-size: 145%;
	color: #E8E1D9;
	text-align: left;
	font-variant: small-caps;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
}

h4 { 
	font-size: 135%;
	color: #fdd466;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
}

h5 { 
	font-size: 125%;
	color: #d59321;
	font-weight: bold;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
}

h6 { 
	font-size: 125%; 
	color: #E8E1D9;
	font-weight: bold;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
}

.clear {
	clear: both;
}

/*  The invisible class is used for a small Top of Page link that can't be seen.  */

#invisible {
	color: #000000;
	font-size: .1%;
}

#invisible a:hover {
	color: #2e2e2e;
}

.topofpage {
	line-height: 22px;
	text-align: center;
}



.block1 {
	color: #fdd466;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #b49236;
	background-color: #000000;
	padding: 6px;
}

.block2 {
	color: #403216;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #403216;
	background-color: #d59321;
	padding: 6px;
}

.block3 {
	color: #fdd466;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #b49236;
	background-color: #000000;
	padding: 6px;
}

blockquote {
	color: #fdd466;
	background-color: #000000;
	border: 2px solid #b49236;
	font-style: italic;
	font-weight: bold;
	padding: 6px;
}

.tiny {
	font-size: 80%;
}

.imageleft {
	float: left;
	padding: 8px;
}

.imageright {
	float: right;
	padding: 8px;
}

.news1 {
	padding: 4px;
	display: block; 
	width: 160px;
	color: #fdd466;
	font-weight: bold;
	text-align: center; 
	font-family:Verdana; font-size:10pt
}

.news2 {
	padding: 4px;
	display: block; 
	width: 160px;
	color: #fdd466;
	font-weight: bold;
	text-align: center; font-family:Verdana; font-size:10pt
}