/*** General ***/

body {
	background-color: 	#5579a0;
	color: 				#000000;
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			small;
}

em {
	font-style:			normal;
	font-weight:		bold;
}

a {
	color: 				#0000ff;
	text-decoration:	none;
}

a:visited {
	color: 				#0000ff;
	text-decoration:	none;
}

a:hover {
	color: 				#0000ff;
	text-decoration:	underline;
}

a img {
	border-style:		none;
}

.pagination {
	float: 				right;
}

.align_left {
	text-align:			left;
}

.align_center {
	text-align:			center;
}

.align_right {
	text-align:			right;
}

.light_blue_background {
	background-color:	#cfdcea;
	color:				#000000;
}

.gradient_blue_background {
	height:				30px;
	background:			url(../images/heading_bg.jpg) repeat-x;
	color:				#092f5e;
}

.blue_background {
	background-color:	#092f5e;
	color:				#ffffff;
}

.blue_background a {
	color:				#ffffff;
}

.sub_banner {
	margin:				3px 0px 3px 0px;
}

.sub_banner img {
	display:			block;	
}

.sidebar {
	width:				140px;
	margin-right:		10px;
	float:				left;
	border:				5px solid #aabfd5;
}

.sidebar a {
	display:			block;
	width:				100%;
	text-align:			center;
	padding:			5px 0px 5px 0px;
	border-bottom:		5px solid #aabfd5;
	color: 				#0000ff;
}

.sidebar a:hover {
	background-color:	#dddddd;
	text-decoration:	none
}

.sidebar_heading {
	width:				100%;
	height:				25px;
	font-weight:		bold;
	text-align:			center;
	padding-top:		5px;
	border-bottom:		3px solid white;
}

.sidebar_info {
	width:				100%;
	padding-bottom:		30px;
}

.sidebar_info ul {
	margin:				0px;
	padding:			0px;
	list-style-type:	none;
}

.contentdiv {
	background-color:	#ffffff;
	width:				590px;
	margin:				0px 10px 30px 160px;
}

.contentdiv span.calendar_link img {
	vertical-align:	middle;
}

.content_heading {
	border-bottom:		3px solid #092f5e;
	margin-bottom:		10px;
}

.content_heading table {
	width:				100%;
	border-collapse:	collapse;
	border:				none;
}

.content_info {
	width:				100%;
	margin-bottom:		10px;
}

.content_info ul {
	padding:			0px 0px 0px 10px;
	margin:				0px 0px 0px 10px;
}

ul.content_list {
	list-style-image:	url(../images/list_bullet.jpg);
}

ul.content_list li {
	margin-bottom:		5px;
	border-bottom:		1px dashed gray;
}

ul.content_list li span.content_date {
	margin-right:		10px;
}

ul.content_list li span.content_description {
	margin-right:		10px;
}

.admindiv {
	width:				100%;
	padding:			5px 0px 5px 0px;
	border-top:			3px solid #808080;
	border-bottom:		3px solid #808080;
}

.content_table {
	width:				100%;
	border-collapse:	collapse;
	border:				1px solid #092f5e;
}

.content_table th, .content_table td {
	border:				1px solid #092f5e;
}

.content_table th {
	border-top:			5px solid #092f5e;
	background-color:	#cfdcea;		
	padding:			3px 3px 3px 10px;
}

.content_table td {
	padding:			10px;
}

img.photo {
	margin:				10px;
	padding:			5px;
	background:			#000000;
}

pre {
  	background-color:	#eee;
  	padding:			10px;
  	font-size:			11px;
}

.fieldWithErrors {
	padding:			2px;
	background-color:	red;
	display:			table;
}

#errorExplanation {
	width:				400px;
	border:				2px solid red;
	padding:			7px;
	padding-bottom:		12px;
	margin-bottom:		20px;
	background-color:	#f0f0f0;
}

#errorExplanation h2 {
	text-align:			left;
	font-weight:		bold;
	padding:			5px 5px 5px 15px;
	font-size:			12px;
	margin:				-7px;
	background-color:	#c00;
	color:				#fff;
}

#errorExplanation p {
	color:				#333;
	margin-bottom:		0;
	padding:			5px;
}

#errorExplanation ul li {
	font-size:			12px;
	list-style:			square;
}

/*** Miscellaneous ***/
.heading_table {
	border-collapse:	collapse;
	margin-top:			0px;
	margin-bottom:		0px;
}

.heading_table td {
	height:				25px;
	padding:			0px 0px 0px 0px;
}

.heading_table td img {
	display:			block;
}

.heading_content {
	background-color:	#cccccc;
	color:				#666666;
	width:				380px;
	text-align:		center;
}

.image_credit {
	font-size:	 	9px;
	text-align:		left;
	padding:			0px 2px 2px 2px;
}