html,body {
	height: 100%;
}

* html>body { /* IE Mac fix */
	height: auto;
}

body {
	margin: 0 0 20px 10px;
	padding: 0;
	background: #fff;
	color: #000;
	font: 11px/14px Verdana, sans-serif;
}

img {
	border: 0;
}

img#logo {
	display: block;
	margin-bottom: 15px;
}

img.left {
	float: left;
}

img.leftpadded {
	float: left;
	margin: 0 0 8px 8px;
}

img.right {
	float: right;
}

img.rightpadded {
	float: right;
	margin: 0 0 8px 8px;
}

img.block {
	display: block;
}

img.link {
	display: block;
	border-bottom: 4px solid white;
}

img#bigblock {
	float: left;
	margin: 0 8px 10px 0;
}

img.headerimage {
	border-bottom: 6px solid white;
}

h1 {
	color: #658bae;
	font: bold 16px Arial, sans-serif;
	margin-top: 0;
}

body#orange h1,
body#orange h2,
body#orange h3,
body#orange h4 { color: #d18114; }
/* new */
body#lblue h1,
body#lblue h2,
body#lblue h3,
body#lblue h4 { color: #7cabd4; }
body#dblue h1,
body#dblue h2,
body#dblue h3,
body#dblue h4 { color: #141c65; }
body#dorange h1,
body#dorange h2,
body#dorange h3,
body#dorange h4 { color: #b84c12; }
body#dpurple h1,
body#dpurple h2,
body#dpurple h3,
body#dpurple h4 { color: #783e89; }
body#gold h1,
body#gold h2,
body#gold h3,
body#gold h4 { color: #d48313; }
body#green h1,
body#green h2,
body#green h3,
body#green h4 { color: #339933; }
body#nblue h1,
body#nblue h2,
body#nblue h3,
body#nblue h4 { color: #000099; }
body#purple h1,
body#purple h2,
body#purple h3,
body#purple h4 { color: #9c75b7; }


h2 {
	color: #658bae;
	font: bold 14px Arial, sans-serif;
}

h3 {
	color: #658bae;
	font: bold 12px Arial, sans-serif;
}

h4 {
	font: bold 11px/13px Verdana, sans-serif;
	color: #658bae;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
	font: 11px/14px Verdana, sans-serif;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	list-style-type: none;
	background: url("/images/li.gif") 0 4px no-repeat;
	margin-bottom: 6px;
}

a, a:visited {
	text-decoration: underline;
	color: #658bae;
}

a:hover {
	color: #658bae;
	text-decoration: underline;
}

body#orange a,
body#orange a:hover { color: #d18114; text-decoration: underline; }

body#lblue a,
body#lblue a:hover { color: #7cabd4; text-decoration: underline; }
body#dorange a,
body#dorange a:hover { color: #b84c12; text-decoration: underline; }
body#purple a,
body#purple a:hover { color: #9c75b7; text-decoration: underline; }
body#gold a,
body#gold a:hover { color: #d48313; text-decoration: underline; }
body#nblue a,
body#nblue a:hover { color: #000099; text-decoration: underline; }
body#green a,
body#green a:hover { color: #339933; text-decoration: underline; }
body#dblue a,
body#dblue a:hover { color: #141c65; text-decoration: underline; }
body#dpurple a,
body#dpurple a:hover { color: #783e89; text-decoration: underline; }

/* Used to center our home page element vertically/horizontally */
div#outer {
	display: table; 
	height: 100%; 
	_position: relative;
	overflow: hidden;
	width: 512px;
	margin: 0 auto;
}

div#middle {
	display: table-cell; 
	vertical-align: middle;
	_position: absolute;
	_top: 50%;
}

div#inner {
	_position: relative;
	_top: -50%;
	_height: 1%;
}
/* end */

div#home_footer {
	clear: both;
	font: 10px/14px Verdana, sans-serif;
	color: #1b256b;
	text-align: center;
}

div#home_footer a {
	text-decoration: none;
	color: #1b256b;
}

div#home_footer a:hover {
	text-decoration: underline;
}






