/* CSS Document */

body{

}

#master{
	position: absolute;
	left: 50%;
	margin-left: -393px;
	width: 785px;
	border: 1px solid black;
}

#banner{
	width: 785px;
	height: 192px;
	background-image: url(images/banner_bg_02.jpg);
	background-repeat: no-repeat;
	background-position: 217px 0px;
}

#page{
	width: 785px;
	background: #F7E5AD;
	float: left;
}

#content_left{
	width: 217px;
	background: #F7E5AD;
	float: left;
}

#content_right{
	width: 544px;
	float: right;
	padding: 12px;
	background: white;
}

.left_row{
	display:  block;
	width: 199px;
	height: 22px;
	border-top: 1px solid white;
	font-family: arial;
	color: black;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
	text-align: right;
	padding-top: 6px;
	padding-right: 18px;
}

#content_left a.left_link{
	display:  block;
	width: 199px;
	height: 22px;
	border-top: 1px solid white;
	font-family: arial;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
	text-align: right;
	padding-top: 6px;
	padding-right: 18px;
	background-image: url(images/left_link_bg.jpg);
	background-repeat: no-repeat;
	background-position: 200px 0px;
}

#content_left a.left_link:hover{
	background: #F9D76D;
	background-image: url(images/left_link_bg_hover.jpg);
	background-repeat: no-repeat;
	background-position: 200px 0px;
}

.form_table{
	text-align: center;
	border: 2px solid #8990AC; 
	background: #E6E6E6;
	width: 532px;
}


.form_table th, #info th{
	background: ;
	padding: 3px;
}

.form_table td, #info td{
	padding: 3px;
}

.form_table h1{
	margin: 3px;
	color: #003384;
}

.form_table h2, #info h2{
	margin: 3px;
}

.form_table h3, #info h3{
	margin: 3px;
}

.form_table p, #info p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
	text-align: left;
	vertical-align: top;
}

#info td p, #info td p{
	text-align: right;
}
.p_thumb{
	text-align: center;
	width: 156px; 
	height: 272px; 
	float: left; 
	border: 2px solid #9A9A9A; 
	margin: 2px; 
	padding: 6px; 
	background: white;
}

.p_thumb_text{
	background: #F7EFD2;
	width: 152px;
	height: 140px;
	padding-top: 10px;
}

.p_thumb p, .p_thumb h3, .p_thumb a{
	text-align: center;
}
.tb{
	border: none;
}

.tb2{
	height: 113px;
	border: 1px solid #8990AC; 
}

.lm{
	padding-left: 14px;
}



