body {
	background-color: #DCFEFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 5px;
	margin: 0;
}

h1 {
	font-size:1.2em;
	font-weight: normal;
	}
	
h2 {
	font-size:1.2em;
	color: #9D0015;
	padding: 0;
	}
	
h3 {
	font-size:1.1em;
	color: #9D0015;
	margin: 0 0 15px 0;
	font-weight:normal;
	}
	

form{
	padding: 0px;
	margin:0;
}

input {
	background-color: #F6F8FC;
	border: 1px solid #A7BAE4;
	color: #A7BAE4;
	font-weight: bold;
	padding: 1px 4px;
}


p {

}

select {

}


textarea {

}

#wrapper {
	width:718px;
	margin:0 auto;
	}
	
#header {
	width:703px;
	height:103px;
	background-image:url(../images/header.jpg);
	padding: 72px 0 0 15px;
	font-size: 1.4em;
	float: left;
	border: 4px solid #FFF;
	}
	
#menu {
	width:718px;
	background-color: #FFF;
	float: left;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	}
	
#menu ul {
	height:25px;
	width:718px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	}
	
#menu li {
	float:left;
	text-align: center;
	margin:0 3px 0 0;
	font-size: 1em;
	}
	
#menu li.last {
	margin:0;
	}
	
#menu li a {
	display:block;
	height:20px;
	width:100px;
	background-color: #9D0015;
	color: #FFF;
	text-decoration: none;
	padding: 4px 0 0 0;
	font-weight: normal;
	float: left;
	border-bottom:1px solid #FFF;

	}
	
#menu li a:hover, #menu li .selected {
	background-color: #C84964;
	color: #820C0A;
	}
	
#menu li li a {
	font-size:0.9em;
	}
	
#menu a { display: block; }
div#menu li { position: relative; }
div#menu ul ul { display: none; z-index: 500; position: absolute; }
div#menu li:hover { z-index: 100; cursor: pointer; }
div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul { display: none; }
div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul { display: block; }
/* ## Edit values below to create pop up/down/out menu levels */
div#menu ul {
	width: 718px; /* set to width of popout level one & above */
}
div#menu ul ul {
	left: 0; /* set horizontal offset - 100% set menu to right */
	top: 100%; /* set vertical offset - 100% to go underneath */
	width: 150px; /* set to width of popout level two & above */
}
div#menu ul ul ul {
	left: 100%; /* set horizontal offset - 100% set menu to right */
	top: 0px; /* set vertical offset - 100% to go underneath */
	width: 150px; /* set to width of popout level three & above */
}
body{ behavior:url(css/csshover.htc); } /* required to work with older IE */
/* ### end of pop out menu ### */	
	
#content {
	width:678px;
	float: left;
	background-color: #FFF;
	border: 4px solid #FFF;
	padding: 20px 20px;
	}
	
#content img {
	float:right;
	margin: 0 0 20px 20px;
	clear: both;
	border: 1px solid #820C0A;
	}
	
#content a {
	color: #9D0015;

	}
	
#content a:hover {
	color: #C84964;

}

#content .titles {
	width:678px;
	margin: 0 0 15px 0;
	float: left;
	}
	
#content .titles strong {
	width: 78px;
	text-align: right;
	display: block;
	float: right;
}

#content .titles h2 {
	text-align: left;
	display: block;
	float: left;
	margin: 0;
	}
	
#content .text {
	float: left;
}
	
#footer{
	width:718px;
	background-color: #C84964;
	float: left;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	height: 20px;
	}
	
.copyright {
	color: #FFF;
	padding: 3px 20px 0 0;
	font-size: 0.85em;
	float: right;
}

table, table td{
	border:1px solid #9F0811;
	}
