/* CSS Document */

<!-- 
body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
}

#container { 
	width: 1000px;  
	background: #FFF;
	margin: 0 auto; 
	border: 1px solid #c0c9c5;
	text-align: left; 
}

 #header { 
	height: 238px; 
	background: #FFFFFF; 
	padding: 0 0px;  
	margin-bottom: 10px;
}

.skipnav a{
position:absolute;
margin-left:-500px;
width:1px;
height:1px;
overflow:hidden;
} 
 
a:link {
	color:#0000CC;
	text-decoration:none;
}

a:visited {
	color:#0000CC; 
	text-decoration:none;
	}
	
a:hover {
	color:#FF0000;
} 
 
 #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

 #sidebarleft {
	float: left;
	display:inline;
	background: #F7F7F7;
	width: 200px;
	padding: 15px 0 15px 8px;
	margin:45px 0 15px 5px;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:0.95em;
	border: 1px solid #003466;
}

  #sidebarnav {	
	float: left;
	display:inline;
	background: #FAFAFA;
	width: 180px;
	padding: 8px 10px 5px 0;
	margin: 10px 0 10px 0;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:0.9em;
	color: #444;
	border: 1px solid #003466;
}

#sidebarnav ul {
	list-style:square inside; 
	margin-left: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
	
 #sidebarright {
	float: right;
	background: #F7F7F7;
	display:inline;
	width: 200px;
	padding: 15px 0px 15px 10px;
	margin:45px 5px 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font:#444;
	border: 1px solid #003466;
}

 #meebo {
	float: right;
	display:inline;
	width: 200px;
	padding: 15px 0px 15px 10px;
	margin:45px 5px 15px 0;
}



#mainContent { 
	margin: 0 210px 10px 210px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px 0 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font:#444;
}

#titlebox {
	float:left;
	display:inline;
	width:100%;
	z-index: 80;
	color: #003466;
	font-family: "Geneva", Arial, Helvetica, sans-serif;
	font-size:30px;
	border-bottom: double #003466;
	margin-bottom: 20px;


}

#titlebox h1{
	font-size: 1em;
	font-weight: lighter;
	margin: 0 0 0 0;
}

.msg_list {
	float:left;
	display:inline;
	margin:0 0 0 0;
	padding:0px;
	width: 740px;
	height:100%;
}
.msg_head {
	padding: 4px 0px 4px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	background: #4f81bd;
	background-image:url(down.png);
	background-position: 505px 8px;
	background-repeat:no-repeat;
	color: #fff;
	margin: 3px 0;
}


.msg_head2 {
	padding: 4px 0px 4px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	background: #4f81bd;
	background-image:url(up.png);
	background-position: 505px 8px;
	background-repeat:no-repeat;
	color: #fff;
	margin: 3px 0;
}

.msg_head:hover {
	background: #356297;
	background-image:url(down2.png);
	background-position: 505px 8px;
	background-repeat:no-repeat;
	color: #fff;
}

.msg_head2:hover {
	background: #356297;
	background-image:url(up2.png);
	background-position: 505px 8px;
	background-repeat:no-repeat;
	color: #fff;
}

.msg_body {
	line-height:21px;
}
.expand {
	font-weight:normal;
	color:#fff;
	font-size: 0.8em;
}



.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. */
    display:inline;
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    display:inline;
	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;
}
--> 