@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0;
	background: url(theme/bg.jpg) #136796 repeat-x;
}

p, td, th {
	margin: 0 0;
	font-family: Tahoma, Geneva, sans-serif;
}

.replace_txt {
	color:#096793;
	font-size: 18px;
}

.box {
	display: none;
}

/*Layout*/

#container {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 17px;
}

#top_flash {
	width: 1100px;
	height: 244px;
	margin: 0 auto;
}

#nav {
	position: absolute;
	margin: 215px 0 0 73px;
}

#blue_bg {
	background: url(theme/blue_bg.png) repeat-y;
}

#blue_foot {
	color: #FFF;
	font: 11px Tahoma, Geneva, sans-serif;
	background: url(theme/blue_foot.png) no-repeat bottom center;
	margin-left: -39px;
	width: 1079px;
	height: 53px;
}

#foot_links {
	padding: 32px 62px 0 62px;
}

#white_mid {
	margin-left: 14px;
	width: 809px;
	background: url(theme/white_mid.png) repeat-y;
}

#white_top {
	line-height: 17px;
	padding: 20px 20px 0 20px;
	background: url(theme/white_top.png) no-repeat top;
	min-height: 662px;
	font-size: 12px;
}

#left_pane {
	font-size: 11px;
	color: #FFF;
	margin-top: 8px;
	float: right;
	width: 183px;
}

/*class*/

.yellow_bold {
	color: #fcff00;
	font-weight: bold;
}

.cack_yell {
	color: #e3e3c7;
}

.txtcent {
	text-align: center;
}

.bluetxt {
	color: #096793;
	font-weight: bold;
}

.redtxt {
	font-weight: bold; 
	color: #fcff00;
}

.left_info {
	font: 11px Tahoma, Geneva, sans-serif;
	padding: 0 8px;
}

.mailing_bg {
	margin: 3px 0 4px -2px;
	background: url(theme/mailing_tarea.gif) no-repeat top;
	width: 158px;
	min-height: 28px;
}

.mailing {
	color: #b4b4b4;
	font: 11px Tahoma, Geneva, sans-serif;
 border: 1px #FFF solid;
	width: 147px;
	margin: 5px 0 0 4px;
}

.tarea {
	font: 11px Tahoma, Geneva, sans-serif;
	border: 1px #5ca0cd solid;
	padding-left: 4px;
}

.trht {
	text-align: right;
}

.greentxt {
	color: #79A71D;
}

/*included*/


/*links*/

#blue_foot a:link, #blue_foot a:visited { color: #FFF; text-decoration: none; }
#blue_foot a:hover, #blue_foot a:active { color: #FFF; text-decoration: underline; }

.left_info a:link, .left_info a:visited { color: #fcff00; text-decoration: underline; }
.left_info a:hover, .left_info a:active { color: #fcff00; text-decoration: none; }

#white_top a:link, #white_top a:visited { color: #488C08; text-decoration: underline; }
#white_top a:hover, #white_top a:active { color: #488C08; text-decoration: none; }

