/**
* 100% height layout with header and footer
* ----------------------------------------------
* Feel free to copy/use/change/improve
*/

body {
margin:0;
padding:0;
height:100%; /* needed for container min-height */
background:gray;
}
.container .mainContent h1 {
	font-size: 120%;
	font-variant: small-caps;
	padding-left: -12px;
	margin-left: -12px;
	letter-spacing: .2em;
}
.container .mainContent p {
	text-align: justify;
	padding-left: 8px;
}
.container .mainContent h2 {
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B9966;
}

.container .mainContent h3 {
	font-size: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9B9966;
	color: #333333;
	font-weight: bold;
	letter-spacing: .1em;
}

.container {
	position:relative; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}

.content {
	padding-top: 1em;
	padding-bottom: 1em;
}

.footer {
position:absolute;
width:100%;
bottom:0; /* stick to bottom */
background:#9B9966;

}
.footer p {
	margin:0;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.header {
	background-color: #9B9966;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
} 
.header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-variant: small-caps;
	letter-spacing: 0.5em;
	font-size: 130%;
}

.sidebar1 {
	float: left;
	width: 11em;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin-top: 0px;
}
.sidebar2 {
	float: right;
	width: 11em;
	background-color: #000000;
	color: #FFFFFF;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.sidebar1 h3,  .sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}

.mainContent {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 12em;
	margin-bottom: 0;
	margin-left: 12em;
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 12;
	padding-left: 2em;
	border: thick solid #9B9966;
} 

.mainContent p{
	font-size: 90%;
	color: #000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
} 
ul {
	margin-top: 0px;
	padding-top: 0px;
}
li {
	font-size: 90%;
	text-align: left;
	color: #000000;
}
.menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.menu li a:link {
	color: #9B9966;
	text-decoration: none;
	display: block;
	vertical-align: bottom;
	height: 18px;
	background-image: url(../images/bullet_off.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
}
.menu li a:visited {
	color: #9B9966;
	text-decoration: none;
	display: block;
	vertical-align: bottom;
	height: 18px;
	background-image: url(../images/bullet_off.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
}
.menu li a:hover {
	color: #9B9966;
	text-decoration: none;
	display: block;
	vertical-align: bottom;
	height: 18px;
	background-image: url(../images/bullet_on.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
}
.menu li a:active {
	color: #9B9966;
	text-decoration: none;
	display: block;
	vertical-align: bottom;
	height: 18px;
	background-image: url(../images/bullet_on.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #004E9B;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: underline;
}
.container .sidebar1 .sidebar {
	padding-left: 12px;
	margin-left: 12px;
	
}
.container .sidebar1 .sidebar p {
	font-size: 90%;
	color: #9B9966;
}
.container .content .header .tagline {
	position: absolute;
	top: 28px;
	right: 8px;
}
.container .content .header .tagline h2{
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: 100%;
}

.container .sidebar2 .rsidebar {
	padding-left: 0px;
	margin-left: 0px;
	
}
.container .sidebar2 .rsidebar p {
	font-size: 75%;
	color: #FFFFFF;
	text-align: left;
}
