#container {
	width: 100%;
	height: 768px;
}
#logoheader {
	height: 88px;
	width: 100%;
	text-decoration: none;
}


#menu {
	height: 2.5em;
	width: 100%;
	background-image: url(../images/orangebg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 5px;
}
#maincontent {
	margin-right: 24.5em;
	height: 600px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#submaincontent {
	padding: 5px;
	height: 600px;
	margin-left: 16.5em;
}
#rightcontent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 23.7em;
	height: 600px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#leftcontent {
	width: 15em;
	height: 600px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}


#footer {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
}


.floatright {
	float: right;
	margin-left: 8px;
}
.floatleft {
	float: left;
	margin-right: 8px;
}
p {
}

h1 {
}
h2 {
}
h3 {
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #F26537;
}