/* back page stuff */
div#wrapper {
	width: 750px;
	margin: 30px auto;
	position: relative;
}

div#header {
	position: relative;
}

div#navigation a {
	display: block;
	float: left;
	font: bold 10px/14px Verdana, sans-serif;
	color: #658bae;
	text-decoration: none;
	padding: 6px 14px 3px 14px;
	border-right: 1px solid #7ea7cd;
}

div#navigation a:visited {
	text-decoration: none;
}

div#navigation a:hover, 
div#navigation a.active {
	text-decoration: underline;
}

div#navigation a.last {
	border-right: 0 !important;
}

body#orange div#navigation a { color: #e88e13; border-color: #e88e13; }
body#lblue div#navigation a { color: #7cabd4; border-color: #7cabd4; }
body#dorange div#navigation a {	color: #b84c12;	border-color: #b84c12; }
body#purple div#navigation a {	color: #9c75b7;	border-color: #9c75b7; }
body#gold div#navigation a {	color: #d48313;	border-color: #d48313; }
body#nblue div#navigation a {	color: #000099;	border-color: #000099; }
body#green div#navigation a {	color: #339933;	border-color: #339933; }
body#dblue div#navigation a {	color: #141c65;	border-color: #141c65; }
body#dpurple div#navigation a { color: #783e89; border-color: #783e89; }

a#menu_link {
	clear: both;
	display: block;
	width: 50px;
	padding: 3px 0;
	margin-top: 6px;
	margin-bottom: 5px;
	border: 1px solid #c2c4d7;
	text-decoration: none;
	color: #0b1560;
	font: 10px Arial, sans-serif;
	text-align: center;
}


/* drop down menu stuff */
ul#menu {
	clear: both;
	margin: 0;
	padding: 0;
	height: 35px;
}

ul#menu li {
	background-image: none;
	padding: 0;
	margin: 0;
}

ul#menu li.main {
	position: absolute;
}

ul#menu li.main a.mainlink {
	display: block;
	width: 55px;
	padding: 6px 0;
	margin-bottom: 0;
	border: 1px solid #c2c4d7;
	text-decoration: none;
	color: #0b1560;
	font: 13px Arial, sans-serif;
	text-align: center;
}


#menu li ul { /* second-level lists */
	position: absolute;
	padding-top: 3px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom: 1px solid #ced0df;
	background: white url("/images/menu_bg.gif") repeat-x;
	width: 210px; /* The width of our subnav, increase if links are longer */
	_width /**/: 230px; /* for ie5.5 (fixes glitch) */
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#menu li ul.links li {
	_padding-bottom: 1px;
}


#menu li ul.links a {
	display: block;
	padding: 8px;
	background-color: white;
	border-left: 1px solid #ced0df;
	border-right: 1px solid #ced0df;
	text-decoration: none !important;
	white-space: nowrap;
	font: 10px/14px Arial, sans-serif;
	color: #6a95ba;
	_margin-bottom: -1px;
	_height: 1%;
}

#menu li ul.links a:hover {
	display: block;
	padding: 8px;
	background-color: #f1f6fa;
	text-decoration: none;
}


a.menulink_lblue {
	color: #6a95ba !important;
}
a.menulink_lblue:hover {
	background-color: #f1f6fa !important;
}
a.menulink_dorange {
	color: #a0420e !important;
}
a.menulink_dorange:hover {
	background-color: #f8eee9 !important;
}
a.menulink_orange {
	color: #d58921 !important;
}
a.menulink_orange:hover {
	background-color: #fbf3e8 !important;
}
a.menulink_gold {
	color: #b0903d !important;
}
a.menulink_gold:hover {
	background-color: #f8f4ec !important;
}
a.menulink_nblue {
	color: #404db0 !important;
}
a.menulink_nblue:hover {
	background-color: #ecedf7 !important;
}
a.menulink_green {
	color: #698e42 !important;
}
a.menulink_green:hover {
	background-color: #f0f3ec !important;
}
a.menulink_dblue {
	color: #232c70 !important;
}
a.menulink_dblue:hover {
	background-color: #e9e9f0 !important;
}
a.menulink_purple {
	color: #793f77 !important;
}
a.menulink_purple:hover {
	background-color: #faf4f9 !important;
}




