body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: repeat-x url("../graphics/bodyback.jpg");
}

#Frame {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 600px;
}

#Footer {
	font-size: 10px;
	text-align: center;
	width: 100%;
	color: #666666;
	bottom: 0px;
	float: left;
	margin: 0px 0px 15px;
	height: 24px;
	letter-spacing: 3px;
	line-height: 24px;
}

#Footer a img {
	text-decoration: none;
	border: none;
}

#Content {
	float: left;
	text-align: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: auto;
}

b {
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	font-weight: bold;
}

a {
	color: #336699;
	text-decoration: none;
}

.decorbox {
	margin: 5px 10px;
	background-color: #eeeeee;
	border: thin solid #cccccc;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	color: #666666;
	line-height: 11px;
	float: left;
}

/* Header Items-----------------------------------*/

#Header {
	width: 800px;
	height: 145px;
	float: left;
	background: url("../graphics/header.jpg");
}

#Header span {
	float:  right;
	color: #336699;
	text-align: right;
	font-size: 24px;
	clear: right;
}

#TopBar {
	float: left;
	clear: both;
	background: url(../graphics/topbar.jpg) repeat-x;
	width: 790px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 18px;
	font-family: lucida handwriting;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 10px;
}

/* Content Items-----------------------------------*/

#ContentLeft {
	width: 180px;
	float: left;
	padding: 2px;
	margin-right: 0px;
	height: auto;
}

#ContentLeft span.divider {
	background: no-repeat url(../graphics/leftdivider.jpg);
	width: 210px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nav {
	width: 175px;
	background: repeat-y url("../graphics/navback.jpg") #810004;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.nav img {
	margin-bottom: -5px;
}

.nav h3 {
	background: url("../graphics/navh3.jpg");
	height: 25px;
	text-align: center;
	line-height: 24px;
	margin: 0px;
	font-size: 13px;
}

.decorboxblue {
	width: 175px;
	background: repeat-y url("../graphics/decorboxblueback.jpg") #0b2e56;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.decorboxblue h3 {
	background: url("../graphics/decorboxblueh3.jpg");
	height: 25px;
	text-align: center;
	line-height: 24px;
	margin: 0px;
	font-size: 13px;
}

.decorboxblue p {
	width: 159px;
	float: right;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.decorboxblue img {
	margin-bottom: -5px;
}

.nav a {
	float: right;
	clear: right;
	width: 159px;
	margin-left: 10%;
	color: #cccccc;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: solid 1px #ad020b;
}

.nav a:hover {
	color: #ffffff;
	background: #740001;
}

.nav a.selected {
	color: #ffffff;
	font-weight: bold;
}

#ContentMain {
	width: 600px;
	height: auto;
	text-align: left;
	float: left;
	margin-left: 0px;
	padding-left: 10px;
}

#ContentMain p {
	color: #333333;
	text-indent: 30px;
	text-align: justify;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 7px;
	padding: 3px;
	padding-top: 5px;
}

#ContentMain b {
	color: #336699;
}

#ContentMain h3 {
	color: #336699;
	font-size: 18px;
	margin:  0px;
	margin-top: 5px;
}

#ContentMain h2 {
	color:#810004;
	font-size:20px;
}
