/* CSS Document */

<!-- 
body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	font-family:Arial, Helvetica, sans-serif;
	
}

#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; 
}
	
	
 #meebo {
	float: right;
	display:inline;
	width: 200px;
	padding: 15px 0px 15px 10px;
	margin:45px 5px 15px 0;
}





 #mainContent { 
	margin: 0 215px 20px 0; /* 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 20px; 
	
}

#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: 10px;


}

#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: 725px 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: 725px 8px;
	background-repeat:no-repeat;
	color: #fff;
	margin: 3px 0;
}

.msg_head:hover {
	background: #356297;
	background-image:url(down2.png);
	background-position: 725px 8px;
	background-repeat:no-repeat;
	color: #fff;
}

.msg_head2:hover {
	background: #356297;
	background-image:url(up2.png);
	background-position: 725px 8px;
	background-repeat:no-repeat;
	color: #fff;
}

.msg_body {
	line-height:21px;
}
.expand {
	font-weight:normal;
	color:#fff;
	font-size: 0.8em;
}


#orderbox {
	float:left;
	display:inline;
	z-index: 80;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:500;
	text-align:left;
	padding-left:30px;
	padding-top: 10px;
	list-style:disc;
	color:#003466;

}

#orderbox a:link {
	color:#003466; 
	text-decoration:none;
}

#orderbox a:visited {
	color:#003466; 
	text-decoration:none;
	}
	
#orderbox a:hover {
	color:#FF0000
}



.imgrt { /* printers mark image */
    display:inline;
	float: right;
	margin: 40px 90px 0 90px;
}
.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;
}
--> 