div#leftcolumn {
	float: left;
	width: 184px;
}

div.takeactionbox a {
	text-decoration: none !important;
	_height: 1%;
}

div.takeactionbox a.odd {
	display: block;
	padding: 8px 14px 8px 8px;
	font: 10px/14px Verdana, sans-serif;
	color: #658bae;
	text-decoration: none;
	/* width: 105px; */
	background: #e5eef5 url("/images/arrow_l.gif") 105px 10px no-repeat;
}

body#orange div.takeactionbox a.odd { color: #d18114; background: #fae8d0 url("/images/arrow_l_orange.gif") 105px 10px no-repeat; }
body#dorange div.takeactionbox a.odd { color: #bd4e12; background: #f2dcd0 url("/images/arrow_l_orange.gif") 105px 10px no-repeat; }
body#purple div.takeactionbox a.odd { color: #993496; background: #f3e7f3 url("/images/arrow_l_purple.gif") 105px 10px no-repeat; }
body#gold div.takeactionbox a.odd { color: #7d6529; background: #faf1dc url("/images/arrow_l_gold.gif") 105px 10px no-repeat; }
body#nblue div.takeactionbox a.odd { color: #141c65; background: #e7e8ef url("/images/arrow_l_nblue.gif") 105px 10px no-repeat; }
body#green div.takeactionbox a.odd { color: #719c45; background: #dde5d6 url("/images/arrow_l_green.gif") 105px 10px no-repeat; }
body#dblue div.takeactionbox a.odd { color: #141c65; background: #e7e8ef url("/images/arrow_l_dblue.gif") 105px 10px no-repeat; }

div.takeactionbox a.even {
	display: block;
	padding: 8px 14px 8px 8px;
	font: 10px/14px Verdana, sans-serif;
	color: #658bae;
	text-decoration: none;
	/* width: 105px; */
	background: #ccdceb url("/images/arrow_l.gif") 105px 10px no-repeat;
}

body#orange div.takeactionbox a.even { color: #d18114; background: #f6d2a1 url("/images/arrow_l_orange.gif") 105px 10px no-repeat; }
body#dorange div.takeactionbox a.even { color: #bd4e12; background: #e5b8a0 url("/images/arrow_l_dorange.gif") 105px 10px no-repeat; }
body#purple div.takeactionbox a.even { color: #993496; background: #e8d1e7 url("/images/arrow_l_purple.gif") 105px 10px no-repeat; }
body#gold div.takeactionbox a.even { color: #7d6529; background: #f5e4b9 url("/images/arrow_l_gold.gif") 105px 10px no-repeat; }
body#nblue div.takeactionbox a.even { color: #141c65; background: #d0d2e0 url("/images/arrow_l_nblue.gif") 105px 10px no-repeat; }
body#green div.takeactionbox a.even { color: #719c45; background: #bccbad url("/images/arrow_l_green.gif") 105px 10px no-repeat; }
body#dblue div.takeactionbox a.even { color: #141c65; background: #d0d2e0 url("/images/arrow_l_dblue.gif") 105px 10px no-repeat; }

div.takeactionbox a.odd:hover, 
div.takeactionbox a.even:hover {
	background-image: url("/images/arrow.gif");
}

body#orange div.takeactionbox a.odd:hover,
body#orange div.takeactionbox a.even:hover { background-image: url("/images/arrow_orange.gif"); }
body#dorange div.takeactionbox a.odd:hover,
body#dorange div.takeactionbox a.even:hover { background-image: url("/images/arrow_dorange.gif"); }
body#purple div.takeactionbox a.odd:hover,
body#purple div.takeactionbox a.even:hover { background-image: url("/images/arrow_purple.gif"); }
body#gold div.takeactionbox a.odd:hover,
body#gold div.takeactionbox a.even:hover { background-image: url("/images/arrow_gold.gif"); }
body#nblue div.takeactionbox a.odd:hover,
body#nblue div.takeactionbox a.even:hover { background-image: url("/images/arrow_nblue.gif"); }
body#green div.takeactionbox a.odd:hover,
body#green div.takeactionbox a.even:hover { background-image: url("/images/arrow_green.gif"); }
body#dblue div.takeactionbox a.odd:hover,
body#dblue div.takeactionbox a.even:hover { background-image: url("/images/arrow_dblue.gif"); }


