/* CSS Document */

a {
	color: #900;
	}

a:hover {
	text-decoration: none;
	}

#logo {
	padding:10px 15px;
	height:70px;
	background-repeat: repeat;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	background-color: #FFFFFF;
	}
	
	#logoTestPilot2 {
	padding:10px 15px;
	height:10px;
	background-repeat: repeat;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	background-color: #CCDEAB;
	}
	
	body {font-size:1.2em;}
h1 {font-size:2.5em;}
h2 {font-size:1.875em;}
p {font-size:0.875em;}

ul#navlist {
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding-left:18px;
	padding-top: 0;
	padding-bottom: 24px;
	border-bottom: 1px solid #900;
	margin: 0;
	background-color: #009999;
	}

ul#navlist li {
	float: left;
	height: 21px;
	background-color: #CCDEAB;
	margin: 2px 2px 0px 2px;
	border: 1px solid #900;
}

#logoBox {
	position: absolute;
	left: 0px;
	left: 5px;
	background:#CCCCFF;
	width: 78px;/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 78px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0px none #900;
	bottom: 5px;
	}
	
	#logoBoxLeft {
	position: absolute;
	left: 0px;
	top: 70px;
	left: 10px;
	background:#CCCCFF;
	width: 122px;/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 122px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0px none #900;
	height: 167px;
	}

li#active a {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	}

li#active a { 
	color: #000; 
	}

#navlist a {
	font-family: verdana, arial, sans-serif;
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px;
	background-color: #9999FF;
	}

#navlist a:hover { 
	color: #333;
	background: #FFF; 
	}

#content p{
	margin: 10px;
	background: #fff;
	line-height: 1.2em;
	}

#content{
	margin: 16px 20% 10px 15%;
	padding: 0;
	}
*html #content{
	margin: 15px 230px 10px 277px;
	padding: 0;
	}

#divBox
{
width:300px;
padding:10px;
border:5px solid gray;
margin:12px;
background-color: #CAEEFD;
}

#divBoxRt
{
width:300px;
padding:10px;
border:5px solid gray;
margin-top:10px;
margin-bottom:10px;
margin-right:2px;
margin-left:12px;
background-color: #CAEEFD;
float:right;
}

#divBoxAcross
{
padding:10px;
border:5px solid gray;
margin-top:10px;
margin-bottom:10px;
margin-right:2px;
margin-left:2px;
background-color: #CCDEAB;
}

#footer{
	clear:left;
	width:100%;
	background: #009999;
	color: #FFF;
	}

#footer p{
	margin:5px 0px;
	padding:5px 10px;
	}
#footer a{
	color: #fff;
	display:inline;

}
p {
	line-height: 1.2em;
}
