/* Global/Top level Tags */
body {
   background-color: #FFFFFF;
	color: #666666;
   background-image: url('graphics/head_bg.jpg');
	background-repeat: repeat-x;
   margin: 0px;
   padding: 0px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
   font-size: 13px;
	text-align: center;
	position: relative;
}
img {
   border: 0px;
}
a, a:link, a:visited {
	color: #508A87;
    text-decoration: underline;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
div#page {
	width: 961px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
/* Page Header Specific */
div#logo {
	position: absolute;
	top: 10px;
	left: 66px;
}
div#toplinks {
	position: absolute;
	top: 50px;
	right: 70px;
	color: #7E7D7D;
	font-size: 12px;
}
div#toplinks a, div#toplinks a:link, div#toplinks a:visited {
    text-decoration: none;
	 color: #7E7D7D;
}
div#toplinks a:hover, div#toplinks a:focus, div#toplinks a:active {
    text-decoration: underline;
}
div#header {
	position: absolute;
	top: 140px;
	left: 0px;
}
/* Menu Specific */
div#user_menu {
	position: absolute;
	width: 100%;
	top: 106px;
	left: 0px;
}
div.dynarch-horiz-menu {
	background-image: url('graphics/bar.jpg');
	background-repeat: repeat-x;
	border: medium none;
	height: 33px;
}
.downarrow {
	background: url("graphics/downarrow.gif") no-repeat 100% 3px;
	padding-right: 11px;
	display: block;
}
td.active .downarrow, td.hover .downarrow {
	background-image: url("graphics/downarrow-hover.gif");
}
/* Content Area */
div#content {
	padding: 435px 0px 20px 0px;
	width: 600px;
line-height: 170%;
}
div#content h1 {
	font-weight: normal;
	font-size: 24px;
}
div.gbox {
	background-image: url('graphics/gbox_b.jpg');
	background-repeat: repeat-y;
	padding: 20px;
}
div#ebox {
	position: absolute;
	top: 397px;
	right: -5px;
	width: 323px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	background-image: url('graphics/ebox_ft.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
div#ebox div.head {
	background-image: url('graphics/ebox_h.jpg');
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 313px;
	height: 30px;
}
div#ebox div.head h1 {
	color: #D8E5E3;
	margin: 0px;
	padding: 6px;
	font-size: 15px;
	font-weight: bold;
}
div#ebox div.mcont {
	background-image: url('graphics/ebox_bg.jpg');
	background-repeat: repeat-y;
	text-align: left;
	padding: 10px 25px 15px 25px;
	margin: 0px 0px 15px 0px;
	font-size: 13px;
	color: #508A87;
	line-height: 170%;
}
div#ebox div.mcont p {
	padding-top: 0px;
margin-top: 0px;
}
div#ebox div.mcont h2 {
	font-weight: bold;
	font-size: 13px;
	color: #508A87;
	margin: 0px;
	padding: 0px;
}
div#ebox div.mcont hr {
	color: #E0E0E0;
	background-color: #E0E0E0;
	border: 1px solid;
}
/* Footer and below */
div#partners {
	border-top: 1px solid #D4D4D4;
	padding: 20px 0px 30px 0px;
	text-align: center;
}
div#footer {
	text-align: center;
   background-image: url('graphics/foot_bg.jpg');
	background-repeat: repeat-x;
   margin: 0px;
   padding: 25px 0px 0px 0px;
	font-size: 12px;
	line-height:150%;
	height: 314px;
}
div#footer table tr td {
	vertical-align: top;
}
div#footer h1 {
	font-size: 12px;
	font-weight: bold;
	color: #80D1C8;
}
div#footer ul {
	list-style: none;
	margin: 0px 10px;
	padding: 0px 10px;
}
div#footer a, div#footer a:link, div#footer a:visited {
	font-size: 12px;
    text-decoration: none;
	 color: #FFFFFF;
}
div#footer a:hover, div#footer a:focus, div#footer a:active {
    text-decoration: underline;
}
div#copyrgt {
	font-size: 13px;
	margin-top: 50px;
	color: #FFFFFF;
}
