@import url(layout.css);
p {
text-align:justify;
}
body {
	color: black;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: black;
}
#container {
	background-color: white;
	width: 1000px;
	margin: 0 auto;
	border-top: 0;
	border-bottom: 0;
}
#masthead {
	text-align: right;
	background-color: black;
	width: 1000px;
}
#navigation {
	background-color: black;
	overflow: hidden;
}
#column_l {
	width: 690px;
	margin: 0;
	padding: 0 10px;
	background-color: white;
}
#column_r {
	width: 275px;
	margin: 0px;
	float: right;
	padding: 4px;
	background-color: white;
	position: relative;
}
#footer {
	width: 1000px;
	text-align: center;
	background-color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#h4 {
	text-align:center;	
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: black;
	margin: 2px 2px 0;
}
#column_r p {
	font-size: 11px;
	margin: 2px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	height:55px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: black;
	display: block;
	}
#navigation a:hover {
	color: black;
	text-decoration: none;
	border: 1px solid  silver;
	background-color: black;
}
/* Styles for Footer */
#footer {
	background:black
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: White;
	text-decoration: underline;
}
#footer a:hover {
	color: White;
	text-decoration: none;
}
/* Styles for Links */
li {
	padding: 2px;
}

a {
	color: white;
	text-decoration: underline;
	padding: 2px;
}
a:hover {
	color: black;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	color:white;
}
.style_italic {
	font-style: italic;
}

/********* form styling *************/
label {
display: block;
}