/* Layout Stylesheet */ 

body {
	background:#466E91;
	color: #111111;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}

#outer {
	text-align:left;
	padding: 0px;
	background-color: #ffffff; 
	width:700px;
	}


#top {
	padding: 17px 0px 0px 0px;
	height:55px;
	BACKGROUND-COLOR: #e8e8e8;
	color: #A3A3A3;
	font-size: 10px;
	}

#col {
	float:left;
	width:205px;
	}

#content {
	width:655px;
	background:#ffffff;
	padding: 15px 10px 10px 5px;
	}

#footer {
	height:45px;
	BACKGROUND-COLOR: #e8e8e8;
	color: #A3A3A3;
	padding: 8px;
	line-height: 18px;
	}

 #bottom {
	height: 20px;
	background-color: #B5C5D3;
	width:705px;
	padding: 6px;
	text-align: right;
	color: #ffffff;
	}
/* Presentation Stylesheet */ 

h1 {
	font-size: 20px;
	font-family: helvetica; verdana; sans-serif;
	font-weight: normal;
	color: #466E91;
	padding-bottom: 30px;
	}

a:link, a:visited {
	line-height: 20px; 
	COLOR: #FF6600; 
	TEXT-DECORATION: underline;
	}

img {
	border: 0px;
	}

#bottom a {
	color: #ffffff;
	font-weight: normal;
	}


#col li {
	list-style-image: url(images/arrow.gif);
	text-align: left;
	padding: 0px 0px 0px 25px;
	line-height: 24px;

	}

#col a {
	font-size: 11px;
	}


#top a {
	color: #ff9900;
	text-decoration: none;
	font-family: century, arial;
	font-size: 24px;
	font-weight: bold;
	}

.order {
	font-size: 13px;
	}
