@import "default.css";

p {
	font-family: "Trebuchet MS", Verdana, Arial;
	padding: 0px;
}

a {
	color: #6699CC;
}

div.headerbar#homeheader{
	width: 397px;
}	

div.cmbox {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	height: 275px;
	width: 33%;
	background-image: url(../home/images/CurrentMission-BackGround.jpg);
	background-repeat:no-repeat;
	background-position: center;
}

div.cmcontent {
	position: absolute;
	top: 1px;
	left: 19px;
	width: 159px;
}

div.cmcontent p {
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0px 0px 0px;
	text-align: left;
}

div.buttons{
	position: absolute;
	bottom: 2px;
	left: 102px;
}

div.cmSideBarLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
}

div.cmSideBarRight {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
}

div.updatebox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 66%;
	height: 275px;
}

div.updatebox h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

div.updatebox p {
	font-size: 12px;
	margin: 0px 10px 2px 11px;
	text-indent: -11px;
}

.scrollouter{
	position: absolute;
	height: 254px;
	width: 380px;
	top: 19px;
	left: 17px;
}

.twgbox{
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align:center;
	width: 100%;
}

.twgbox a{
	font-family: "Trebuchet MS", Verdana, Arial;
	color:#FF9933;
	font-size:10px;
}

