@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
	background:#7A9AC5;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	
}

li, p {
	font-size:1.2em;
	line-height: 1.5em;
}

#wrapper {
	width:76em;
	/*max-width:100%;*/
	margin: 0 auto;
	text-align:left;
	background:#798A56;
}

#branding {
	background:#426D9C;
	color:white;
	padding: 10px 0;
}

#branding h1{
	font-weight:normal;
	font-size:2.4em;
}

#branding h1, h2, p {
	padding: 0 20px;
}

#sidebar1 {
	background:#798A56;
	width:18em;
	/*max-width:22%;*/
	float:left;
	
}

#mainNav {
	width:12em;
	list-style:none;
	background-color: #DDE5F0;
	color: #426D9C;
	margin-left: 1.2em;
	margin-top: 1em;
}

/*ul {
	margin:0em;
	padding:1em;
	list-style-type:none;
}*/


ul a {
	display:block;
	width:12em;
	font-weight:bold;
	height: 2em;
	line-height:2em;
	color:white;
	background-color: #7A9AC5;
	text-decoration:none;
	border-bottom: 1px solid #8B0000;
	border-right: 1px solid #8B0000;
	border-left: 1px solid #8B0000;
	padding-left:1em;
}

a:hover, .selected a {
	background:#DDE5F0;
	color:#426D9C;
	
}

.first a {
	border-top:1px solid #8B0000;
}

.sidebar1_info {
	width: 12em;
	color:#426D9C;
	background:#CDE29E   ;
	font-size:1.2em;
	line-height:1.5em;
	border: 1px solid #8B0000;
	padding-left:1em;
	margin-left: 1em;
	margin: .5em 0 .5em 1em;
}
.sidebar1_info a {
	color: 	#426D9C;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}

.sidebar1_info a:hover {
	color: #8B0000;
	background-color:transparent;
}

#content {
	width:58em;
	/*max-width:77.5%;*/
	float:right;
	padding:20px 0;
	background-color: #FFFFCC;
}
#content ul {
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 100px;
}

#content h1      {
	padding-left:20px;
	padding-right:20px;
	font-size: 1.8em;
	color: #8B0000;
	margin-bottom: .5em;
}
#content h2 {
	font-size: 1.5em;
	color: #333333;
	padding-left: 35px;
	margin-bottom: 1em;
}
#content h3 {
	font-size: 1.3em;
	padding-left: 55px;
	color: #426D9C;
}


#content p {
	padding-left: 70px;
	margin-bottom: 20px;
	padding-right: 20px;
}

#content  a, #content ul a {
	color: 	#426D9C;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFCC;
	font-weight: bold;
}

#content a:hover, #content ul a:hover {
	color: #8B0000;
	background-color:transparent;
}

	
#footer {
	background:#8B0000;
	padding: 5px 5px 8px 20px;
	clear: both;
	height: 1em;
}
#footerLeft  {
	float: left;
	width: 200px;
}
#footerRight  {
	float: right;
	width: 200px;
}

#footer a {
	font-size: 1em;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #8B0000;
}
