﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: none;
}
#container {
	background-color: #FFF;
	width: 800px;
	margin: 5px auto 20px auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	width: 800px;
	background-color: #808080;
}
#masthead-bg {
	background-color: #000459;
	
}


#column_l {
	width: 485px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	
}
#column_r {
	width: 268px;
	margin: 0;
	float: right;
	padding: 8px;
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
}
#column_f {
	width: 770px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	
}

#footer {
	width: 800px;
	text-align: center;
	background-color: #808080;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation {
	background-color: #78000D; /*match bg color with #dropmenudiv a */
	
	overflow: hidden;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #c9c9c9;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#FFF;
background-color: #78000D; /*match bg color from #navigation */
}


#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#dropmenudiv{
	position: absolute;
	border: 1px solid #c9c9c9;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 24px;
	z-index: 100;
		
}

#navigation li {
	float: left;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 4px;
	border: 1px solid #c9c9c9;
	font-size: small;
	font-weight: bold;
	height: 35px;
}

#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #E0BBB9; /*match bg color with #dropmenudiv a:hover */
	font-weight: bold;
}
#dropmenudiv a:hover{
	/*hover background color*/
background-color: #E0BBB9; /*match bg color from #navigation a:hover */
color:#000;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.hr-o {
	color: #ff6600;
	width:80%;
}
.h2-heading{
	color:blue;
	margin-top:10px;
}
.h3-heading{
	color:blue;
	margin-top:10px;
	text-align:left;
}

.h4-heading{
	color:blue;
	margin-top:10px;
	text-align:center;
}
.image{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* Styles for scroller */
#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 478px;
height: 20px;
border: none;
padding: 3px;
color:yellow;

}

#pscroller2 a{
	text-decoration: none;
	color: #0099CC;
}

