﻿@import url("layout.css");
body {
	font-family: Sylfaen, "BPG Glaho 2008", "BPG Glaho";
	font-size: 0.8em;
	color: #000;
	background-color:#005100
}
#container {
	width: 802px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#masthead {
	text-align: right;
	width: 802px;
	overflow: auto;
	background-color: #007D00;
}
#sidebar {
	float: left;
	width: 140px;
	background-color: #E7FEE0;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 450px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	position: relative;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #808000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808000;
}
#content_1 {
	float: right;
	width: 150px;
	padding: 10px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}

#footer {
	clear:both;
	width: 800px;
	background-color: #dcb;
	padding: 0;
	overflow:auto;
	margin-top: 0px;
	font-size:11px;
}
#masthead img {
	float: right;
}
#masthead p {
	text-align: right;
	margin-top: 5px;
	margin-bottom:5px;
	margin-right: 10px;

}
#masthead a {
	color: white; 
	text-decoration:none;
	font-size:10px;
	
}

#masthead a:hover {
	text-decoration:none;
	color:green;
	background:white;
	
	
	}


/* Styles for Navigation */
#sidebar ul {
	font-family:Sylfaen, "BPG Glaho 2008", "BPG Glaho";
	font-size:12px;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #003300;
	display: block;
	padding: 3px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;

}

/* Styles for Footer */

#footer p {

	text-align: center;

	margin: 0px;

	padding: 2px;

}

#footer a {
	font-family:Sylfaen, "BPG Glaho 2008", "BPG Glaho";
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}



#prog h5{
	font-size:12px;
	margin:0px;
	color:maroon;
}
#prog h6{
	font-size:11px;
	color:black;
	margin:0px;
}
#prog p{
	font-size:10px;
	margin:0px;
	font-style:italic;
}

#author {
	width:800px;
	margin:0 auto;
	color:white;
	font-size:10px;
	text-align:center;

}
#author p{margin-top:10px;}
#author a{margin-top:10px; color:white}