@charset "UTF-8";
body  {
	margin: 0px;
	background-image: url(images/mainBG.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}
/* set the page font formatting. */
body, p, div, td {
	font:9.5pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	line-height:16px;
}
/* default link colors */
a:link { text-decoration:none; color:#a41801; font-weight:bold; }
a:visited { text-decoration:none; color:#a41801; font-weight:bold; }
a:hover { text-decoration:none; color:#000; font-weight:bold; }
a:active { text-decoration:none; color:#C30; font-weight:bold; }

img {
	border:0;
}

h1, h2, h3, h4, h5, h6 { font:bold 12pt  Georgia, Arial, Helvetica, Times, serif; margin-top:0; }

h1 {
	color:#0a305e;
	font-weight:bold;
	background-color: #84979D;
	padding: 8px;
	font-family: "Arial Narrow", Arial, Helvetica, san-serif;
	font-size: 24pt;
	line-height: normal;
}

h2 {
	color:#0a305e;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font:12pt Arial, Helvetica, san-serif;
	color:#65808f;
	font-weight:bold;
}
h4 {
	font:10pt Arial, Helvetica, san-serif;
	color:#336;
	font-weight:bold;
}

#container  { 
	width:1000px;
	margin:0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #f2f4e5;
} 
#header { 
	width:1000px;
	height:150px;
	background-image:url(images/toplogo.jpg);
	position:relative;
	margin:0px auto 0;
	background-repeat: no-repeat;
} 
#nav {
	width:560px;
	height:30px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 120px;
	}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #E3E4C8;
}
#mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
} 
#homeLeftBox1 {
	background-color:#C8D1C8;
	width:500px;
	border:2px solid #83979D;
	margin:5px;
	padding:10px;
	}
	
#homeLeftBox2 {
		background-color:#e9e5bf;
		width:480px;
		border:1px solid #cdc486;
		margin:5px;
		padding:10px;
	}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.photo {
	margin:0 15px;
	border:5px solid #556E7C;
	}
	
.photo_div { padding:5px; background-color:#ddd79b; border:1px solid #fff; float:right; margin:0 15px 15px; 
	}

.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;
}
.SideBarText {
	border: 1px solid #D5C7B5;
	padding: 5px;
	background-color: #e4e4c8;
	margin-top: 20px;
}
.keywords {
	font-size: 8pt;
	color: #666;
}
.headline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #036;
	background-color: #96A7AD;
	padding: 5px;
	width: 470px;
	font-weight: bold;
}
.sidebar2Button {
	background-color: #7AAECB;
	padding: 4px;
	font-size: 14pt;
	color: #0A305E;
}
.specialheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #630;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
}
