@charset "utf-8";
/* CSS Document */
/* Single column layout */

body {
	margin:0px;
	background-image:url(../images/headerBGTile.gif);
	background-repeat:repeat-x;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	}
	

/* Layers */
#container {
	width:760px;
	margin: 0px auto;
}	

#menu {
	width:745px;
	/*text-align:right;*/
	font-size:1.4em;
	font-weight:bold;
	color:#ebdebd;
	padding:15px 15px 30px 15px;
}

	#menu a:link {
		color:#eabb7a;
		text-decoration:none;
	}
	
	#menu a:visited {
		color:#cccccc;
		text-decoration:none;
	}
	
	#menu a:hover {
		color:#f2920c;
		text-decoration:none;
	}
	
	/* Decided not to use these styles */
	/*	#menu a.needs {
				border:solid 2px #eabb7a; 
				padding:7px; 
				background-color:#d2e7f4;
				color:#551a8b;
				} 
				
		#menu a:hover.needs {
				color:#f2920c;
				padding:7px; 
				background-color:#4b7ba4;
				border:none;
				} */
				
		
#content {
	width:760px;
	float:left;
	}
	
#panel-L {
	width:170px;
	float:left;
	}
	
#article {
	width:550px;
	float:left;
	padding-left:3em;
	}
	
#article_wide {
	padding:0 15px 0 15px;
	}

#footer {
	background-color:#035b8b;
	padding:15px;
	clear:both;
}

#footer_content {
	font-size:1.2em;
	color:#cccccc;
	width:730px;
	margin:0px auto;
	padding:0 15px 0 15px;
	text-align:center;
}

	#footer a:link {
		color:#eabb7a;
		text-decoration:none;
	}
	
	#footer a:visited {
		color:#cccccc;
		text-decoration:none;
	}
	
	#footer a:hover {
		color:#f2920c;
		text-decoration:none;
	}
	
	
/* Classes */
.bold {
	font-weight:bold;
}

.bold-italic {
	font-weight:bold;
	font-style:italic;
}

.headline {
	font-weight:bold;
	color:#4b7ba4;;
	padding:10px;
	border-top: solid 3px #4b7ba4;
	border-bottom: solid 1px #eabb7a;
	font-size:1.6em;
}

.italic {
	font-style:italic;
	}

.pageTitle {
	font-weight:bold;
	color:/*#f4a62b;*/ #035b8b;
	/*padding:10px;*/
	font-size:3em;
	border-bottom:solid 1px #eabb7a;
	text-align:center;
}

.textbox1 {
	width:150px;
	margin:0px auto;
	text-align:center; 
	padding:15px; 
	border:solid 1px #000000;
}

.update {
	font-size:1em;
	color:#999999;
	}


/* Tags */

p {
	font-size:1.2em;
	line-height:1.5em;
	}
	
h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#035b8b;
	}
	
ul.nobullet {
	list-style-type:none;
	}
		
li {
	font-size:1.2em;
	/*line-height:1.5em;*/
	margin-bottom:10px;
	}

table {
	margin: 0px auto;
	/*border:solid 1px #000000;*/
	font-size:1em;
	padding:0px;
}

th {
	font-size:1.4em;
	font-weight:bold;
	text-align:left;
	padding-bottom:10px;	
}

tr {
	padding:0px;
	margin:0px;
	border:solid 1px #000000;
}

td {
	border:solid 1px #000000;
	padding:10px;
	margin:0px;
	font-size:1.2em;
}

.hidden{
/* added by rak for the purposes of the form. */
height: 0;
width: 0;
visibility:hidden;
position: absolute; /* for the benefit of IE5 Mac */}




