@charset "UTF-8";
body
{
	background: #3650a0;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}


#header
{
	background: #fff;
	color: #000000;
	margin: 0;
	height:125px;
	position: relative;
	text-align: right;
	border-bottom: solid 4px #3650a0;
}

#footer {
	background:#F8DE8C none repeat scroll 0 0;
	border-top:4px solid #3650A0;
	color:#663300;
	height:auto;
	padding:5px;
	font-size:.7em;
	text-align:center;
}


.imgFloatRight {
	border: thin solid #3650a0;
	padding: 2px;
	float: right;
	margin-left: 15px;
}
.imgFloatLeft {
	border: thin solid #3650a0;
	padding: 2px;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

a:link,a:visited
{
	color:#663300;
}

a:hover,a:active,a:focus
{
	background:#000;
	color:#FFF;
}


h1 {
	color:#660000;
	font-family:trebuchet MS, sans-serif;
	font-size:1.6em;
	font-weight:normal;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h2 {
color:#3650A0;
border-bottom: 2px solid #3650a0;
font-family:trebuchet MS, sans-serif;
font-size:1.6em;
font-weight:normal;
}




h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0;
	color: #660000
}

h4 {
	border:solid 0;
	color:#660000;
	font-size:1em;
}


p {
	line-height:1.4em;
	margin:5px 0;
	color: #663300;
	font-size: .9em;
}

#sidebar1 p {
	line-height:1.4em;
	margin:0;
	color: #663300;
	font-size: .7em;
}



#container { 
	width: 1000px;
	background: #F6F6F6;
	margin: 0 auto;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding:0;
}

#sidebar1 {
	float: left;
	width: 200px;
	background: #F6F6F6;
	padding: 10px 10px 10px 25px;
}

#mainContent { 
	background: #FFFFCC;
	margin: 0 0 0 240px;
	padding: 5px 30px 5px 30px;
	border:  solid 2px #cccccc;
} 

.fltrt { 
	margin-left: 8px;
}
.fltlft {
	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;
}