.tcenter{
	text-align: center;
}

.fs20{
	font-size: 20px;
}

.tp-15-0{
	padding: 15px 0px;
}

.left{
	float: left;
}

.code_block{
	background-color: #CCCCFF;
	border: 1px dashed #3333AA;
	width: 600px;
	padding: 5px;
}

.error_link{
	border: 1px solid #362C27;
	padding: 2px 10px;
}

.a_photo_wrapper{
	border: 1px solid #666;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
	width: 635px;
	clear: left;
}

.a_photo_wrapper > p{
	padding: 0;
	margin: 3px;
}

.a_photo{
	float: left;
	width: 225px;
}

.a_photo_text{
	padding-left: 230px;
}

.a_btn{
	margin: 10px 0 10px 0;
}

.a_photo_wrapper .a_btn{
	padding: 10px 0 0 230px;
	margin-bottom: 5px;
}

.a_photo_wrapper .a_btn a{
	margin-left: 10px;
}

.a_btn input[type=submit]{
	border: 1px solid #660000;
	background-color: #903925;
	margin-top: 10px;
	padding: 2px 5px 2px 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.a_btn input[type=submit]:hover{
	background-color: #FF8D1A;	
}
.a_heading{
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #362C27;
}

.a_gallery_intro,
.a_gallery_meta .meta{
	border: 1px solid #362C27;
	margin: 5px;
	padding: 5px;
}

.a_gta{
	width: 635px;
	height: 350px;
	background-color: #FFF;
}

.a_form_element{
	margin: 10px 0 10px 0;
}

.a_form_element label{
	display: block;
}

.meta p.title{
	border-bottom: 1px solid #362C27;
	padding: 0;
	margin: 0;
}

/*
 * ===================
 * Old site CSS
 * 
 * These styles are mainly for the sitemap.html
 * ===================
 */

body{ 
 background: url(/images/BG.png);
 background-position: 50% 0px;
 margin: 0px; 
 font-family: times new roman; 
 color: #ffffff;
}

 				a:link { color: #ffffff; text-decoration: underline; }
 				a:visited{ color: #ffffff; text-decoration: underline; }
 				a:active { color: #ffffff; text-decoration: underline; }
				a:hover { color: #dddddd; }


.error{
 color: #ff0000;
}
.confirmation{
 color: #0000ff;
}

ul{
 list-style-image: url(/images/bullet-triangle.jpg);
}
.Table{
 background: #ffffff;
}
.Top
{
 height: 203px;
}
.Main
{
color: #362c27;
}
.Main a:link { color: #36311B; text-decoration: none; }
.Main a:active { color: #36311B; text-decoration: none; }
.Main a:visited { color: #36311B; text-decoration: none; }
.Main a:hover { color: #36311B; text-decoration: underline; }

.Main h1 { font-style: italic; }

.text_header { font-size: 18px; font-style: italic; font-weight: bold; }