div.takeactionbox div.dashed {
	background: #e5eef5 url("/images/dash_bg.gif") bottom repeat-x;
	width: 117px;
	padding-bottom: 1px;
}

body#orange div.takeactionbox div.dashed { background: #fae8d0 url("/images/dash_bg_orange.gif") bottom repeat-x; }
body#dorange div.takeactionbox div.dashed { background: #f2dcd0 url("/images/dash_bg_dorange.gif") bottom repeat-x; }
body#purple div.takeactionbox div.dashed { background: #f3e7f3 url("/images/dash_bg_purple.gif") bottom repeat-x; }
body#gold div.takeactionbox div.dashed { background: #faf1dc url("/images/dash_bg_gold.gif") bottom repeat-x; }
body#nblue div.takeactionbox div.dashed { background: #e7e8ef url("/images/dash_bg_nblue.gif") bottom repeat-x; }
body#green div.takeactionbox div.dashed { background: #dde5d6 url("/images/dash_bg_green.gif") bottom repeat-x; }
body#dblue div.takeactionbox div.dashed { background: #e7e8ef url("/images/dash_bg_dblue.gif") bottom repeat-x; }

div.takeactionbox div.last {
	margin-bottom: 6px;
	padding-bottom: 0;
	background-image: none;
}



div.quotebox {
	color: #fff;
	font: 10px/15px Verdana, sans-serif;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #5c6ea4;
	width: 126px;
}


div.pasteventbox {
	width: 156px;
	margin-bottom: 15px;
}

div.pasteventbox div.header {
	background-color: #577c31;
}

div.pasteventbox a {
	text-decoration: none !important;
	_height: 1%;
	color: #020400 !important;
}

div.pasteventbox a.odd {
	display: block;
	padding: 8px 14px 8px 8px;
	font: 10px/14px Verdana, sans-serif;
	color: #020400;
	text-decoration: none;
	background: #eef2ea url("/images/arrow_l_dgreen.gif") 144px 10px no-repeat;
}

div.pasteventbox a.even {
	display: block;
	padding: 8px 14px 8px 8px;
	font: 10px/14px Verdana, sans-serif;
	color: #020400;
	text-decoration: none;
	background: #eef2ea url("/images/arrow_l_dgreen.gif") 144px 10px no-repeat;
}

div.pasteventbox a.odd:hover, 
div.pasteventbox a.even:hover {
	background-image: url("/images/arrow_dgreen.gif");
}

div.pasteventbox div.dashed {
	background: #eef2ea url("/images/dash2_bg.gif") bottom repeat-x;
	width: 156px;
	padding-bottom: 1px;
}

div.pasteventbox div.last {
	padding-bottom: 0;
	background-image: none;
}




div#content {
    float: left;
	width: 454px;
	margin-left: 0px;
}




div.urgentbox {
	background-color: #eff3f7;
	border-top: 1px solid #d3dfe8;
	border-bottom: 1px solid #d3dfe8;
	padding: 0 15px;
	color: #658bae;
	margin-bottom: 20px;
}

div.urgentbox * {
	color: #658bae;
}


