@charset "utf-8";
body {
	background: #214771 url(../img/bodyBG.jpg) left top repeat-x;
}
#container {
	width: 950px;
	background: #a69361;
	margin: 18px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #dcdc94 url(../img/headerBG.jpg) top left no-repeat; 
	height: 150px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 3px solid #214771;
}
#header h2 {
	text-indent:0px;
	line-height:120%;
	font-style:italic;
	margin-left:200px;
	padding-top:70px;
	font-size:20px;
	font-family:"Franklin Gothic Demi",Verdana, Geneva, sans-serif;
	color:#c06928;
}
#nav {
	background: #214771;
	width: 610px;
	padding: 5px 25px;
	float: right;
	width: 610px;
	text-align: right;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	padding: 0 10px;
	
}
#nav ul li a {
	color: #f9f1ee;
	text-decoration: none;
	font-weight: bold;
}
#nav ul li a:hover {
	color: #a69361;
}
#mainContent {
	padding: 10px 25px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	float: right;
	width: 609px;
	clear: right;
	border-left: 1px solid #214771;
	border-bottom: 5px solid #214771;
	margin-bottom: 10px;
}

#mainContent h1 {
	color: #c06928;
}
#mainContent h2,h3 {
	color: #a69361;
}
#sidebar1 {
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../img/img-home.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	text-align: justify;
}
#sidebar1 h1,h2,h3 {
	line-height:120%;
	text-align:left
}

#sidebar1 h2 {
	color: #f9f1ee;
}
#sidebar1 h3 {
	margin-bottom:4px;
	color: #f9f1ee;
}
#sidebar2 {
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../img/img-sub.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	text-align: justify;
}
#sidebar2 h2 {
	color: #f9f1ee;
}
#sidebar2 h3 {
	margin-bottom:4px;
	color: #f9f1ee;
}
#sidebar-nav {
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 300px auto 10px auto;
	border: 1px solid #4681c1;
	text-align: right;
}
#sidebar2 #sidebar-nav {
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 210px auto 10px auto;
	border: 1px solid #4681c1;
	text-align: right;
}
#sidebar-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar-nav ul li {
	display: block;
	width: 260px;
	border-bottom: 1px solid #4681c1;	
}
#sidebar-nav ul li.last {
	border-bottom: none;	
}
#sidebar-nav ul li a {
	color: #f9f1ee;
	font-weight: bold;
	display: block;
	background: #214771;
	width: 250px;
	padding: 3px 0;
	text-decoration: none;
	padding-right: 10px;
}
#sidebar-nav ul li a:hover {
	background: #c06928;
	color: #f9f1ee;
}
#footer {
	padding: 0 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #734a21;
	color: #f9f1ee;
	text-align: right;
	border-top: 1px solid #000;
	font-size:12px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #f9f1ee;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #a69361;
	text-decoration: underline;
}
#clear {
	clear: both;
}
.imgR {
	float: right;
	margin-left: 10px;
	margin-bottom:10px;
	clear: right;
}
.imgL {
	float: left;
	margin-right: 10px;
	clear: left;
}

#sidebar1 .imgCenter {
	margin: 15px 0 15px 12px;
}

.imgCenter {
	margin: 15px 0 15px 12px;
	
}

.floatR {
	float: right;
	text-align: right;
	width: 207px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #AEAEAE;
}

/*#sidebar1 .imgLregister {
	margin: 290px 0 0 -6px;
}*/.fatDiagram {
	font-size: large;
	font-weight: bold;
	width: 500px;
	margin-left: 50px;
}
.padding-20 {
	padding-right: 20px;
	padding-left: 20px;
}

