﻿@import url('biggs-layout.css');
body {
	color: black;
	font-size: 13px;
	font-family:  "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	 background-color:#CCCCCC
	}
#container {
	background-color: #fff;
	width: 1003px;
	margin: 0 auto;
	border-top: 1px solid  black;
	border-right: 1px solid  black;
	border-bottom: 0;
	border-left: 1px solid  black;
}
#masthead {
	background-color:  #fff;
	overflow:hidden;
	

	width: 1003px;
}

#mast-right {
	
	 float:right;
	}



#navigation {
	
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;

}
#column_l {
	width: 200px;
	margin: 0;
	padding: 0 11px;
	background-color: #fff;
}
#column_r {
	width: 773px;
	margin: 0;
	margin-top:20px;
	float: left;
	padding: 4px;
	background-color: #fff;
	position: relative;
}
#footer {
	width: 1003px;
	text-align: center;
	background-color:  black;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	 
}
#masthead p {
	font-size:  medium;
	color: #fff;
	margin: 10px 10px 0;
}


/* Main Content  */

#column_l p {
	font-size:1.0em ;
	margin: 7px;
}



/* side navigation  */
#column_r p {
	font-size:   1.0em;
	margin: 7px;
}



/* Styles for Top Navigation */
/* 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: teal;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.moveup{
float:left;
margin-top:-50px
	
}