body {
    font-family: Arial, sans-serif;
	font-size: small;
    background-color: #B0C4DE;
}
#container {
    border:1px solid #FFFFFF;
    width:1000px;
	height: 100%;
	background-color: #cdf;
    text-align: center;
    margin: 0 auto 0 auto;
}
#masthead {
	width: 100%;
    height: 175px;
	overflow: hidden;
	text-align: center;
	background-color: #cdf;
}
#page_content {
	position: relative;
    width: 100%;
    text-align: left;
}
#sidebar {
	position: relative;
	float: left;
	width: 15%;
	background-color: #cdf;
}
#left_col {
    position: relative;
	background-color: #cdf;
    text-align: center ;
    border: 0 ;
}
#content {
	margin-left: 15%;
	padding: 3%;
	background-color: #FFFFFF;
    text-align: left;
}
#content_pa {
	margin-left: 15%;
    height: 400px;
	padding: 3%;
	background-color: #FFFFFF;
    text-align: left;
}
#content li {
	list-style-type: disc; color: #000000;
}
#center {
    text-align: center;
}
#center img {
    padding-left: 25px  ;
    padding-right: 25px ;
}
 #footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
}
#masthead img {
	float: none;
}
#masthead p {
	font-size: small;
	margin: 0%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Arial Black";
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
    text-align: left ;
}
#sidebar ul li {
	display: block;
	border: 0px solid #cdf;
    text-align: center;
    }
#sidebar ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
    border-bottom: 1px solid #FFFFFF;
	display: block;
    padding: 5%;
    text-align: left;
}
#sidebar ul li a:hover {
	font-weight: bolder;
    color: #000000;
 	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
#sidebar ul li a:active  {
	font-weight: bold;
    color: #000000;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
#unique {
    background: #FFFFFF;
}
#footer p {
	font-size: x-small;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #006699;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}