body {
	margin : 0;
	padding : 0;
	font-family : arial, helvetica, sans-serif;
	font-size : 0.85em;
	background-color: #999999;
}
#Layer1 {
	position:absolute;
	width:220px;
	top: 19px;
	background-image: url(images/title2.png);
	height: 66px;
}
#container {
	width : 730px;
	margin : 20px auto 20px auto;
	border : 1px solid #111;
	background : #fff;
}
#header {
	height : 250px;
	background : transparent;
	border-bottom : 4px solid #000;
}
#header h1 {
color : #fefefe;
font-size : 22pt;
margin : 0;
padding : 40px 10px 10px 10px;
}
#content {
width : 490px;
padding : 10px;
float : right;
}
#content h1, h2, h3, h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : lighter;
	color : #404040;
	font-size: 1.9em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#content h2 {
	color : #333333;
	font-size : 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-style: italic;
	padding-bottom: 2px;
}
#content h3 {
	color : #333;
	font-size : 1em;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
#content a { color:#0000FF}

#sidebar {
width : 200px;
padding : 10px;
float : left;
margin : 0;
}
#sidebar ul {
	margin : 0;
	padding : 0;
	border-bottom : 1px solid #fff;
	background-color: #999999;
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar ul li {
	margin : 0;
	padding : 0;
	list-style : none;
	border : 1px solid #fff;
	border-bottom : none;
	background-color: #999999;
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar ul li a {
	display : block;
	padding : 3px;
	width : 192px;
	color : #333333;
	text-indent : 30px;
	text-decoration : none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #999999;
}
#sidebar ul li a:hover {
	color: #FFFFFF;
	background-color: #999999;
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar ul li a.selected {
	display : block;
	padding : 3px;
	width : 192px;
	color : #FFFFFF;
	text-indent : 30px;
	text-decoration : none;
	background-color: #990000;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px none #999999;
}
.side3 {
	border : 1px solid #666666;
	padding : 5px;
	text-align : center;
	margin : 10px 0 0 0;
	font-size : 8pt;
	visibility: hidden;
}
.side1 {
	border : 1px solid #990000;
	padding : 5px;
	text-align : center;
	margin : 10px 0 0 0;
	font-size : 8pt;
	background-color: #FFFFFF;
}
.side2 {
	border : 1px solid #990000;
	padding : 5px;
	text-align : center;
	margin : 10px 0 0 0;
	font-size : 8pt;
}
#footer {
	clear : both;
	border-top : 1px solid #000;
	padding : 10px;
	color : #fff;
	font-size : 8pt;
	text-align : center;
	background-color: #666666;
}
a {
	color : #FFFFFF;
	font-weight : bold;
}
a:hover {

}

.img-header {
	background : #f2f7e9 no-repeat top left;
	clear : both;
	float : left;
	width : 730px;
	height : 150px;
	margin : 0;
	padding : 0;
}
.nav1-container {
	width : 730px;
	top : 25px;
	position : absolute;
	z-index : auto;
	right: inherit;
	background-color: #990000;
}
.nav1 {
margin : 0;
padding : 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 1em;
}
.nav1 ul {
	float : right;
	margin : 0;
	padding : 0 20px 0 0;
	border-left : 1px solid rgb(115, 162, 182);
	background-color : transparent;
	font-weight : bold;
	font-size: small;
	color: #999999;
}
.nav1 li {
display : inline;
list-style : none;
margin : 0;
padding : 0;
}


.nav1 li a {
	display : block;
	float : left;
	margin : 0;
	padding : 2px 5px 2px 5px;
	border-right : 1px solid rgb(115, 162, 182);
	color : #FFFFFF;
	text-decoration : none;
	font-size : 10px;
}
.nav1 a:hover, .nav2 a.selected {
	color : #003300;
	text-decoration : none;

}

.biggertext {
	font-size: small;
}

.text_list {
	list-style-type: circle;
	left: 20px;
}

