@charset "UTF-8";
a:link {
	color: #336666;
	text-decoration: none;
	font-family: arial;
}
a {
	font-size: 14px;
	font-family: arial;
}
a:visited {
	text-decoration: none;
	color: #336666;
	font-family: arial
}
a:hover {
	text-decoration: underline;
	color: #336666;
	font-family: arial
}
a:active {
	text-decoration: none;
	color: #336666;
	font-family: arial
}

body  {
	margin: 0;
	width: 1275px;
}

#headertop {
	height: 85px;
	background-color: #3e85c6;
	border-bottom: thin solid #ffffff;
	margin-top: -25px;
	padding-left: 230px;
}
 #container {
	background: #ffffff;
	text-align: left;
} 

#headerimg {
	float: left;
	width: 215px;
	height: 117px;
	background-image: url(assets/images/headrimg.jpg);
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
h2.sidebar2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: lighter;
}
 #header {
	background: #f68a53;  /* 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. */
	height: 31px;
	border-bottom: 10px solid #ffffff;
	padding-left: 230px;
} 
h1.header   {
	color: #333300;
	font-family: "Helvetica Neue";
	font-size: 25px;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	font-weight: lighter;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #ffd98f; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 75px 15px 0px 0px;
	height: 447px;
	margin-top: -9px;
	background-image: url(assets/images/menuimg.gif);
	background-repeat: no-repeat;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 0px 0px 25px;
	height: 362px;
	border-left: 1px solid #3e85c6;
}
h1.sidebar2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #D14718;
}
li  {
	list-style: none;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul   {
	font-family: arial;
	color: #333333;
	margin-top: 160px;
}
 #mainContent {
	margin: 75px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 440px;
	background-color: #FFFFFF;
} 
h1.main {
	color: #CC3300;
	font-size: 16px;
	text-align: left;
	margin-left: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2.main {
	padding: 25px 325px 50px 250px;
	border-left: thin dotten #ffffff;
	font-size: 13px;
	margin-top: 0px;
	line-height: 1.25em;
	font-weight: lighter;
}

ul.main {
	margin-top: -10px;
	margin-left: 250px;
}

li.main {
	list-style: disc;
	margin-top: 5px;
	font-size: 13px;
}


.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;
}
h2.header {
	font-family: "Helvetica Neue";
	font-size: 16px;
	color: #333300;
	display: inline;
	margin: 0px;
	font-weight: lighter;
}
h2.header2 {
	font-family: "Helvetica Neue";
	font-size: 12px;
	color: #333300;
	margin: 0px;
	padding-top: 9px;
	font-weight: lighter;
}
#footer {
	background-color: #3E85C6;
	padding: 20px 0px 20px 0px;
}
#footer  ul {
	display: inline;
	margin-left: 400px;
}
#footer ul li {
	display: inline;
	margin-left: 35px;
	border-left: 1px solid #ffffff;
	padding-left: 10px;
}

a.footer {
	color: #FFFFFF;
}

