@import url("/html4.css");

html		{ height:100%; margin:0px; padding:0px; background:#e5efcc url(/assets/Image/Layout/page_bgnd.png) repeat-x center top scroll }
body		{ height:100%; margin:0px; padding:0px; color:#504e53; font-family:Georgia,Times,serif; font-size: 0.72em; }
       	
h1			{ font-size:140% }
h2			{ font-size:125% }
h3			{ font-size:100% }

a:link		{ color:#3954a4 }
a:visited	{ color:#504e53; }
a img		{ border:none; text-decoration:none }

th 			{ text-align:left }
form,
textarea,
input,
select		{ font-family:Verdana,Helvetica,sans-serif; font-size:100%; }
form 		{ display:inline }

hr			{ border:none; outline:none; height:1px; background:transparent url(/assets/Image/Layout/dot.png) repeat-x center center scroll; color:#ccc }

/* Layout */
#container				{ position:relative; border-top:1px solid #efeee9; width:885px; margin:-1px auto 0 auto; min-height:100%; height:auto !important; height:100%; background:#fff url(/assets/Image/Layout/container_bgnd.png) repeat-x center top scroll }
#edge-left				{ position:absolute; display:block; width:19px; height:105px; top:94px; left:-19px; }
#edge-right				{ position:absolute; display:block; width:19px; height:105px; top:94px; right:-19px; }
                    	
#topnav					{ margin:80px 0 17px 0; width:100%; border-collapse: collapse; }
#topnav tr				{ height:18px }
#topnav td				{ text-align:center; font-family:Verdana, Helvetica, sans-serif; background-color:#d0cfc7 }
#topnav td a			{ color:#616160; font-weight:bold; text-decoration:none; }
#topnav td.active		{ background-color:#3954a4 }
#topnav td.active a		{ color:#fff; }

div#header				{ border:17px solid #fff; height:292px; overflow:hidden; background:#fff url(/assets/Image/Layout/header_bgnd.jpg) no-repeat right top scroll }

div#content				{ position:relative; float:right; width:648px; padding:0 18px 2.33em 0; line-height:200% }

div#navigation			{ position:relative; float:left; width:180px; padding-left:24px; font-family:Tahoma, Helvetica, sans-serif; font-size:95%; }
#navigation ul			{ padding:0; margin:0; list-style:none; }
#navigation li			{ padding:6px 0 6px 2px; }
#navigation ul.level2	{ font-weight:bold; }
#navigation ul.level3	{ padding-left:10px; margin:0; list-style:none; font-weight:normal }
#navigation li.level2	{ border-bottom:1px solid #a7a6a9; }
	
div#navigation a		{ display:block; color:#504e53; text-decoration:none; }

/* Classes */
/* form error messages */
div.error-formfield { color:#d13d1b; font-weight:bold; display:none }
input.error-formfield, textarea.error-formfield, select.error-formfield { border:1px inset #000; background-color:#fcdfb2 }

/* form field formatting */
.txtinput			{ border:1px inset #999 }
.txtbtn				{ border:1px outset #999 }

.clearfix			{ clear:both; font-size:0 }