/* ---------- base styles ------------- */
@charset "utf-8";
* {
	padding:0;
	margin: 0;
	}
body {
	text-align:center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	background: #363F87;
	}
#wrapper {
	position:relative;
	background: #F7F4E0 url(assets/images/Sidebar-Self.gif) repeat-y left top;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	}
#clear {
	clear:both;
	}
	
/* ----------------- header styles ---------------*/
#header {
	position: relative;
	background: #363F87 no-repeat left center;
	height: 141px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-left: -9000px;
}

#logoImage {
	position:absolute;
	top:0px;
	width: 200px;
	height: 141px;
	background: url(assets/images/3Circles%20new%20color%20copy.jpg) no-repeat left top;
	left: 25px;
	}
#logotype {
	position:absolute;
	top:20px;
	left:335px;
	width: 495px;
	height: 100px;
}
/* ----------------- navbar styles ---------------*/

#navbar {
	position: relative;
	background: #851505;
	height: 60px;
	border-top: 5px ridge #460B02;
	padding: 0px 0px 5px 50px;
	}
	
/* --------------------- sidebar styles ------------------------ */
#sidebar {
	font-family: Garamond, "Times New Roman", Times, Helvetica, serif;
	width: 210px;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	}
#sidebar h1{
	text-align: center;
	padding-top: 0.5em;
	font-family: Garamond, "Times New Roman", Times, Helvetica, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #f6f5df;
	}

#sidebar a {
	color:#424A84;
	text-decoration: none;
	}
#sidebar p {
	font-family: Garamond, "Times New Roman", Times, Helvetica, serif;
	font-size: 110%;
	line-height: 115%;
	color: #FFFFFF;
}

#sidebar .bold-white {
	font-size: 115%;
	line-height: 120%;
	font-weight: bold;
	color: #FFF;
}

#sidebar  .smallcapWhite {
	font-variant: small-caps;
	color: #f6f5df;
}


#sidebar a:hover {
	color:#FFFFFF;
	text-decoration: none;
	}
/* --------------------- content styles ------------------------ */
#content{
	margin: 0px 0px 0px 315px;
	padding: 15px 20px 0px;

	}
#content  img {
	float: left;
	margin-right: 0.5em;
}
#newsArea h1 {
	margin-bottom: 15px;
}


#content h1 {
	margin-left: 287px;
	font-family: Garamond, "Times New Roman", Times, Helvetica, serif;
	font-size: 1.2em;
	color: #363F87;
	border-bottom: 1px solid #777;
	letter-spacing: 0.1em;
	text-transform:none;
	padding-top: 10px;
	margin-bottom: 15px;
	}
#content h2{
	margin-left: 287px;
	font-family: Garamond, "Times New Roman", Times, Helvetica, serif;
	font-size: 1.1em;
	color: #363F87;
	border-bottom: 1px solid #777;
	letter-spacing: 0.1em;
	text-transform:none;
	padding-top: 10px;
	margin-bottom: 15px;
	}
#content h3{
	font-size: 1.2em;
	color: #363F87;
	text-align:left;
	padding-bottom: 0.7em;
	font-family: Garamond, "Times New Roman", Times, Helvetica, serif;
	}
#content p{
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.4em;
	color: #000000;
	vertical-align: text-top;
	}
#content p.detail{
	font-size: .8em;
	font-style: italic;
	text-align: right;
	}
#content a{
	color: #B54F41;
	text-decoration: none;
	font-weight: bold;
	}
#content a:hover{
	color:#000E78;
	font-weight: bold;
	}
#content h4 {
	font-weight: bold;
	color: #363F87;
}


/* -------------------- footer styles -------------------------------- */
#footer {
	color: #ffffff;
	padding: 2em;
	background: #363F87;
	clear: both;
	margin-top: 5em;
	font-family: Garamond, "Times New Roman", Times, Helvetica, serif;
	font-size: 0.9em;
	text-decoration: none;
	text-align: center;
	}
#footer a{
	color: #B54F41;
	text-decoration: none;
	}
#footer a:hover {
	color: #851505;
	text-decoration: none;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}
.SmallCapsBlue {
	font-family: Garamond, "Times New Roman", serif;
	line-height: 1.1ems;
	font-variant: small-caps;
	color: #363F87;
	text-decoration: none;
	letter-spacing: .2em;
	font-weight: bold;
}
ul {
	font-size: 0.85em;
	line-height: 1.5em;
	list-style-position: inside;
	list-style-type: disc;
}
.bold-blue {
	font-size: 0.9em;
	font-weight: bold;
	color: #363f87;
}
.smallcapWhite {
	font-family: Garamond, "Times New Roman", serif;
	font-variant: small-caps;
	color: #FFF;
}