/* Style Sheet ---------------------------------------------------------------------------------  */
body {

	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../../_themes/expeditn/exptextb.jpg) #006666; 
	font-size: 10pt;
}
ul li {
	line-height: 20px;
	}
a {
	color: #000;
	text-decoration: underline;
}
a:visited {

	color: #666;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 175%;
	color: #CCCCCC;
	margin-top: 10px;
}
#blue {
	color: #3366FF;
}
#grey {
	color: #CCCCCC;
}
h2 {
	font-size: 140%;
	text-align: center;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	background: #208D70;
	color:#fff;
}
h3 {
	font-size: 115%;
	color: #185746;
	margin-bottom: -7px;
	padding-bottom: 0px;
	margin-top: 2em;
}

h3 span {
		border-bottom: 1px dotted #909090;
}
h4 {
	font-size: 110%;
}

/* Container ------------------------------------------------------------------------------------  */
#wrapper {
	width: 750px;
	background: #fff;
}
#container {
	width:  750px;
	border: 1px solid #000;
	margin: 10px auto;
}
#header {
		height: 159px;
		float: left;
		width: 750px;
		text-align: center;
		background: url(../../images/header.gif) no-repeat;
		}

/* Contents -------------------------------------------------------------------------------------  */
#contents {
	float: left;
	width: 515px;
	padding-right: 30px;
	padding-left: 25px;
	background: url(../../images/anchor.gif) bottom right no-repeat #fff;
}
#contents p {
	margin: 1em 0;
}

/* Sidebar --------------------------------------------------------------------------------------  */
#side {
	float: left;
	width: 180px;
	background: url(../../images/side_background.gif) repeat-x #fff; 
}
#navlinks {
	text-align: center;
}
#navlinks a {
	display: block;
	background: #4CA68F;
	width: 170px;
	padding: 5px 0;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #fff;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 3px;
	background: url(../../images/button.gif) repeat-x; 
}
#navlinks a:hover {
	color: #fff;
	background: url(../../_themes/expeditn/exptextb.jpg) #3366CC; 
}
#side p {
	padding: 5px 10px;
	font-size: x-small;
}

/* Bottom Links ---------------------------------------------------------------------------------  */
p#bottomlinks {
	bottom: 0;
	left: 181px;
	width: 490px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	border-top: 1px dashed #999;
}
p#bottomlinks a {
	padding: 0 10px;
	color: #000;
	font-size: 8pt;
	border-right: 1px solid #999;
}
p#bottomlinks a.home {
	border: none;
}