* 	{ margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; }

div#header	{ width:100%; background:url(img/header.png) top center no-repeat; height:120px; }

div#navigationSpan	{ width:100%; text-align:center; margin-bottom:12px; }
div#ribbonSpan	{ width:100%; height:203px; background-color:#e3e3e3; text-align:center; }
div#ribbon		{ width:100%; height:203px; background:url(img/ribbonHome.png) top center no-repeat; }
div#mainSpan	{ width:100%; background:url(img/mainBack.png) center repeat-y; border-bottom:1px #e3e3e3 solid; padding:24px 0; }
div#centerFrame	{ padding:12px; }
div#leftFrame	{ width:191px; float:left; }
div#rightFrame	{ width:191px; float:right; }
div#rightFrame>div	{ display:block; border:1px #e3e3e3 solid; background-color:#FFF; padding:12px; margin-bottom:12px; }
div#leftFrame>div	{ display:block; border:1px #e3e3e3 solid; background-color:#FFF; padding:12px; margin-bottom:12px; }
div#centerFrame	{ width:527px; background-color:#FFF; margin:0 auto; padding:12px 24px; }
div#footSpan	{ width:100%; border-top:1px #8e8e8e solid; text-align:center; padding:24px 0; }
div#footFrame	{ width:900px; margin:0 auto; text-align:left; color:#767676; }
div#footImages	{ float:right; border-left:1px #cbcbcb solid; padding-left:16px; }
div#footText	{ padding:8px 0; font-size:10px; }

div.clearer		{ clear:both; }

/* Navigation */
div#navigationSpan>ul	{ margin:0 auto; }
div#navigationSpan li	{ display:inline; text-align:left; list-style-position:outside; }
div#navigationSpan li a	{ display:inline; padding:0 24px; color:#888; text-decoration:none; height:20px; }
div#navigationSpan li li a	{ padding:6px 0; }
div#navigationSpan li a:hover	{ color:#154588; }
div#navigationSpan ul ul	{ position:absolute; background-color:#FFFFFF; display:none; margin-left:-75px; margin-top:16px; padding:6px; border:1px #e3e3e3 solid; }
div#navigationSpan li li	{ display:block; padding:3px 0; }
div#navigationSpan li:hover>ul { display:inline; }
div#navigationSpan li.active>a { font-weight:bold; color:#154588; }

/* Elements */
div#leftFrame hr	{ height:12px; border:1px silver solid; margin:5px -13px; border-right:1px white solid; border-left:1px white solid; }
div#leftFrame hr.insideHr	{ height:0px; border:none; border-bottom:1px silver solid; }
a	{ color:#154588; text-decoration:none; }
a:hover	{ color:#244b8f; }
a img	{ border:none; }
div#footText a	{ color:#767676; font-size:10px; text-decoration:none; }
div#footText abbr	{ font-size:10px; text-decoration:none; }
h1	{ color:#888; font-size:16px; margin-bottom:12px; }
h2	{ font-size:14px; margin-bottom:12px; color:#154588; }
p	{ margin-bottom:6px; }
table	{ border:none; width:100%; }
td		{ padding:3px; }
th		{ text-align:left; padding:3px; border-bottom:2px #d4ad0f solid; }
li		{ list-style-position:outside; list-style-image:url(img/navPoint.png); margin-left:12px; }
li ul	{ margin-left:12px; }
div.breadcrumb	{ background-color:#f9f9f9; margin-bottom:12px; border:1px silver solid; padding:3px; }
div.breadcrumb a	{ text-decoration:none; color:#888; }
