@charset "UTF-8";
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
	background-color: #006;
}


#container {
	width: 1000px;  /* using 20px less than a full 1020px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	height: 180px;
	padding: 0;
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#logo {
	margin: 0px;
	float: left;
	height: 160px;
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
LtHdrmargin: 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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 25px 0px 10px;
	margin: 0px 0 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left: solid 5px #CA5249;
	font-size: 92%;
}

#sidebar1 p {
	padding: 0 5px 5px 10px;
	text-align: center;
    font-family: Arial, Helvetic, sans-serif;
}

h1  {
	font-size: 170%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CA5249;
	font-weight: normal;
	margin: 0;
    padding: 0 0 5px 0;
	
}

h2 {
	color: #CA5249;
	font-size: 130%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
    padding: 0 0 5px 0;
}

h3 {
	color: #131858;
	font-size: 110%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px 0;
}
#sidebar1 h1, #sidebar1 h2, #sidebar1 h3 {
	text-align: center;	
}

#mainContent {
	background: #fff;
	padding: 0;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
} 

#mainContent-inner { 
	margin: 0px 320px 0 30px; 
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent-inner-basic {
	width: 800px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}


#mainContent p {
	font-size: 95%;
	line-height: 130%;
	color: #333;
	paddding: 0 0 5px 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#mainContent-inner-basic p {
	font-size: 95%;
	ling-neight: 125%;
	paddding: 0 0 5px 0;
	line-height: 130%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#quote {
	margin: 0px 0 20px 0;
	background-color: #CACCE9;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#quote p {
	font-size: 92%;
	line-height: 150%;
	font-style: italic;
	color: #141757;
	margin: 5px 5px 0 20px;
}

#quote h4 {
	font-size: 90%;
	text-align: right;
	color: #141757;
	margin: 0;
	padding: 5px 0 0 0;
}

#quote img {
  float: left;
  margin: 0 20px 30px 0;
  }
  
  
#quote img.left {
	float: left;
	margin: 0 5px 0 0;
}

#quote img.right {
	float: none;
	margin: 0;
	padding: 0;
}

 #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 10px 0px 0px 0px;
	background-color: #CA5249;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFF;
	font-size: 85%;
}

#footer a:hover {
	color: #fff;
}

.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;
}

p {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

a:link, a:visited {
	color: #4C105F;
	text-decoration: none;
}

a:hover, a:active {
	color: #CA5249;
	text-decoration: underline;
}
#mainContent li {
	font-size: 95%;
	line-height: 135%;
	color: #333;
}

#mainContent ul {
	margin: 0 0 10px 0;
	padding: 0 30px;
}
	

