body {
	background: #000;
	padding: 10px;
	margin: 0;
	font-family: verdana;
	font-size: 11px;
}

#main {
	width: 934px;
	margin-left: auto;
	margin-right: auto;
}

#topLogo {
	background: #fff url(/nav/top_bg.gif) no-repeat;
	height: 90px;
}

	.loginInput {
		font-size: 10px;
		border: 1px solid #EFECC2;
		width: 100px;
		height: 14px;
		color: #888;
		font-family: arial;
	}
	
	#topLogo a {
		text-decoration: none;
		font-size: 10px;
	}
	
	#topLogo a:hover {
		text-decoration: underline;
	}

#darkBGContent {
	background: url(/nav/dark_bg.gif) repeat-y;
	padding: 7px 0 10px 17px;
}

#leftNav {
	width: 226px;
	float: left;
}

	#leftNav a, #leftNav a.tallLink {
		background: #4B5A59;
		height: 42px;
		width: 226px;
		display: block;
	}

	#leftNav a:hover {
		background: #AB540C;
	}
	
	#leftNav a.tallLink {
		height: 54px;
	}

	.openNav {
		background: #BC763D;
		width: 201px;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		margin-left: 17px;
	}
	
	#leftNav a.subnavLink, #leftNav a.subnavLink2, #leftNav a.subnavLinkBottom {
		background: none;
		border-left: 1px solid #D5AA86;
		border-right: 1px solid #D5AA86;
		border-bottom: 1px solid #AB540C;
		height: 24px;
		width: 187px;
		margin: 0px 0 0 1px;
		text-decoration: none;
		color: #fff;
		padding: 7px 0 0 10px;
	}

	#leftNav a.subnavLinkBottom { 
		border-bottom: 1px solid #D5AA86;
		margin-bottom: 1px;
		height: 23px;
	}

	#leftNav a.subnavLink:hover,  #leftNav a.subnavLink2:hover, #leftNav a.subnavLinkBottom:hover {
		background: #C68A5A;
		color: #fff;
	}
			
		.rightShadowNavOn {
			background: url(/nav/subnav_rightShadow.gif) repeat-y;
			position: relative;
		}
		
		.leftShadow {
			position: absolute; top: 37px
		}
 
  #leftNav a.subnavLink2 {
  	height: 15px;
  	padding: 2px 0 0 30px;
  	width: 167px;
	border-bottom: none;
  }

#rightContent {
	background: #fff;  /* url(/nav/bg_mailbox.gif) no-repeat right top */
	border: 1px solid #EDE8D9;
	width: 670px;
	float: left;
	margin-left: 2px;
}

	#pageHead {
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		background: url(/nav/pageHead_bg.gif) no-repeat;
		height:23px;
		padding: 8px 0 0 28px;
		letter-spacing: .1em;
	}
	
	#rightIndent {
		margin: 25px 0 30px 34px;
		/* http://www.dustindiaz.com/min-height-fast-hack/ */
		min-height: 350px;
		height:auto !important;
		height:350px;
		/*height: expression(this.scrollHeight < 350 ? "355px" : "auto");*/
	}
	
		#step1, #step2 {
			background: url(/nav/step1.gif) no-repeat;
			padding: 0px 0 0 40px;
			height: 25px;
			font-weight: bold;
			font-size: 12px;
			color: #4F453C;
		}

		#step2 {
			background: url(/nav/step2.gif) no-repeat;
			}
			
		#rightIndent a, #sideBar a, #mainCol a, #panel1Content a {
			color: #AB540C;
			text-decoration: none;
		}
		
		#rightIndent a:hover, #sideBar a:hover, #mainCol a:hover, #panel1Content a:hover {
			text-decoration: underline;
		}
		
		#rightIndent p {
			width: 410px;
			margin: 8px 0 8px 0;
			line-height: 1.3em;
		}
	
		.instructions {
			color: #974A0B;
			font-size: 11px;
			margin: 10px 0 5px 0;
			font-weight: bold;
			color: #4F453C;
		}

		#rightIndent ul {
			margin-top: 5px;
			margin-bottom: 10px;
			margin-left: 35px;
			padding-left: 0;
		}
		
		 #sideBar ul {
		 	padding-left: 10px;
		 	margin: 0px 20px 0 20px;
		 }
		
		li {
			margin: 0px 0 10px 0;
		}

	#borderedIndent {
		margin: 17px;
		border-top: 1px solid #E5DBC1;
		padding: 0px 0px 0 15px;
	}
	
	#mainCol {
		float: left;
		width: 410px;
		min-height: 370px;
		height:auto !important;
		height:370px;
		/*height: expression(this.scrollHeight < 370 ? "375px" : "auto");*/
	}
	
		#mainCol p {
			margin: 8px 0 8px 0;
			line-height: 1.4em;
		}
	
	#sideBar {
		float: left;
		width: 194px;
		background: #F8F6ED;
		color: #836824;
		border-left: 1px solid #E5DBC1;
		border-right: 1px solid #E5DBC1;
		border-bottom: 1px solid #E5DBC1;
		margin-left: 15px;
	}
	
		#sideBar h3 {
			font-size: 12px;
			padding: 0px 0 10px 0;
			border-bottom: 1px solid #E5DBC1;
			text-align: center;
			margin-top: 10px;
		}
		
		#sideBar p {
			padding: 0px 12px 12px 12px;
			line-height: 1.4em;
			margin: 6px 0 6px 0;
		}
	

		#sideBar ul {
			margin-top: 0px;
			padding-bottom: 10px;
		}
		
		#sideBar li {
			margin-bottom: 5px;
		}

#textLinks {
	text-align: center;
	background: #658187;
	padding: 5px 0 20px 0;
	line-height: 1.5em;
}

#textLinks a {
	text-decoration: none;
	color: #000;
}

#textLinks a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.alert {
	padding: 5px;
	border: 2px solid #900;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 15px 0;
	width: 50%;
}

.weSpeakSpanish {
	padding-left: 12px;
	background: url(/nav/spanish_arrow.gif) 0 3px no-repeat;
	color: #425256;
	font-weight: bold;
}

.coe, .coe100 {
	margin: 3px 0 5px 0;
	font-weight: bold;
	font-size: 10px;
}

h1 {
	color: #974A0B;
	font-size: 14px;
}

h2 {
	color: #333;
	font-size: 12px;
	margin: 10px 0 10px 0;
}

form {
	margin: 0;
	padding: 0;
}

	select {
		font-size: 11px;
	}
	
	input {
		margin-top: 2px;
		font-size: 11px;
	}

	textarea {
		font-size: 11px;
	}

