/*
Template: maincss
Generated using Ottoman v2.
*/
body {
	margin: 0px;
	padding: 0px;
	background: #E3E6D8;
	color: #000000;
	font-size: 12px;
	font-family: arial, verdana;
}

a, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0px;
	vertical-align: middle;
}

p, h1, h2, h3, h4, h5 {
	margin-top: 0px;
}

div {
	margin: 0px;
}

#holder {
	height: 100%;
	width: 99%;
}

/* Top Bar / Header */
#topBar {
	width: 100%;
	height: 32px;
	background: #91998E;
	color: #FFFFFF;
	padding: 6px;
	font-size: 90%;
	font-weight: bold;
}
#headerText {
	font-size: 180%;
}

/* Middle Bar / Info*/
#middleBar {
	width: 100%;
	background: #E3E6D8;
	color: #000000;
	padding: 6px;
}
#text {
	font-size: 125%;
	padding-top: 13px;
	line-height: 1.3em;
	text-align: justify;
	padding: 8px;
}
#text h1 {
	border-bottom: 2px solid silver;
	font-size: 140%;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 2px;
}
#menuRightHolder {
	float: right;
	height: 100%;
	width: 255px;
	background: #E3E6D8;
}
#menuRight {
	margin: 15px;
	margin-right: 0px;
	margin-top: 5px;
	border-left: 1px solid black;
	padding: 5px;
	padding-top: 7px;
}
#menuRight h4 {
	border-bottom: 2px solid silver;
	font-size: 120%;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 1px;
}
#menuRight a {
	padding-left: 5px;
}

/* Bottom Bar / Controls */
#bottomBar {
	width: 100%;
	height: 32px;
	background: #D20039;
	color: #FFFFFF;
	padding: 6px;
}

#logos {
	float: left;
	margin-right: 15px;
}
#copyInfo {
	padding-top: 8px;
	font-weight: bold;
	margin-right: 15px;
}