@charset "UTF-8";
/* CSS Document */
body {
	margin:0 0;
	padding:0 0;
	background-color:#E29532;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;	
}
a{	
	font-size:0.9em;
	font-weight:bold;
	}
a:link{color:#e8ba7c}
a:visited { color: #999999 }  
a:hover   { color: #cf3a0c}
#linkAt{
	font-size:0.9em;
	font-weight:bold;
	color:#cf3a0c;
}
p{
	padding:5px 0px;
	margin:0px 0px;
}
#container {	
	width: 980px;
	background-image:url("page.jpg");
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #insidecontainer {	
	width: 934px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#navigation{
	padding-top:10px;
	clear:both;
	margin-left:38px;
	margin-right:38px;
	padding-bottom:40px;	
}
#subNavigation{
	padding-top:0px;
	clear:both;
	margin-left:38px;
	margin-right:38px;
	padding-top:5px;
	padding-bottom:3px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
#subNavigation a{
	font-size:1em;
}
#subNavigation #linkAt{
	font-size:1em;
}
#navLeft{
	float:left;
	display:inline;
}
#navRight{
	float:right;
	display:inline;
}
#subNavTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#cf3a0c;
}
h1 {
	margin: 0;
	font-size:1.2em;
}
 #mainContent {
 	font-size:0.9em;
	padding: 0 35px;
	clear:both;
}
#process{
	margin-left:18px;
	}
span.about{
	color:#cf3a0c;
	}
span.indent{
	padding-left:40px;
	text-indent:-40px;
}
td{
	vertical-align:top;
}
td.leftColumn{
	width:400px;
	padding-right:40px;
}
td.rightColumn{
	width:300px;
	padding-left:50px;
}
#copyright{
 	font-size:0.6em;
	color:#666666;	
 	text-align:center;
	width:934px; 
	padding-top:30px;
	padding-bottom:10px;
}
#about{
	height:200px;
}
