body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #666633;
	background-image: url(/images/bg_body.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6
{
	margin:5px;
	padding:0px;
}

#page {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	line-height:1.5em;
}

#header1 {
	margin: 0px;
	width: 500px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	height: 100px;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 220px;
}

#header1 h1 {
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 15px;
	margin-top: 5px;
	font-size: 50px;
	letter-spacing: -0.1em;
	color: #891616;
}
.hidden_link
{
	text-decoration:none;
	color:#891616;
}
#header1 h2 {
	font-size:18px;
	font-weight:normal;
	margin-left:10px;
}

#nav1 {
	margin: 0px;
	width: 740px;
}
#nav1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav1 ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav1 ul li a {
	font-size: 14px;
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	background-color: #990000;
	color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #700505;
	border-bottom-color: #640606;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/images/bg_btns.png);
	background-repeat: repeat-x;
	width: 127px;
}
#nav1 ul li a:hover {
	text-decoration: none;
	background-color: #A41717;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #006699;
	border-bottom-color: #006699;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	background-position: 0px 5px;
}

#content1 {
	width: 740px;
	background-color: #ffffff;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	position:relative;
}
.col_one {
	padding: 15px;
	width: 154px;
	float: left;
	margin: 0px;
	overflow: hidden;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
}
.col_two {
	padding: 20px;
	padding-top: 15px;
	width: 329px;
	float: left;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.col_middle{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.col_three {
	padding: 20px;
	width: 514px;
	float: left;
	overflow: hidden;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.col_four {
	padding: 20px;
	width: 699px;
	clear: both;
	border-top: solid 1px #eee;
}

.col_one h1, .col_two h1, .col_three h1, .col_four h1  {
	font-size: 24px;
	color: #000000;
	font-weight: normal;
}

.col_one h2, .col_two h2, .col_three h2, .col_four h2  {
	font-size: 16px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5DCE3;
	padding-bottom: 5px;
}

#footer1 {
	width: 699px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
	background-color: #F1F1F1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin: 0px;
	padding: 20px;
}
.copyright {
	font-size: 10px;
	color: #AAA;
}
.float_left
{
	float:left;
	margin-right:10px;
}
.float_right
{
	float:right;
	margin-left:10px;
}
.ul_narrow, .ul_narrow li {
	margin:0px;
	padding:0px;
	margin-left:10px;
}
