/* CSS Document */
body {
	background-color: #f3f0e2;
	background-image:url(images/bg2.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #00008b;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #214269;
	}
	
a:hover {
	text-decoration: underline;
	color: #00008b;
	}

#container {
	width: 780px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#content {
	width: 650px;
	margin: 0px 20px 0px 25px;
	padding: 0px 15px 0px 15px;
	background-color:#f3f0e2;
	}

#navBar {
 	display: none;
	float: left;
	width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	}
		
#callout{
	width: 530px;
	border-style: solid;
	border-width: thick;
	border-color:#dbccb5;
	background-color: #ECE1D7;
	} 
	
#footer {
	clear: both;
	padding: 0;
	margin-top: 0;
	}
	
.nav2 {
	margin: 4px 2px 3px 1px;
	}
	
.emp {
	margin-left: 2px;
	}
	
.empB {
	margin-top: 0px;
	margin-left: 2px;
	font-weight: bold;
	}