body#orange div.urgentbox { color: #e88e13; background-color: #fdf3e7; border-color: #f1d4bd; }
body#orange div.urgentbox * { color: #e88e13; }
body#dorange div.urgentbox { color: #bd4e12; background-color: #f8ede7; border-color: #edcebd; }
body#dorange div.urgentbox * { color: #bd4e12; }
body#purple div.urgentbox { color: #5e1d5c; background-color: #faf4f9; border-color: #ead3e9; }
body#purple div.urgentbox * { color: #5e1d5c; }
body#gold div.urgentbox { color: #7d6529; background-color: #fcf8ed; border-color: #f3e0ae; }
body#gold div.urgentbox * { color: #7d6529; }
body#nblue div.urgentbox { color: #141c65; background-color: #eef0f6; border-color: #c4c8da; }
body#nblue div.urgentbox * { color: #141c65; }
body#green div.urgentbox { color: #719c45; background-color: #f1f5ec; border-color: #d7e3cb; }
body#green div.urgentbox * { color: #719c45; }
body#dblue div.urgentbox { color: #141c65; background-color: #e7e8ef; border-color: #bdbfd3; }
body#dblue div.urgentbox * { color: #141c65; }


div.viewall {
	background-color: #eff3f7;
	height: 22px;
	padding: 8px 10px 0 9px;
	margin-bottom: 18px;
}

div.viewall h1 {
	font: bold 13px Arial, sans-serif;
	color: #658bae !important;
	float: left;
	padding: 0;
	margin: 0;
}

div.viewall h1 a {
	text-decoration: none !important;
	color: #658bae !important;
}

div.viewall a.right {
	text-decoration: none !important;
	border-bottom: 1px solid #b8cada !important;
	float: right;
	font: 10px/13px Verdana, sans-serif;
	color: #4a6a87 !important;
}

div.viewall a:hover {
	text-decoration: none;
}



div.preview_wrapper {
	padding-left: 97px;
}

div.preview_wrapper h4 {
	color: #658bae !important;
}

div.preview_wrapper a {
	color: #658bae !important;
}

div.thumbnail_wrapper {
	width: 90px;
	float: left;
}

div.thumbnail_wrapper a.view {
	border: 1px solid #e5eef5;
	display: block;
	margin-right: 9px;
	padding: 3px 0;
	text-align: center;
	font: bold 10px/13px Verdana, sans-serif;
	color: #658bae !important;
	text-decoration: none;
}

div.thumbnail_wrapper a.view:hover {
	color: #8FB6DB !important;
}


div.hr {
	height: 14px;
	border-bottom: 1px solid #e5eef5;
	clear: left;
	margin-bottom: 14px;
}

div.blank {
	border: 0;
	margin-bottom: 2px;
}






div.bottombox {
	border: 1px solid #d5e2ef;
}

div.leftbox {
	width: 238px;
	float: left;
}

div.rightbox {
	float: left;
	width: 202px;
	margin-left: 8px;
}

div.bottombox div.viewall {
	margin-bottom: 13px;
}

div.bottombox div.inside {
	margin: 13px 9px 15px 13px;
}

div.inside ul li a {
	text-decoration: none !important;
	color: #658bae !important;
}

div.inside ul li a:hover {
	text-decoration: underline !important;
}

table.newstable {
	border: 0;
	width: 100%;
	margin-top: -5px;
}

table.newstable a {
	text-decoration: none !important;
	color: #658bae !important;
}

table.newstable a:hover {
	text-decoration: underline !important;
}

table.newstable tr td {
	background-color: #eff3f7;
	padding: 6px 10px;
}

table.newstable tr td.first {
	background-color: #e0e8ef;
	font-weight: bold;
	width: 95px;
}


div#footer {
	clear: both;
	margin: 30px 80px 30px 92px;
	padding: 3px;
	color: #1b256b;
	font: 10px/14px Arial, sans-serif;
	white-space: nowrap;
}

div#footer span {
	border-top: 1px solid #e9e9f0;
	padding-top: 3px;
}

div#footer a {
	color: #1b256b;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}



/* override link colors */
.color_1 { color: #76a3ca !important; }
.color_2 { color: #b84c12 !important; }
.color_3 { color: #d48313 !important; }
.color_4 { color: #d5ab3f !important; }
/* .color_5 { color: #6b9341 !important; }
.color_6 { color: #5c6ea4 !important; } */




/* for form pages */
.text-orange {color: #e9931b;}
td.first-cell {text-align: right;vertical-align: top;width:180px;}
#success_message {font-weight: bold;padding: 20px;border: 1px solid silver;margin: 0 0 30px 0;}