/*  General */
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}



/* Header */
.header-section {
	width: 900px;
	background-position: center;
	display: block;
}

.mainmenu {
	background-color: #CCCCCC;
	display: block;
	width: 900px;
	height: 20px;
	margin-top: 1px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.mainmenu ul {
	margin: 0px;
	float: right;
}

.mainmenu li {
	display: inline;
	float: left;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
}

.mainmenu a {
	color: #000000;
	text-decoration: none;
}

/* Footer Section */
.footer-section {
	display: block;
	width: 885px;
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	vertical-align: middle;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
}

.footer-section a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-section ul {
	padding: 0px;
	margin: 0px;
	clear: both;
}

.footer-section li {
	display: inline;
}
.footer-section its {
	float: right;
	font-size: 0.85em;
	clear: both;
	display: inline;
}

/* Siderbar Section */
.sidebar-section {
	width: 200px;
	float: left;
	text-align: center;
	padding-top: 2em;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.sidebar-section ul {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.sidebar-section li {
	display: inline;
	width: 180px;
	float: right;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	vertical-align: middle;
	font-weight: bold;
	padding: 0.5em;
	background-color: #CCCCCC;
}

.sidebar-section a {
	color: #000000;
	text-decoration: none;
}

/* Content Section */
.content-section a {
	color: #000000;
	text-decoration: none;
}

.content-section {
	display: block;
	float: left;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 2em;
	width: 650px;
}
.content-section ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
}
.content-section li {
	padding-bottom: 0.5em;
}
.content-section h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #030067;
}
.content-section h2 {
	font-size: 1.1em;
	color: #990000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.content-section p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.content-section h3 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

/* Body Section */
.body-section {
	width: 900px;
	border-top-width: 1px;
}
.copyright {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 2px;
}
