body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #222222;
	background-color: #A4C4EB;
	margin: 0px;
}
#topheader {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#middlewrap {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
}
#bottomfooter {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#middlecontent {
	width: 740px;
	padding-right: 20px;
	padding-left: 20px;
}
#toplevelnav {
	width: 720px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: right;
	background-color: #A4C4EB;
}
h1 {
	color: #99CC00;
}
h2 {
	color: #CC0000;
}
h3 {
	color: #CC0000;
	background-color: #FFFFCC;
}
#toplevelnav a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
#toplevelnav a:hover {
	color: #990000;
	background-color: #FFFFCC;
	text-decoration: underline;
}
#wrapitup {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/middle.png);
}
.tblebrder {
	border: 1px solid #222222;
}
.titleone {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	color: #990000;
	text-transform: uppercase;
}
.titletwo {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
#menubox {
	padding: 5px;
	width: 170px;
	border: 1px solid #000000;
	float: left;
	right: auto;
	float: left;
	clear: left;
	margin-right: 10px;
	background-color: #FFFFCC;
	}

#menubox a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	padding-left: 10px;
}

.dividor {
	background-color: #CCCCCC;
	height: 2px;
}
.actionlink {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

