@charset "UTF-8";
@media all {
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#d1d1d1;
	}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-variant: small-caps;
	text-align: center;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: left;
	}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #000000;
}
#topbar {
	width: 800px;
	height: 250px;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #E8E8E8;
	border-bottom-color: #4B3E57;
}
#topNavigation {
	width: 800px;
	height: 25px;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #FFFFFF;
	clear: both;
	float: none;
	border-bottom-color: #000000;
	font-variant: small-caps;
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	letter-spacing: 0.15em;
	}
a:link {
	color: #0000ff;
}
a:visited {
	color: #9933CC;
}
a:hover {
	color: #663399;
}
a:active {
	color: #FF33CC;
}

#mainContent {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 500px;
}

#box1 {
	float: left;
	width: 20%;
	height: 450px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-color: #000000;
	background-image: url(../images/box1.jpg);
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-repeat: no-repeat;
}

#box2 {
	float: left;
	width: 20%;
	height: 450px;
	background-image: url(../images/box2.jpg);
	padding-top: 50px;
	background-repeat: no-repeat;
}
#box3 {
	height: 450px;
	width: 20%;
	float: left;
	top: 300px;
	border: thick none #8D6A69;
	background-image: url(../images/box3.jpg);
	padding-top: 50px;
	background-repeat: no-repeat;
}
#box4 {
	height: 450px;
	width: 20%;
	float: left;
	overflow: hidden;
	border: thick none #000000;
	background-image: url(../images/box4.jpg);
	padding-top: 50px;
	background-repeat: no-repeat;
}
#box5 {
	width: 20%;
	float: left;
	height: 450px;
	position: relative;
	overflow: hidden;
	background-image: url(../images/box5.jpg);
	padding-top: 50px;
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	width: 800px;
	height: 30px;
	background-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	font-size: small;
	text-decoration: blink;
}
p {
	margin: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
ul li {
	margin-left: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
}
@media print {
body, h1, #footer, a:link {
	color:#000;
}
body {
	width: 7in;
	font-size: 10pt;
}
h1 {
	font-size: 15pt;
}
#footer {
	background: #FFFFFF;
}
#box1 {
	background-image: none;
	background-color: #fff;
}
#box2 {
	background-image: none;
	background-color: #fff;
}
#box3 {
	background-image: none;
	background-color: #fff;
}
#box4 {
	background-image: none;
	background-color: #fff;
}
#box5 {
	background-image: none;
	background-color: #fff;
}
.MenuBarHorizontal {
	display: none;
}
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: large;
}
