@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: 713px;
	background:#FFF;
	margin:0 auto 0 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_home{
	width:980px;
	height:217px;
	margin:0px;
	padding:0px;
	background:#003263;
	border-top:#FFF 5px solid;
	z-index:0;
}

#content_home_news{
	width:220px;
	height:auto;
	margin:0;
	padding:20px 0 0 25px;
	float:left;
}

#content_home_right{
	width:700px;
	height:217px;
	background: #CCC;
	float:right;
	margin:20px 0 0 0;
	padding:0;
}

#content_home_right_profile{
	width:325px;
	height:200px;
	float:left;
	margin:10px auto 0 25px;
	padding:0;
	border-right: #666 1px dotted;
}

#content_home_right_profile_content{
	width:300px;
	height:200px;
	float:left;
	margin:0;
	padding:0;
	text-align:left;
}

#content_home_right_green{
	width:300px;
	height:200px;
	margin:10px 25px 0 auto;
	padding:0;
	float:right;
}