@charset "utf-8";
/* CSS Document */

html,body {
	background:#999889;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

img {
	margin:0px;
	padding:0px;
	display:block;
}

#wrapper {
	width:990px;
	height:auto;
	background:#FFF;
	margin:0 auto 25px auto;
}

#capstone {
	width:990px;
	height:8px;
	background:#003263;
}

#navigation_area {
	width:990px;
	height:105px;
}

#logo_area {
	width:286px;
	height:41px;
	margin:33px 0 0 25px;
	float:left;
}

#nav_elements {
	width:448px;
	height:105px !important;
	float:right;
	margin:0;
	padding:0;
}

#nav_box {
	width:110px;
	height:105px;
	margin:auto;
	padding:0;
	float:right;
	border-left:#B3B3B3 thin dotted;
}

#nav_container {
	width:85px;
	height:auto;
	margin:15px auto 0 auto;
	padding:0;
}

#content_capstone {
	width:980px;
	height:11px;
	margin:0 5px 0 5px;
	background:#C5CDE0;
	border-bottom:#808080 2px solid;
}

#content_basic {
	width:980px;
	height:auto;
	margin:0px 5px 5px 5px;
	padding:0px;
	background:#FFF;
}

#content_secondlevel_capstone{
	width:980px;
	height:20px;
	margin:0px;
	padding:0px;
	background:#003263;
	border-top:#FFF 5px solid;
}

#content_secondlevel_breadcrumbs{
	width:300px;
	height:auto;
	margin:0;
	padding:3px 0 0 25px;
	float:left;
}

#content_secondlevel{
	width:980px;
	height:auto;
	background: #CCC;
	margin:0;
}

#content_secondlevel_copy{
	width:930px;
	height:auto;
	margin:25px 25px 25px 25px;
}