@charset "utf-8";
/* CSS Document */

* {padding:0; margin:0; border:0;}
body {background:url(images/background.gif); font-family:Arial, Helvetica, sans-serif; font-size:100%;}

h3 {color:#933611; font-size:16px; text-decoration:underline}
h4 {color:#933611; font-size:18px; padding-top:20px;}
p {font-size:16px; font-weight:bold; padding-top:20px;}



#wrapper {text-align:center; margin:0 auto; width:990px; background:url(images/wrapper_rpt.jpg) bottom right repeat-y #426ba3}
	#header {}
		#navigation {background:url(images/nav_rpt.gif) repeat-x; height:51px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;}
			#navigation ul {padding-top:8px; margin-top:-5px;}
				#navigation li {display:inline; padding-left:70px;}
				#navigation .home { padding-left:0px;}
				#navigation li a {font-size:26px; color:#000; text-decoration:none;}
				#navigation li a:hover {color:#333333;}
	#body {text-align:left;}
		#leftColumn {float:left; width:327px; background:#fff;}
			#leftColumnHeader {background:#e8e8e8; padding:3px 10px 10px 10px;}
				#leftColumnHeader p {color:#666; font-weight:bold; padding-top:0}
			#leftColumn ul {margin-left:28px; font-weight:bold; padding:15px 0;}
			#leftColumn img {margin-left:24px;}
		#rightColumn {float:right; width:628px; background:#ccc; padding:0px 10px 10px 25px;}
		
		#footer {background:url(images/footer.gif) bottom right no-repeat; height:136px; float:right; width:663px; text-align:center;}	
			#footer p {font-size:14px; color:#fff; float:right;}
			#footer a {color:#ccc; text-decoration:none;}
			#footer #address { margin-right:65px; margin-top:14px;}
			#footer #textlinks {color:#ccc; font-size:12px; margin-right:30px;}
			

.clr {clear:both;}