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

body{
	background-image:url(images/bkgrd.gif);
	background-repeat:repeat;
	/*background-color:#3e045b;*/
	margin:0px;
}	

#container{
	margin:0px auto;
	background-color:#fff;
	width:932px;
	min-height:1000px;
	height:100%;
	border:5px yellow solid;
	border-bottom:none;
	position:relative;
}

#header{
	background-image:url(images/Header.jpg);
	background-repeat:no-repeat;
	height:161px;
	width:932px;
}

#nav{
	width:932px;
	height:40px;
	background-color:black;
	border-top:4px yellow solid;
	border-bottom:4px yellow solid;
}

#content{
	padding-left:10px;
	padding-top:10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#footer{
	margin:0px auto;
	background-image:url(images/Footer.jpg);
	background-repeat:no-repeat;
	width:932px;
	height:115px;
	border:5px yellow solid;
	border-top:none;
	padding-top:0px;
}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
	width: 100%;
	table-layout: fixed;
}

ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
	height:40px;
	text-align:center;
	vertical-align:middle;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

/*ul.nav li>ul{
/*Make the sub list items invisible*//*
	display: none;
	position: absolute;
	background-image:url(purple.gif);
	background-repeat:repeat-x;
	padding:2px 6px;
	min-height:40px;
	width:24%;
	/*max-width: 40ex;*/
	/*margin-left: -6px;
	margin-top: 12px;
}

ul.nav li:hover>ul{
	display : block;
}*/

#nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 11px;
}

ul.nav,
.nav ul,
.nav ul li a{
	background-image:url(images/yellow.gif);
	background-repeat:repeat-x;
	/*background-color: #000;*/
	color: #3e045b;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-image:url(images/purple.gif);
	background-repeat:repeat-x;
	/*background-color: #3e045b;*/
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-image:url(images/purple.gif);
	background-repeat:repeat-x;
	/*background-color: #3e045b;*/
	color: #fff;
}

/*ul.nav,
.nav ul{
	border: 1px solid #369;
}*/

.nav a{
	text-decoration: none;
}

ul.form, .form ul{
	display:table;
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

.form li{
	display:table-row;
	width:800px;
	padding:5px;
	font-family:Georgia, serif;
	font-size:14px;
	color:#3E045B;
}

.form li>ul li{
	display:table-cell;
	width:100px;
	vertical-align:top;
}

p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#242424;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#3E045B;
	
}

