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


/*----------------------------------
	Reset
-----------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	ol, ul {list-style: none;}
	blockquote, q {quotes: none;}
	blockquote:before, blockquote:after,
	q:before, q:after {content: '';content: none;}
	
	/* remember to define focus styles! */
	:focus {outline: 0;}
	
	/* remember to highlight inserts somehow! */
	ins {text-decoration: none;}
	del {text-decoration: line-through;}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {border-collapse: collapse;border-spacing: 0;}
	
	
/*----------------------------------
	End Reset
-----------------------------------*/


/*----------------------------------
	Global
-----------------------------------*/

body{
	text-align:center;
	margin:0;
	background-image: url(../images/tile.gif);
	background-repeat: repeat-x;
	}

	
#outerwrap{
	width:940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	}

#topGraphic {
	float: left;
	height: 100px;
	width: 940px;
	}
	

#contentContainer {
	background-image: url(../images/contentBK.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 940px;
	text-align: left;
	padding-top: 20px;
	}

a:link{
	color:#b66a3b;
	text-decoration:none;
	}

a:visited{
	color:#333333;
	text-decoration: none;
	}
	
a:hover{
	color:#B0390C;
	text-decoration: none;
	}
	
a:active{
	color:#4c2a18;
	text-decoration: none;
	}


/*----------------------------------
	Content Left
-----------------------------------*/

#contentLeft {
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-left: 50px;
	}

#contentLeft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #B0390C;
	margin-bottom: 10px;
	line-height: 34px;
	}

#contentLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
	}

#contentLeft ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 275px;
	}
	
#contentLeft ul a {
	text-decoration: none;
	height: 44px;
	width: 270px;
	padding-top: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 5px;
	color: #B0390C;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	}	

#contentLeft ul a:hover {
	background-image: url(../images/arrow_ovr.gif);
	list-style-position: outside;
	color: #b66a3b;
	width: 270px;
	background-position: right;
	background-color: #c6e6fe;
	}

#contentLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B0390C;
	margin-top: 5px;
	line-height: 20px;
	}

.contentSubspan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	}


/*----------------------------------
	Content Right
-----------------------------------*/


#contentRight {
	float: right;
	width: 480px;
	margin-right: 50px;
	margin-top: 10px;
	}

#contentRight h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #B0390C;
	margin-bottom: 10px;
	line-height: 36px;
	}

#contentRight h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B0390C;
	margin-top: 5px;
	line-height: 20px;
	}

#contentRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 24px;
	margin-bottom: 15px;
	}

#contentRight ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	list-style-position: outside;
	margin-left: 20px;
	list-style-image: url(../images/bullet.gif);
	}

#contentRight li {
	margin-bottom: 10px;	
	}
	
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B0390C;
	float: left;
	width: 850px;
	margin-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 40px;
	}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 15px;
	}

.clear {
	clear: both;
	float: left;
	width: 940px;
	margin-bottom: 40px;
	}


/*----------------------------------
	Content Right
-----------------------------------*/

form {
	padding: 0 0 24px 0;
	text-align: left;
	}
		
		
form div {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	text-align: left;
	clear: both;
	}
		
	
form div.required {
	font-size: 10px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-left: 151px;	
	}
		
form div label {
	float: left;
	text-align: right;
	width: 140px; /* 120 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 3px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	}
			
form div input.text, form div select {
	border: 1px solid #666666;
	padding: 2px;
	vertical-align: middle;
	width: 262px; /* 268 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	}

form div select {
	width: 268px;
	}

form div.buttonRow {
	margin-left: 151px;	
	}

.ital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	}
