﻿/* CSS layout */
#masthead {
}

#top_nav {
	font-family: "Goudy Old Style";
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #ffffff;
}

#container {
	position: relative;
	width: 900px;
	background-color: #000000;
}

#left_col {
	
	position: absolute;
	left: 0px;
	top: 0px;
width:252px;
}



#page_content {
	
	text-align: left;
	vertical-align: top;
	margin-left:255px;
}

#page_content2 {
	
	text-align: left;
	vertical-align: top;
	margin-left:0px;
	margin-right:0px;
}



#footer {
text-align: right;
}


.style1 {
	color: #000000;
	font-family: Tahoma;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	line-height:18px;
}
.nav {
	font-family: "Goudy Old Style";
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #fff;
}
.nav:link {
	font-family: "Goudy Old Style";
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #fff;
}
.nav:hover {
	font-family: "Goudy Old Style";
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #f5ed67;
}
.nav:visited {
	font-family: "Goudy Old Style";
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #fff;
}



a {
	color: #fad922;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
}

a:visited {
	color: #fad922;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
}

h3 {
	color: #000000;
	font-family: "Goudy Old Style";
	font-size: 20px;
	margin-top:20px;
	padding-right: 0px;
	text-decoration: none;
	line-height:18px;
}


