@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#skeleton {
	text-align: left;
	width: 760px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 100%;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 760px;
	background-color: #CC0000;
}
#mission {
	margin: 0px;
	height: 25px;
	width: 760px;
	background-color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: right;
}
#content {
	margin: 0px;
	width: 760px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	float: none;
	height: 330px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	background-color: #FFFFFF;
	height: 320px;
}

#nav {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 192px;
	background-color: #003399;
}
#bottom {
	background-color: #FFFFFF;
	height: 200px;
	width: 100%;
}
#bottom2 {
	background-color: #FFFFFF;
	clear: both;
	height: 200px;
	width: 100%;
}


#b-cell1 {
	float: left;
	width: 200px;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border: 1px dashed #333333;
	padding: 5px;
	text-align: justify;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	height: 180px;
	color: #000000;
}
#b-cell2 {
	float: left;
	width: 200px;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border: 1px dashed #333333;
	padding: 5px;
	text-align: justify;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	height: 180px;
	color: #000000;
}
#b-cell3 {
	float: left;
	width: 200px;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border: 1px dashed #333333;
	padding: 5px;
	text-align: justify;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	height: 180px;
	color: #000000;
}



#footer {
	background-color: #CC0000;
	text-align: center;
	height: 81px;
	width: 760px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}