@charset "UTF-8";
/* CSS Document */

body  {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 100%;
}
h4 {
	font-size:12px;
	}

 #container { 
	width: 780px;
	background:#FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left; 
	font-size:.8em;
} 
 #header {
	height:150px;
	}
 #bar {
	height:40px;
	background-color: #E7F1F8;
	border: thin solid #BBD8EC;
	padding-top: 10px;
	padding-left:2px;
	margin-bottom:5px;
	}

 #mainContent {
	padding: 10px;
	margin-left: 170px;
	border: thin solid #BBD8EC;
} 

 #footer {
	height:40px;
	padding:0;
	background-color:#E7F1F8;
}
 #footer p{
	padding-top:10px;
	padding-left:10px;
	margin:0;
	color: #333;
	font-size:90%;
	}
 #footer a{
	color: #333;
	font-size:90%;
	text-decoration:none
	}
 #footer a:hover{
	color: #FFF;
	text-decoration:none
	}

.fltrt {
	float: right;
	margin-left: 8px;
	padding: 10px;
	height: 120px;
	width: 170px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #BBD8EC;
}
.fltrt a{
	border:none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smallprint{
font-size:10px; font-weight:normal;} 
a{text-decoration:none;	color:#0000CC;}
a:visited{text-decoration:none; color:#791A8B;}
a:hover{text-decoration:underline;}
a.active{text-decoration:underline; color:#3333CC;}

