/* CSS Document */

body {
	background-color:#999999;
}

h1 {
	padding:5px;
	background-color:#002060;
	display:block;
	font-size:14px;
	color:white;
	border:1px solid black;
	margin:0px;

}



body, td {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	color:#333333;
	font-size:12px;
}

.envelope {
	text-align:center;
}

.body {
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-y;
	width:982px;
	text-align:left;
}

.text {
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
}

.header {
	text-align:left;
	background-image:url(images/header_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:274px;
	width:982px;
}

.menu {
	padding:3px;
	background-image:url(images/menu_bg.gif);
	padding-left:24px;
	padding-right:24px;
	padding-bottom:10px;
}

.menu a, .menu a:visited {
	color: white;
	text-decoration:none;
	font-size:13px;
	padding-right:1px;
	padding-left:1px;

}

.footer {
	background-image:url(images/footer_bg.gif);
	background-position:bottom;
	width:982px;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

.rhbox, .rhbox2, .box, .darkbox {
	border: 1px solid black;
	padding: 0px;
	vertical-align:top;
	margin-bottom:10px;
}

.rhbox, .rhbox2 {
	width: 258px;
}

.box, .darkbox {
	width:670px;
	margin-right:10px;
}

.darkbox {
	background-color:#002060;
	color: white;
}


.darkbox .content, .box .content, {
	width:648px;
}

.darkbox .text {
	padding:10px;
	width:628px;
}

.rhbox h2, .rhbox2 h2, .box h2, .darkbox h2 {
	padding:5px;
	background-color:#002060;
	display:block;
	font-size:14px;
	color:white;
	border:1px solid white;
	margin:0px;

}

.rhbox h2, .rhbox2 h2, .darkbox h2 {
	background-color:#002060;
}

.rhbox2 h2, .darkbox h2 {
	text-align:center;
	border:1px solid #204080;;
}

.rhbox2 a, .rhbox2 a:visited, .rhbox2 {
	background-color:#002060;
	color: white;
}






.yellow {
	color:#FFFF00;

}