body, html{
	background: #2c3740 url('../imgs/bg.gif');
	background-repeat: repeat-y;
	}

a, a:link, a:visited{
	color: #c25327;
	text-decoration: none;
	}

h1, h2, h3, h4{
	padding-bottom: 4px;
}	
		
a:hover{
	text-decoration: underline;
	}	
	
#logo{
	position: absolute;
	top: 0px;
	left: 0px;
}	
	
#content{
	position: relative;
	width: 760px;
	left: 145px;
	top: 0px;
	font: 10pt Georgia, "Times New Roman", Times, serif;
	line-height: 165%;
	min-height: 750px;
	}

#content div{
	padding-bottom: 25px;
	}

#left_column p{
	text-indent: 18pt;
	}

#right_column p{
	text-indent: 12pt;
	}	
	
#content table{
	width: 225px;
	border: none;
	border-top: 2px solid #c3cad0;
	}

#content td{
	font: 8pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 8px 2px 0px;
	border-bottom: 1px dotted #c3cad0;
	}	
	
tr:hover{
	background: #FFFFF0;
	}	

#content tr.header td{
	font: bold 8pt Georgia, "Times New Roman", Times, serif;
}	
	
#left_column{
	position: relative;
	top: 16px;
	left: 35px;
	width: 415px;
	float: left;
	}
	
#right_column{
	position: relative;
	top: 18px;
	left: 60px;
	width: 225px;
	float: left;
	}

/* right nav menu */	
#right_menu{
	position: absolute;
	top: 18px;
	left: 880px;
	width: 26px;
	}	

#right_menu li{	padding: 5px 0px 5px 0px;	}
	
#right_menu li.orn{	padding: 0px 0px 0px 0px;	}

div.orn{
	text-align: center;
	width: 100%;
	padding: 15px 0 15px 0;
}

#footer {
    position: relative;
	clear: both;
	left: 180px;
	width: 670px;
	bottom: 0px;
	border-top: 1px dotted #c3cad0;
	}
	
#footer #links{
	text-align: center;
	padding: 20px;
	}	

#footer #info, form p{
	font: 8pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

#columns{position: relative;}

input{
	font: 16px Georgia, "Times New Roman", Times, serif;
}

input#submit{
	width: 85px;
}

input#email{
	width: 130px;
}

textarea{
	width: 415px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	height: 300px;
}

#left_column input{
	width: 300px;
}

#right_column li a{
	display: block;
	font: 10pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

#right_column li a:hover{
	background: #FFFFF0;
	text-decoration: none;
}

#right_column li{
	border-top: 1px dotted #c3cad0;
	text-indent: 3px;
}

#right_column ul{
	padding-bottom: 20px;
}

span.heading{
	padding: 0px;
	font-size: 16pt;
	text-decoration: none;
}

span.copy{
	padding: 0px;
}

#left_column ul{
	width: 100%;
}

#left_column li{
	padding: 0px 0px 20px 0px;
	}

#left_column li:hover{
	background: #FFFFF0;
}

#left_column table{
	width: 100%;
}

#left_column td{
	padding: 10px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}


/* for Internet Explorer */
/*\*/
* html #content {
height: 750px;
}
/**/
