		body { /* :::[ background color & image ]::: */
	margin: 0;
	border: 0;
	padding: 0;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	color: #3e3e3e;
	background-color: #c5be97;
	}

#container {margin:0px auto; width:100%;}

#h { /* :::[ headers ]::: */
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 25px;
	color: #004c99;}

#hs { /* :::[ headers ]::: */
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #004c99;}

#hsm { /* :::[ headers ]::: */
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 25px;
	color: #004c99;}

#hst { /* :::[ headers ]::: */
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height:25px;
	color: #dd9c3;
	font: verdana;
	}
	
#hmd { /* :::[ headers ]::: */
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #838383;

	}
	
#hv { /* :::[ heavy text ]::: */
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #838383;}
 
#hvb { /* :::[ heavy text blue]::: */
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #004c99;}


#hvg { /* :::[ heavy text green]::: */
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #33a70f;}
	
#lt { /* :::[ light text ]::: */
	font-weight: normal;
	text-align: left;	
	}
#ltm { /* :::[ light text ]::: */
	font-weight: normal;
	text-align: left;	
	font-size: 14px;
	line-height: 20px;
	color: #004c99;
	}
#li { /* :::[ lists ]::: */
	padding: 200;
	font-weight: normal;
	text-align: left;
	}
	
#sm { /* :::[ headers ]::: */
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #838383;}

#summary {
	position: relative;
	margin-left: auto;
	margin-right:auto;
	height: 200px;
	width: 880px;
	border: 1px solid white;
	background-color:#10253f;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	color:#ddd9c3;
	margin-top:2px;
	}

.all {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:500px;
	border:1px solid red;
	}
.bg { /* :::[ background ]::: */
	background-image: url('../images/i2-headerBG2.png');
	background-repeat: no-repeat;
	background-position: top center;
	}

.header { /* :::[ header ]::: */
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	height: 130px;
	width:920px;
	background-color:#ddd9c3;
	-moz-border-radius-topleft: 70px;
	border-top-left-radius: 70px;
	text-align: center;
	}
	

	
.inbound {
	position: absolute;
	margin-top: 45px;
	margin-left: 150px;
	
	}
.hdimg {/* :::[ inbound image logo ]::: */
	position: absolute;
	height: 110px;
	width: 110px;
	border: 0px solid red;
	margin-top: 10px;
	margin-left: 30px;
	}
#bttm { /* :::[ background bottom ]::: */
	background-image: url('../images/i2-bg_bottom.png');
	background-repeat: no-repeat;
	background-position: top center;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	}

.copyright {
	position: relative;
	margin-left: auto;
	margin-right:auto;
	margin-top:0px;
	height: 15px;
	width: 700px;
	border: 0px solid red;
	
	
	}
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}
 
.accordionButton {
	font-size: 13px;
	font-weight: normal;
	color: #ddd9c3;
	width: 900px;
	float: left;
	background: #10253f;
	border-bottom: 1px solid #ddd9c3;
	cursor: pointer;
	padding:1px;
	padding-left:15px;
	
	}
 
.accordionContent {	
	width: 870px;
	height: 990px;
	float: left;
	background: #ddd9c3;
	display: none;
	padding: 20px;
	margin-left:0px;
	border-style:ridge;
	text-align:left;
	}
	
.accordionContentlong{	
	width: 607px;
	height: 300px;
	float: left;
	background: #f2f3a7;
	display: none;
	padding: 20px;
	margin-left:6px;
	border-style:ridge;
	text-align:left;
	}


	
a:link {color: #838383; text-decoration: none;}
a:hover {color: #616161; text-decoration: none;}
