#frame-content {
	width: 780px;
	height: 100%;
	position: relative;
}
#header-wrap {
	width: 780px;
	position: relative;
	border-bottom: 2px solid #babcd8;
	margin-bottom: 5px;
	height: 28px;
}

#header-wrap-mini {
	width: 510px;
	position: relative;
	border-bottom: 2px solid #babcd8;
	margin-bottom: 5px;
	height: 28px;
}
#header-text {
	color: #c2c4e4;
	padding-bottom: 0.2em;
	font-size: 1.6em;
	line-height: 1.4em;
	width: 510px;
	font-weight: bold;
	position: relative;
	float: left;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
}
#header-jump-menu {
	position: absolute; 
	top: 3px; 
	right: 0px;
}
#section-wrap {
	margin-bottom: 5px;
	height: auto;
	border-bottom: 1px dotted #babcd8;
	padding: 0 0 5px;
	position: relative;
}


#twocol-content {
	width: 780px;
	position: relative;
	border-bottom: 2px solid #babcd8;
	margin-bottom: 5px;
	clear: left;
}

/*#2col-content{
	width: 780px;
	height: 100px;
	float: left;
	position: relative;
	overflow: hidden;
}*/
#twocol-left {
	float: left;
	width: 380px;
	padding-right: 20px;
	height: 100%;
}
#twocol-right {
	float: left;
	width: 380px;
	position: relative;
	height: 100%;
}
#threecol-content{
		width: 780px;
	clear: left;
}
#threecol-left {
	float: left;
	width: 250px;
	padding-right: 15px;
}
#threecol-center {
	float: left;
	width: 250px;
	padding-right: 15px;
}
#threecol-right {
	float: left;
	width: 250px;
}
#adbox {
	width: 780px;
	height: 106px;
	position: relative;
}
#adbox-1 {
	width: 250px;
	height: 100px;
	position: absolute;
	left: 0px;
	background-color: white;
	border: 1px solid silver;
	padding: 2px;
}
#adbox-2 {
	width: 250px;
	height: 100px;
	position: absolute;
	left: 262px;
	background-color: white;
	border: 1px solid silver;
	padding: 2px;
}
#adbox-3 {
	width: 250px;
	height: 100px;
	position: absolute;
	left: 524px;
	background-color: white;
	border: 1px solid silver;
	padding: 2px;
}
#wrapper-full {
    width: 780px;
    margin: 0 auto;
}

#home-body-wrap {
	width: 780px;
	position: relative;
	border-bottom: 1px dotted #babcd8;
	padding: 0 0 5px;
    margin: 0 auto;
	float: left;
}
#home-main-wrap {
	width: 510px;
	position: relative;
	float: left;
}
#home-main {
	width: 510px;
	position: relative;
	float: left;
	margin-right: 14px;
}
#whatsnew-wrap {
	width: 256px;
	position: relative;
	float: left;
}
#whatsnew-head {
	width: 246px;
	height: 16px;
	position: relative;
	overflow: hidden;
	background-color: maroon;
	color: white;
	padding: 5px;
	font-size: 1em;
	line-height: 1.4em;
	text-align: center;
}
#whatsnew-body {
	width: 236px;
	position: relative;
	overflow: hidden;
	background-color: #F2e6e6;
	padding: 10px;
	margin-top: 2px;
}
.home-sectionlist {
	width: 480px;
	height: 40px;
	padding-left: 30px;
	background: url(../img/green-arrow-up.jpg) no-repeat;
	margin-bottom: 5px;
}
.home-sectionlist-highlight {
	width: 480px;
	height: 40px;
	padding-left: 30px;
	cursor: pointer;
	background: #dae5e4 url(../img/green-arrow-over.jpg) no-repeat;
	margin-bottom: 5px;
}
.home-sectionlist-normal {
	background-color: #CCCCCC
}
.home-titles {
	color: #437876;
	font: bold 1.2em/1.2em "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 0;
}

