@charset "utf-8";
/* CSS Document */

html {
	background:url(images/htmlBackground.jpg) 50% 0 repeat-y;
	background-color:#0a0a0a;
	}

a {
	text-decoration: none;
	color: #FFFFFF;
	}

a:hover {
	text-decoration: none;
	color: #ff3333;
	cursor:pointer;
	}

.spacer {
	clear:both;
	height:0px;
	font-size:0pt;
	line-height:0pt;
	width:10px;
	border:0px;
	margin:0px;
	padding:0px;
	}

body {
	width: 876px;
	margin: auto;
	padding: 0;
	position:relative;
	min-height:100%;
	cursor:default;
	}

#headerTop {
	margin-top:20px;
	width:876px;
	height:78px;
	background:url(images/headerTop.jpg) 0 0 no-repeat;
	position:relative;
	}

#homeIcon {
	display:block;
	width:20px;
	height:18px;
	background:url(images/home.jpg) 0 0 no-repeat;
	position:absolute;
	left:802px;
	top:23px;
	}

#homeIcon:hover {
	background:none;
	}

#emailIcon {
	display:block;
	width:20px;
	height:18px;
	background:url(images/email.jpg) 0 0 no-repeat;
	position:absolute;
	left:845px;
	top:23px;
	}

#emailIcon:hover {
	background:none;
	}

#headerImage {
	width:876px;
	height:200px;
	background:url(images/headerImage.jpg) 0 0 no-repeat;
	}

#menuBox {
	width:876px;
	height:36px;
	background:url(images/menuBar.jpg) 0 0 no-repeat;
	}

#menuBox a{
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#8B0000;
	font-variant:small-caps;
	height:36px;
	line-height:34px;
	padding-left:10px;
	padding-right:10px;
	display:block;
	float:left;
	}

#menuBox a:hover{
	background:url(images/menuItemHover.jpg) 0 0 repeat-x;
	color:#ffffff;
	}

#content {
	width:876px;
	background:#8B0000;
	}

#content div.text {
	padding:20px;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	}

#content p.title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	font-variant:small-caps;
	text-align:left;
	color:#FFFFFF;
	}

#content p.paragraphTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	font-variant:small-caps;
	text-align:left;
	color:#FFFFFF;
	}

div.paragraphBox {
	width:300px;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	}

#footerImage {
	width:876px;
	height:47px;
	background:url(images/footerImage.jpg) 0 0 no-repeat;
	line-height:44px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color:#ffffff;
	}