/* 
  ================================================
  Layout 01: 2Col Sidebar Left (Black)
  ================================================
*/

body {
	font-family: Calibri, Arial, sans-serif;
	color: #000;
	background-color: #A6633C;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
	
}
#masthead {
	
	
}
#nav {
	width: 980px;
	margin: 0 auto;
	
}
#logo {
	
	
	float: left;
}
#layout {
	background-image: url(img/existBlack_sbl_middle.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 980px;
}
.column {
	float: right;
}

#main-column {
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	width: 750px;
	margin-right: 10px;
}
.maincontent {
	padding: 0px 32px 0px 32px;
	font-size: .9em;
	line-height: 1.2;
}
.maincontent p, .sidecontent p {
	margin: 0px;
}
#sidebar {
	width: 200px;
	margin-right: 10px;
}
.sidecontent {
	font-size: 11px;
	line-height: 1.25;
	padding: 8px 16px;
	color: #000;
}

.sidecontent h2, .sidecontent h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #6633CC;
	margin: 0px 0px 0px 0px;
}
.sidecontent h3 {
	font-size: 13px;
}
.maincontent h1 {
	margin: 0;
	text-align:center;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1;
	
}
.maincontent p {
	margin: 3px 0 12px 0;
}
.maincontent h2, .maincontent h3 {
	margin: 12px 0 0 0;
	text-transform: uppercase;
	font-weight: normal;
	
}
.maincontent h2 {
	font-size: 1.3em;
	text-align:center;
	font-weight: bold;
	color:#6633CC;
}
.maincontent h3 {
	font-size: 1.2em;
	font-weight: bold;
	color:#6633CC;
}
.maincontent h4 {
	font-size: 1.2em;
	font-weight: bold;
	color:#6633CC;
	margin: 12px 0 0 0;
}
.maincontent ul {
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 25px;
    padding-left: 15px;
}
.maincontent ol {
	margin-top: 0px;
   
}
.maincontent p.noSpace {
	margin-top: 0px;
	margin-bottom: 0px;
}

#layout-bottom {
	background-image: url(img/existBlack_sbl_bottom.jpg);
	background-repeat: no-repeat;
	height: 32px;
	background-position: left bottom;
	clear: both;
}
#layout-top {
	background-image: url(img/existBlack_sbl_top.jpg);
	background-repeat: no-repeat;
	height: 32px;
	background-position: left top;
	clear: both;
	
}
#footer {
	margin: 12px auto;
	width: 980px;
	font-size: 11px;
	
	letter-spacing: 0.1em;
	text-align: center;
}
.firstLine {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
}
.secondLine {
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: bold;
}
uppercase {
	font-size: 18px;
	text-transform: uppercase;
}
/*LINK STYLES*/
.maincontent a, #footer a {
	color: #6633CC;
}
.maincontent a:hover, .maincontent a:focus,
#footer a:hover, #footer a:focus {
	color: #000;
}
.sidecontent a {
	color: #699;
}
.sidecontent a:hover, .sidecontent a:focus {
	color: #FFF;
}
/*EXTRA STYLES for STATIC MENU BAR*/
.menubar {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.menubar li {
	list-style-type: none;
	margin-bottom: 4px;
}
.menubar a {
	background-color: #699;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 6px 12px;
	border-top: 1px solid #81ABAB;
	border-right: 1px solid #568181;
	border-bottom: 1px solid #568181;
	border-left: 1px solid #81ABAB;
	zoom: 1;
}
.menubar a:hover, .menubar a:focus {
	background-color: #999;
	border-color: #ACACAC #8B8B8B #8B8B8B #ACACAC;
}
.dates {
	font-size: 15px;
	margin: 0;
	line-height: 1.2em;
	text-align:center;
}
.highlight {
	color: #2E5B89;
	font-weight:bold;
}

