@charset "utf-8";
/* CSS Document */

body {
	margin-top: 17px;
	margin-bottom: 15px;
	padding: 0;
	text-align: center;
	background-repeat: repeat-y;
	background-image: url("images/gridbkgrd.jpg");
	background-color: #000;
	background-position:center;
}
div#headermp {
	margin:0 auto;
	width: 796px;
	height: 143px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 3px solid #333;
	background-image:  url("images/homelogosm.png");
	background-position:center;
	background-repeat: no-repeat;
}
div#headerop {
	margin:0 auto;
	width: 796px;
	height: 143px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 3px solid #333;
	background-position:center;
	background-repeat: no-repeat;
}
div#imageline {
	margin:0 auto;
	width: 796px;
	height: 143px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 5px solid #ff3333;
	border-bottom: 3px solid #333;
	background-image:  url("images/imagebanner.jpg");
	background-position:center;
	background-repeat: no-repeat;
}
div#homenav {
	margin:0 auto;
	width: 796px;
	height: 40px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 5px solid #ff3333;
	border-bottom: 3px solid #333;
}
div#homecontent {
	margin:0 auto;
	width: 796px;
	height: 400px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 2px solid #333;
	border-bottom: 3px solid #333;
	text-align: center;
}
div#othercontent {
	margin:0 auto;
	width: 796px;
	height: auto;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 2px solid #333;
	border-bottom: 3px solid #333;
	text-align: left;
	color: #FFF;
}
div#othercontent2 {
	margin:0 auto;
	width: 796px;
	height: 355px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 2px solid #333;
	border-bottom: 3px solid #333;
	text-align: left;
	color: #FFF;
}
#othercontent2 p {
	font-family: Garamond;
	font-size: medium;
	margin: 45px;
	text-align: left;
	color: #000;
}
#othercontent p {
	font-family: Garamond;
	font-size: medium;
	margin: 45px;
	text-align: left;
	color: #FFF;
}
#homecontent p {
	font-family: Garamond;
	font-size: medium;
	margin: 25px;
	text-align: center;
	color: #FFF;
}
#side-a {
	float: left;
	width: 175px;
	overflow: hidden;
	background-image: url(images/sidebanner.jpg);
	background-repeat: no-repeat;
	height: 143px;
}
#side-b {
	margin: 0;
	width: 620px;
	float: right;
	position: relative;
	height: 143px;
	background-repeat: no-repeat;
	background-image: url(images/logosm.png);
}
#navbar {
	float: left;
	width: 175px;
	overflow: hidden;
	background-color: #E4E4E4;
}
#content {
	margin: 0;
	width: 621px;
	float: right;
	position: relative;
	background-color: #E4E4E4;
}
#container {
	margin:0 auto;
	width: 796px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 3px solid #333;
	background-color: #E4E4E4;
	height: 800px;
}
#content p {
	font-family: Garamond;
	font-size: medium;
	margin: 25px;
}
#othercontent a {
	color: #CCC;
}
