/* CSS Document */

/* Begin Info Center Table Definition Section*/

#content table.infotable {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	border-collapse: collapse;
	border-spacing: 0px;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
	
#content table.infotable form {
	margin-bottom: 0px;
}	
	
#content table.infotable input {
	margin-bottom: 0px;
}		

#content table.infotable a{
	color: #0000FF;
}
	
#content table.infotable a:hover{
	color: #000000;
}


#content table.double_table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
}

	#content td.table_spacer {
		height: 20px;
	}

	#content td.table_spacer_2 {
		height: 40px;
	}
	
	#content td.table_spacer_3 {
		width: 20px;
	}
	
	/* Begin Table Image Definition Secion */

	#content table img{
		border: none;
		padding: 0;
		}

	/* End Table Image Definition Secion */

	/* Begin Table Header Cells Definition Section */

	#content td.profile_head, #content td.picture_head, #content td.contact_head, #content td.history_head, #content td.media_head {
		font-weight: bold;
		color: #FFFFFF;
		padding-left: 10px;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-top: 5px;
		border-top: 2px solid #666666;
		border-right: 2px solid #666666;
		border-left: 2px solid #666666;
		}

	/*#content td.profile_head {*/
		/*text-align: center;*/
		/*vertical-align: middle;*/
		/*font-size: 14px;*/
	/*}*/

	#content td.picture_head {	
		font-size: 14px;
		text-align: top;
	}

	#content td.profile_head, #content td.history_head {
		font-size: 14px;
		text-align: left;
		vertical-align: middle;
	}

	#content td.contact_head, #content td.media_head {	
		font-size: 14px;
		text-align: left;
	}

		/* Begin header colors def section */
		#content td.profile_head {
			background-color: #003399;
			background-image: url(/images/head_darkblue.gif);
			background-repeat: repeat;
		}
			
		#content td.picture_head, #content td.history_head {
			background-color: #0066CC;
			background-image: url(/images/head_lightblue.gif);
			background-repeat: repeat;
		}
	
		#content td.media_head {
			background-color: #009933;
			background-image: url(/images/head_green.gif);
			background-repeat: repeat;
		}
			
		#content td.contact_head {		
			background-color: #FF6600;
			background-image: url(/images/head_orange.gif);
			background-repeat: repeat;
		}
		/* End header colors def section */

		/* Begin Head Table Section */

		#content table.double_head_table {
			width: 100%;
			height: 100%;
			border-collapse: collapse;
			border-spacing: 0px;
			background: transparent;
			margin-left: auto;
			margin-right: auto;
		}
	
		#content td.double_head_left {
			text-align: left;
		}
	
		#content td.double_head_right {
			text-align: right;
			font-weight: normal;
			font-size: 12px;
		}
			
		#content td.double_head_left a, #content td.double_head_right a {
			color: #FFFFFF;
			}
			
		#content td.double_head_left a:hover, #content td.double_head_right a:hover {
			color: #000000;
			}
	
		/* End Head Table Section */

	/* End Table Header Cells Definition Section */

	/* Begin Table Body Cells Definition Section */

	#content td.profile, #content td.picture, #content td.contact, #content td.history, #content td.media {
		background-color: #FFFFFF;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		padding-top: 10px;
		border-right: 2px solid #666666;
		border-left: 2px solid #666666;
		border-bottom: 2px solid #666666;
	}

	#content td.profile, #content td.contact, #content td.history, #content td.media {
		text-align: left;
	}

	#content td.picture {
		text-align: center;
		vertical-align: top;
	}

	/* End Table Body Cells Definition Section */

/* End Info Center Table Definition Section*/