@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	background-image: url(../images/Banner-Top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFF2;
}



#UpperFloat {
	float: right;
}
#Container {
	width: 1024px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	background-color: #FFC;
	box-shadow: 5px 5px 5px #999;
	border-radius:15px;
}
#Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-transform: none;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
#Menu {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 3px;
	min-height:50px;
	height:50px;
}
#Content {
	margin-right: 25px;
	margin-left: 25px;
}
#Copyright {
	width: 1024px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}
.MenuLink {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 2px 2px #CCC;
}
a {
	color: #00C;
	text-decoration: none;
		
}
#Menu a:hover {
	border-radius: 10px;
	/*background-color: #FC0;*/
	text-shadow: 2px 2px #CCC;
	background-image: url(../images/Site_Pages.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#Menu a:link, #Menu a:visited, #Menu a:active {
}
p, table {
	text-align: left;
}
.job {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 28px;
}
.date {
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.rightaligndates {
	text-align: right;
	vertical-align: bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;

}
.employment_block {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 10px;
	padding: 5px;
	clear: both;
}
.clear {
	clear: both;
}
.imgfloatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imgfloatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#Footer {
	clear: both;
}
.leftrightindent {
	margin-right: 25px;
	margin-left: 25px;
}
h5 {
	margin: 0px;
	padding: 0px;
}
