/*---------------------------*/
/*          Content          */ 
/*---------------------------*/ 

.body_left {
	background-image: url(../images/bg/body_top_left_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	width: 50px;
}
.body_right {
	background-image: url(../images/bg/body_top_right_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	width: 50px;
}
.header {
	background-image: url(../images/bg/header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 231px;
	width: 850px;
	text-align: right;
	vertical-align: bottom;
}
.header A:link img, .header A:visited img, .header A:active img{
	padding:0px;
	border-color:#FFFFFF;
}
.header A:hover img{
	padding:0px;
	border-color:#CAE9A8;
}
.header_menu {
	background-image: url(../images/bg/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: center middle;
	height: 21px;
	width: 850px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}
.header_menu A:link, .header_menu A:visited, .header_menu A:active {
	color: #FFFFFF;
	text-decoration: none;
}
.header_menu A:hover {
	color: #cae9a8;
	text-decoration: none;
}
.left {
	background-image: url(../images/bg/left_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 175px;
	text-align: left;
	vertical-align: top;
	height: 100px;
}
.content_left {
	background-image: url(../images/bg/content_left_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 720px;
	width: 20px;
}
.content {
	width: 503px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
.content_right {
	background-image: url(../images/bg/content_right_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 720px;
	width: 20px;
}
.right {
	background-image: url(../images/bg/right_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 172px;
	text-align: left;
	vertical-align: top;
	height: 100px;
}
.footer {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #062A4A;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/bg/footer_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.images {
	border: 1px solid #9e7a32;
	padding: 1px;
}
.thumbVideo {
	border: 2px solid #CCCCCC;
	cursor: pointer;
	margin-right: 2px;
	margin-bottom: 2px;
	text-align: center;
	vertical-align: middle;
}
.breadcrumb {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #1E5995;
}
.breadcrumb A:link, A:visited, A:active {
	text-decoration:underline;
}
.breadcrumb A:hover {
	text-decoration:none;
}

.section_separator {
	line-height: 30px;
	background-image: url(../images/bg/section_separator.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.readmore {
	text-align:right;
	color: #1E5995;
	font-weight:bold;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.readmore A:link, A:visited, A:active {
	text-decoration:underline;
}
.readmore A:hover {
	text-decoration:none;
}
.tplMailResult {
	color: #FF0000;
}