
/*HTML styles */

body {
	background-image: url(/images/page_bg.gif) ;
	background-position: center ;
	background-attachment: fixed ;
	margin: 0px ;	
	font-family: georgia, times, serif ;
	font-size: 12px ;
	color: #331601 ;
}

body, p, li, div, td {
	line-height: 19px;
}

input, select, textarea, button {
	font-family: georgia, times, serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 26px ;
	font-weight: normal ;
	color: #384E63 ;	
	margin-top: 0px ;
	letter-spacing: -1px ;
	line-height: 30px ;
}

h2 {
	font-size: 19px ;
	font-weight: normal ;
	color: #384E63 ;
	letter-spacing: -1px ;
	line-height: 23px ;
}

h3, .inline_h {
	font-size: 12px ; 
	font-weight: bold ;
	color: #384E63 ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	background: #331601 ;
	color: #547797 ;
	padding: 10px 0px 10px 0px ;
	margin-right: 20px ;
	display: block ;
	text-transform: uppercase ;
	font-size: 12px ;
	letter-spacing: 0px ;
	font-weight: bold ;
	text-decoration: none ;
	font-family: georgia ;
	line-height: 16px ;
}

a.button:hover {
	color: #7FB3E3 ;
	text-decoration: underline ;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

#content {
}

a:link {
	color: #384E63 ;
}

a:active, a:visited {
	color: #999999 ;
}

a:hover {
	color: #547797 ;
}

.img_float {
	float: right ;
	margin: 0px 0px 20px 20px ;
	border: 1px solid #384E63 ;
	clear: right ;
}

.img_floatLeft {
	float: left ;
	margin: 0px 20px 20px 0px ;
	border: 1px solid #384E63 ;
	clear: left ;
}

.img_home {
	margin: 0px ;
	border: 1px solid #384E63 ;
	margin-right: 1px ;
	height: 115px ;
}