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

.thintableborder{
   BORDER-RIGHT: #000000 1px solid;
   BORDER-TOP: #000000 1px solid;
   BORDER-LEFT: #000000 1px solid;
   BORDER-BOTTOM: #000000 1px solid;
}

#footer{
	padding:10px 0 10px 0;
}
/*HOME PAGE*/
#threeboxes{
	width:874px;
	height:225px;
	padding:25px 12px 12px 12px;
}
	#box1{
		width:252px;
		height:175px;
		background-image:url(../images/bg_boxcovers.png);
		background-repeat:no-repeat;
		margin:9px 12px 0 0;
		padding:12px 11px 21px 20px;
		float:left;
	}
	#box2{
		width:252px;
		height:175px;
		background-image:url(../images/bg_boxcovers.png);
		background-repeat:no-repeat;
		margin:9px 12px 0 0;
		padding:12px 11px 21px 20px;
		float:left;
	}
	#box3{
		width:252px;
		height:175px;
		background-image:url(../images/bg_boxcovers.png);
		background-repeat:no-repeat;
		margin:9px 0 0 0;
		padding:12px 11px 21px 20px;
		float:left;
	}
#bodybox{
	width:874px;
	background-image:url(../images/bg_body.png);
	background-repeat:repeat-y;
	margin:12px 12px 0 12px;
	float:left;
}
	#leftcol_home{
		width:272px;
		padding:21px 0 0 9px;
		float:left;
}
	#rightcol_home{
		width:535px;
		padding:21px 27px 0 30px;
		float:left;
}
#bodybox_ftr{
	width:874px;
	height:32px;
	background-image:url(../images/body_ftr.png);
	background-repeat:no-repeat;
	margin:0 12px 0 12px;
	float:left;
}

/*TYPOGRAPHY*/
.black_b{
	font-weight:bold;
}
.black_bi{
	font-style:italic;
	font-weight:bold;
}
.black_bu{
	font-weight:bold;
	text-decoration:underline;
}
.black_u{
	text-decoration:underline;
}
.black_10{
	font-size:10px;
}

.drk_brown_16{
	font-size:16px;
	font-weight:normal;
	color:#330000;
}
.green_14_b{
	font-size:14px;
	font-weight:bold;
	color:#767943;
}
.red_16_b_i{
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#ff0033;	
}
.red_14{
	font-size:14px;
	color:#ff0033;	
}
.red_14_b{
	font-size:14px;
	font-weight:bold;
	color:#ff0033;	
}
.footer{
	color:#faf8e7;
	font-size:10px;
}
h1.green24_h{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	color:#767943;
	padding:0;
	margin:0;
}
h1.red24_h{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	color:#ff0033;
	padding:0;
	margin:0;
}
h3.green18_3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	color:#767943;
	padding:0;
	margin:0;
}


/*LINKS*/
a.footer:link{
	color:#faf8e7;
	font-size:10px;
	text-decoration:underline;
}
a.footer:visited{
	color:#faf8e7;
	font-size:10px;
	text-decoration:underline;
}
a.footer:hover{
	color:#000000;
	font-size:10px;
	text-decoration:underline;
}
a.footer:active{
	color:#faf8e7;
	font-size:10px;
	text-decoration:underline;
}


a.red16:link{
	color:#ff0033;
	font-size:16px;
	text-decoration:underline;
}
a.red16:visited{
	color:#ff0033;
	font-size:16px;
	text-decoration:underline;
}
a.red16:hover{
	color:#767943;
	font-size:16px;
	text-decoration:underline;
}
a.red16:active{
	color:#ff0033;
	font-size:16px;
	text-decoration:underline;
}

a.red:link{
	color:#ff0033;
	font-size:14px;
	text-decoration:underline;
}
a.red:visited{
	color:#ff0033;
	font-size:14px;
	text-decoration:underline;
}
a.red:hover{
	color:#767943;
	font-size:14px;
	text-decoration:underline;
}
a.red:active{
	color:#ff0033;
	font-size:14px;
	text-decoration:underline;
}
a.redq:link{
	color:#ff0033;
	font-size:14px;
	line-height:28px;
	text-decoration:underline;
}
a.redq:visited{
	color:#ff0033;
	font-size:14px;
	line-height:28px;
	text-decoration:underline;
}
a.redq:hover{
	color:#767943;
	font-size:14px;
	line-height:28px;
	text-decoration:underline;
}
a.redq:active{
	color:#ff0033;
	font-size:14px;
	line-height:28px;
	text-decoration:underline;
}

a.greensmall_b:link{
	color:#767943;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}
a.greensmall_b:visited{
	color:#767943;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}
a.greensmall_b:hover{
	color:#ff0033;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}
a.greensmall_b:active{
	color:#767943;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}.blue_b {
	font-weight:bold;
	color: #110841;
}

