/*********************************	Default Elements			**								*********************************/body{	background-color: #dee6c1;	margin: 0px;}body.popup{	background-color: #ffffff;	margin: 0px;}td{	vertical-align: top;}a{	text-decoration: none;	color: #f13f12;}a:hover{	text-decoration: none;	color: #17447d;}a:visisted{	text-decoration: none;	color: #f13f12;}img{	border: 0px;}h2{	margin-top: 0px;	font-size: 16px;}/*********************************	divs						**								*********************************/#container{	position: absolute;	width: 90%;	left: 5%;	top: 5%;}#main-content {	width: 100%;	height: 400px;	overflow: auto;}#buttons{	background-color: #ffffff;}div.credit{	text-align: right;	margin-bottom: 40px;}div.jigsaw{	margin-top: 20px;	margin-left: 25px;	width: 153px;}div.image{	text-align: center;}/*****************************************************************	Table styles												**	in roughly the order in which they appear in the document	*****************************************************************/table.container{	}td.titlebar-spacer{	background: url('../img/g_titlebar-spacer.gif') repeat-x;	background-color: #17447d;	width: 100%;}td.tabbar-spacer-left{	background: url('../img/g_tabbar-spacer.gif') repeat-x;	width: 10px;}td.tabbar-spacer{	background: url('../img/g_tabbar-spacer.gif') repeat-x;	width: 100%;}table.subbar{	background-color: #ffffff;}td.subbar-precurve{	background: url('../img/g_subbar-precurve-spacer.gif') repeat-x;	width: 190px;}td.subbar-spacer{	background: url('../img/g_subbar-spacer.gif') repeat-x;	width: 100%;}table.middle{	background-color: #ffffff;}table.submenu{	width: 100%;}td.submenu-border-left{	width: 7px;	background: url('../img/g_border-left.gif') repeat-y;}td.submenu-border-right{	width: 7px;	background: url('../img/g_border-right.gif') repeat-y;}td.submenu-item-icon{	background-color: #f0ffb4;	line-height: 95%;	padding-left: 10px;	padding-top: 2px;	vertical-align: baseline;}td.submenu-item{	background-color: #f0ffb4;	padding-left: 5px;	padding-top: 2px;	padding-right: 5px;	padding-bottom: 2px;}td.submenu-right{	background-color: #f0ffb4;	border-right: 1px #b6df19 solid;}td.submenu-selected{	padding-left: 5px;	padding-top: 2px;	padding-right: 5px;	padding-bottom: 2px;	background-color: #ffffff;}td.submenu-selected-right{	background-color: #ffffff;	border-right: 1px #b6df19 solid;}td.submenu-bottom{	width: 100%;	line-height: 0px;	background-color: #f0ffb4;	border-bottom: 1px #b6df19 solid;}td.jigsaw-piece{	padding: 0px;}table.main-content{	padding-left: 10px;	padding-right: 10px;	padding-top: 24px;}td.bottombar-spacer{	background: url('../img/g_bottombar-spacer.gif') repeat-x;	width: 100%;}table.bottom-content{	padding-left: 10px;	padding-right: 5%;	padding-top: 5px;	padding-bottom: 5px;	text-align: center;	width: 100%;}table.buttons{	padding-top: 20px;}td.popup-content{	padding-top: 24px;	padding-right: 12px;	color: #514e43;	padding-bottom: 24px;}/*********************************	Font/Link styles			**								*********************************/body, td, p{	font-family: "lucida grande", "lucida sans", helvetica, arial, verdana, sans-serif;	font-size: 12px;	color: #000000;}span.section-title{	font-family: "lucida grande", "lucida sans", helvetica, arial, verdana, sans-serif;	font-size: 18px;	color: #68737f;}span.submenu{	font-family: "lucida grande", "lucida sans", helvetica, arial, verdana, sans-serif;	font-size: 12px;	color: #514e43;}span.copyright{	color: #ffffff;}span.module-head{	font-size: 13px;	color: #92aa35;}span.module-head-link{	font-size: 13px;	color: #f13f12;}a.submenu{	text-decoration: none;	color: #465703;	font-size: 11px;}a.submenu:hover{	text-decoration: none;	color: #17447d;	font-size: 11px;}a.submenu:visisted{	text-decoration: none;	color: #465703;	font-size: 11px;}
