/* CSS Document */

* {margin:0; padding:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	background: url(../images/bg_inside.jpg) repeat-x #FAFAFA;
	color: #333;
}

#insideContent {
	width: 841px;
	background: #fff;
	padding: 30px 30px 30px 30px;
	
}

	#insideContent #column {
		width: 250px;
		float: left;
		margin: 0 30px 0 0;
	}
	
	#insideContent #column ol {
		list-style: decimal;
		margin: 10px 0 10px 25px;
		color: #333;
		font-size: 11px;
		font-weight: bold;
	}
	
	#insideContent #column ol li{
		padding: 0 0 4px 0px; 
	}
	
	#insideContent #column ul {
		list-style: none;
		margin: 15px 0 0 10px;
		color: #E6A015;
		font-size: 11px;
		font-weight: bold;
	}
	
	#insideContent #column ul li{
		background: url(../images/arrow.gif) no-repeat 0px 2px;
		padding: 0 0 4px 17px; 
	}
	
	#insideContent #column ul li strong {
		color: #391A06;
	}
	
	#insideContent #column ul li a{
		font-weight: bold; 
		color: #E6A015;
	}

	
#insideSignup {
	width: 135px;
	height: 30px;
	position: absolute;
	top: 260px;
	left: 745px;
}

h1 {
	color: #391A06;
	line-height: 1.2em;
	font-size: 24px;
	margin: 0 0 16px 0;
}


h2 {
	color: #391A06;
	line-height: 1.2em;
	font-size:16px;
	margin: 0 0 8px 0;
}

h3 {
	color: #333;
	line-height: 1.2em;
	font-size:13px;
	margin: 0 0 4px 0;
}


#formTable {
	border:1px solid #E5E5E4;
}
	
	#formTable td{
		padding: 5px 12px;
		text-align:left;
	}
	
	#formTable textarea {
		border: 1px solid #B6B6B6;
		font-size: 11px;
	}
	
	#formTable input {
		border: 1px solid #B6B6B6;
		font-size: 11px;
		padding: 2px 6px 2px 6px;
	}
	
	#formTable select {
		border: 1px solid #B6B6B6;
		font-size: 11px;
		padding: 2px 0 2px 0;
	}

.redDot {
	color: #E6A015;
}
