/* CSS Document */

body 					{ background:#ffffff; color:#000000; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:14px; margin:0; padding:0; 
						  min-width:100%; }

img 					{ border: 0; }

#wrapper 				{ position:relative; width:960px; margin:0 auto; text-align:left; z-index:200; } 
	
#backgroundbox 			{ position:absolute; top:0; left:0; width:100%; border:0; min-width:960px; height:100%; overflow:hidden; }

#head_container			{ width:960px; height:168px; background:url(../images/desoto_01.png) top left no-repeat; }

#main_container			{ width:960px; min-height:400px; background:url(../images/mainBG.png) top left repeat-y; }

#content_bg				{ width:960px; min-height:400px; background:url(../images/desoto_02b.png) top left no-repeat; }

#foot_container			{ width:960px; min-height:48px; background:url(../images/desoto_03.png) top left no-repeat; }

#foot_container img		{ border:0; margin-top:34px; margin-bottom:15px; }

#nav_container			{ width:207px; padding-left:34px; padding-top:103px; float:left; }

#content_container		{ width:626px; float:right; margin-right:50px; }

#headers				{ padding-bottom:15px; }

#content_container p	{ margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; text-align:justify; line-height:18px; }

.bold					{ font-size:16px; font-weight:bold; color:#123b88; }

a						{ font-weight:bold; color:#006cff; font-style:italic; }

a:hover					{ color:#697efb; text-decoration:none; }

#content_container p#footlinks		{ text-align:center; font-size:12px; }

#content_container p#footlinks a	{ font-weight:bold; color:#006cff; text-decoration:none; font-style:normal; }

#content_container p#footlinks a:hover	{ font-weight:bold; color:#697efb; text-decoration:none; }

#clear					{ clear:both; }