﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000;
	background-color: #000000;
}
#container {
	width: 1060px;
	margin: 0 auto;
	background-image: url("../images/bkbar.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}

#framecontainer {
	width: 1260px;
	margin: 0 auto;
	background-attachment: scroll;
	position:relative;
	font-size:.8em;
}

#masthead {
	width:auto;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
	background-color: #5A0005;
}

#framemasthead {
	width: 1260px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
	background-color: #5A0005;
	text-align:center;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #5A0005;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}

#sidebar2 {
	float: left;
	width: 145px;
	background-color: #936F2B;
	position: relative;
	clear: both;
	margin-left: 5px;
	margin-bottom: 4px;
	display: inline;
}

#content {
	float: right;
	width: 870px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 8px;
	background-color: #fff;
	position: relative;
	text-align: left;
}

#page_content {
	float:none;
	width:auto;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	text-align: left;
}

#page_content p {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}



#framecontent {
	float: right;
	width: 1260px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding: 0px;
	background-color: #fff;
	position: relative;
}

#footer {
	text-align: center;
	clear: both;
	width:auto;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #5A0005;
}

#framefooter {
	text-align: center;
	clear: both;
	width:1260px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	overflow: auto;
	background-color: #5A0005;
}

#masthead img {
	float: left;
	border: 2px solid black;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

#framemasthead img {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;

}
#framemasthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left:10px;
	padding-right:10px

}

}
#mastheadframe p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
}

#framelink p {
	font-size: 0.8em;
	color: #fff;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding: 2px;
	text-align:center;
}
#framelink a {
	color: #fff;
	text-decoration: underline;
}
#framelink a:hover {
	color: #fff;
	text-decoration: none;
}


/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}

#sidebar2 ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar2 li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar2 a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar2 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}

/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#framefooter p {
	font-size: 0.8em;
	color: #fff;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 2px;
}
#framefooter a {
	color: #fff;
	text-decoration: underline;
}
#framefooter a:hover {
	color: #fff;
	text-decoration: none;
}

.black_font {
	color: #000000;
}


.style_bold {
	font-weight: bold;
}

.style_footer {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;

}

.style_italic {
	font-style: italic;
}

.hr {
	height:3px;
	color: #5A0005;
}
.hr50 {
	width:70%;
	float:left;
	height:3px;
	color: #5A0005;
}