/* This is for all pages*/

body {
	text-align: center;
	background-color: #993333;
	margin: 0px;
	padding: 0px;
} 

#wrapper {
	text-align: left;
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	padding-bottom: 0px;
}



/*The following pieces are used in the header section on this site*/

#header {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: auto;
	padding: 0px;
	height: 108px;
	width: 800px;
	background-color: #993333;
	background: #993333 url(images/header.jpg) top left no-repeat scroll;
}

#middle {
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 450px;
	padding: 0px;
	border: 0px;
	overflow: auto;
	background-image: url(images/middle.jpg);
	left: 0px;
}




/*The following pieces are used to create the bottom part on this site*/


#left {
	float: left;
	position: relative;
	margin-left: 0px;
	width: 200px;
	height: auto;
	padding: 0px;
	border: 0px;
	background-color: #FFFFCC;
}

#center {


	margin-left: 210px;
	margin-top: 15px;
	width: auto; 
	height: auto;
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
}

#right {
	float: right;
    position: relative;
	margin-left: 2px;
	margin-top: 2px;
	width: 200px; 
	height: auto;
	padding: 10px;
	border: 0px;
	background-color: #ffffff;
}

/* This is for the drop down menu*/


#masterdiv {
	float: left;
	position: relative;
	margin-top: 6px;
	margin-left: 6px;
	padding: 0px;
	border: 0px;
	background-color: #FFFFCC;
	height: auto;
}

.menutitle {
	padding: 0px;
	line-height: 24px;
	text-align: left;
	color: #666600;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
	text-decoration: none;
	width: 194px;
	height: auto;
	background-color: #FFFFCC;
}

.menutitle a {
	cursor: pointer;
	line-height: 24px;
	text-align: left;
	color: #5F92D1;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
	text-decoration: none;
	width: 196px;
	height: auto;
}

.menutitle a:hover {
	color: #993333;
	text-decoration: underline;
	line-height: 24px;
	font-weight: bold;
}

.submenu {
	margin-left: 0px;
	color: #666600;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

.submenu a {
	color: #5F92D1;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

.submenu a:hover {
	color: #993333;
	text-decoration: underline;
	font-weight: bold;
}

/*The following pieces are used to create the text styles on this site*/

.mainText {

font-family: Verdana;
	font-size: 14px;
	color: #000000;
	margin-left: 5px;
	line-height: 18px;
	text-align: left;
}

.mainText a {
	color: #009933;
	text-decoration: underline;
}

.mainText a:hover {
	color: #cc6633;
	text-decoration: underline;
}

.textbold {
	font-weight: bold;
}

.h1 {
	font-family: Verdana;
	font-size: 24px;
	color: #5F92D1;
	margin-left: 5px;
	margin-top: 0px;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
}
.ul {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
	list-style-type: disc;
	text-indent: 5px;
}