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

BODY { font-family: Verdana, Arial, Helvetica, sans-serif; color:#000; font-size:70%; background:#f6f6f6; margin:0px; padding:0px; }

A,A:link,A:active,A:visited { color:#0061a1; text-decoration:underline; }
A:hover { color:#000000; }

.error { text-align:center; font-size:9pt; color:#D8000C; background:#FFBABA; border:solid 1px #D8000C; padding:3px 5px; }
.message { text-align:center; font-size:9pt; color:#4F8A10; background:#DFF2BF; border:solid 1px #4F8A10; padding:3px 5px; }
.smaller { font-size:80%; }
.bigger { font-size:120%; }
.blue { color:#0061a1; }
.bold { font-weight:bold; }
.clear { clear:both; }
.right { text-align:right; }

#wrapper { margin:0px auto; width:1000px; position:relative; background:#fff url(../images/wrapper-bg.gif) center top repeat-y; }
	#header { width:1000px; height:163px; background:transparent url(../images/header-bg.jpg) center center no-repeat; }
	#left { float:left; width:245px; color:#0061a1; }
		#left-top { width:245px; height:161px; background:transparent url(../images/left-top-bg.jpg) center center no-repeat; }
		#left-content { margin-left:15px; width:230px; }
		#left-content .buttons a { float:left; }
		#left-content .buttons a img { border:none; background:none; }
		#left-content ul { clear:both; margin:0 15px 0 10px; padding:0; }
		#left-content ul li { list-style-image:none; list-style-position:outside; list-style-type:none; background:#e1e7ef; margin-bottom:10px; padding:3px; }
		#left-content ul li span { font-weight:bold; font-style:italic; }
		#left-content ul li ol { margin:0 0 0 20px; padding:0; }
		#left-content ul li ol li { list-style-position:outside; list-style-type:decimal; font-size:90%; color:#000000; margin-bottom:0px; }
		#left-content ul li .button { display:block; padding:3px; text-align:center; text-decoration:none; font-family:"Trebuchet MS", "Lucida Sans", Arial, sans-serif; color:#d97610; font-size:140%; }
		#left-content ul li .button:hover { background:#fff; color:#000000; }
		
	#content { float:right; margin-right:15px; width:740px; }
		#top-bar { width:740px; height:16px; background:transparent url(../images/top-bar-bg.gif) center center no-repeat; }
		.col { width:354px; float:left; margin:10px 10px 10px 5px; }
		.col-border { border-right:solid 1px #f3f3f3; }
		.col h1 { font-size:140%; margin:0 0 10px 0; padding:0; color:#d97610; }
		.col ol li em { color:#0061a1; }
	
	.text-col { float:left; padding:10px; width:450px; height:300px; overflow:auto; background:#e1e7ef; }
	.text-col-left { margin:0 5px 10px 25px; }
	.text-col-right { margin:0 25px 10px 5px; }
	.text-col h1 { font-size:140%; margin:0 0 0px 0; padding:0; color:#0061a1; }
	.text-col h2 { font-size:110%; margin:0 0 10px 0; padding:0; color:#d97610; }
	.text-col ul { margin:0 0 0 14px; padding:0; }
	.text-col li { list-style-position:outside; list-style-type:square; }
	
	#addresses { margin:0 0 10px 25px; }
	#addresses .address { float:left; margin-right:25px; /*width:225px;*/ }
	#addresses a,#addresses a:link,#addresses a:active,#addresses a:visited { color:#d97610; font-weight:bold; text-decoration:none; font-size:120%; }
	#addresses a:hover { text-decoration:underline; }
	
	#bottom { clear:both; height:15px; background:#f1ae04; }
	#footer { text-align:center; font-size:80%; width:1000px; margin:3px auto; }



FORM DIV { clear:both; margin:10px 0px; }
FORM DIV LABEL { float:left; width:130px; padding:2px 0; }
FORM DIV.disabled LABEL { float:left; width:130px; color:#CCCCCC; }
FORM DIV INPUT { border:solid 1px #d97610; background:#FFFFFF; width:150px; color:#0061a1; padding:2px; }
FORM DIV SELECT { border:solid 1px #d97610; background:#FFFFFF; width:156px; color:#0061a1; padding:2px; }
FORM DIV.disabled INPUT { border:solid 1px #CCCCCC; background:#F6F6F6; width:150px; color:#CCCCCC; }
FORM DIV INPUT#Submit,FORM DIV INPUT#Submit2 { border:none; background:#9ABAE1; width:156px; color:#000; }