html {
	margin: 0px;
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/square_r1_c50_.jpg);
	background-position: left top;
	background-attachment: scroll;
	background-repeat: repeat;  
	margin: 0px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a {
	color: #0000D6;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #F50000;
}

/*  -------   LAYOUT DIVS ------------*/

#frame {
	width: 780px;
	margin: 0 auto 0 auto;
	border-right: 1px solid rgb(0,0,255);
	border-left: 1px solid rgb(0,0,255);
	padding: 2px 15px 2px 15px;
	clear:both;
	background-color:#FFFFFF;
}

#header {
	width: 100%;
	padding: 0;
	margin: 0;
	text-indent: 150px;
	height: 168px;
}
#top_box {
	width: 80%;
	font-size: 12px;
	padding: 5px;
	margin: 0px 30px 10px 50px;
}
.top_text {
	margin: 55px 0 0 0;
}
.threebars {
	margin: 0 15px 0 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.bdg {
	margin: 25px 15px 5px auto;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#left_box {
	border-right: 1px solid rgb(0,0,255);
	border-bottom: 1px solid rgb(0,0,255);
	float: left;
	margin: 0 2px 2px 2px;
	padding: 0 20px 20px 20px;
	width: 42%;
}

#right_box {
	border-left: 1px solid rgb(0,0,255);
	border-bottom: 1px solid rgb(0,0,255);
	float: right;
	margin: 0 2px 2px 2px;
	padding: 0 20px 20px 20px;
	width: 42%;
}

.footer {
	padding: 5px 5px 0 5px;
	color: #666666;
	font-size: 10px;
	font-weight:100;
	}
.footer a {
	color: #999999;
	margin: 5px 6px;
	text-decoration:none;
	background-color: #FFFFFF;
	padding: 0px 15px 0px 15px;
	border-bottom: 2px solid #F2F2F2;
}
.footer a:hover {
	background-color: #666666;
	color: #FFFFFF;
	border-bottom: 2px solid #0000D6; 
}

.grey {
	font-size: 20px;
	color: #666666;
	margin: 0 0 0 30px;
	font-weight:bold;
}
.grey2 {
	font-size: 12px;
	color: #666666;
	margin: 0 0 0 30px;
	font-weight:bold;
}
.blue {
	font-size: 14px;
	color: rgb(0,0,255);
	margin: 10px 0 0 30px;
	font-weight:bold;
}
.box_blue {
	margin: 0 auto 0 auto;
	padding: 6px;
	border-top: 1px solid rgb(255,0,0);
	border-right: 1px solid rgb(255,0,0);
}
.box_blue2 {
	margin: 0 auto 0 auto;
	padding: 6px;
	border-top: 1px solid rgb(255,0,0);
	border-left: 1px solid rgb(255,0,0);
}

#blue_box {
	border: 1px solid #0000D6;
	margin: 2px;
	padding: 10px;
	text-align: justify;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 10px;
}
#blue_box .line {
	height: 20px;
/*	background-image: url(../images/blue_bar1.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;  */
	margin: 0;
	padding: 2px 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
.blue_back {
	height: 15px;
	background-color: #0000D6;
	background-image: url(../images/blue_bar1.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed; 
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 1px 15px; 
	margin-top: 15px;
	margin-bottom: 5px;
	}
	
.red_back {
	height: 15px;
	background-color: #F50000;
	background-image: url(../images/red_bar1.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed; 
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 1px 15px; 
	margin-top: 15px;
	margin-bottom: 5px;
	}
.green_back {
	height: 15px;
	background-color: #00CB00;
	background-image: url(../images/green_bar1.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed; 
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 1px 15px; 
	margin-top: 15px;
	margin-bottom: 5px;
	}


#red_box {
	border: 1px solid #F50000;
	margin: 2px;
	padding: 10px;
	text-align: justify;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 10px;
}
#red_box .line {
	height: 20px;
	background-image: url(../images/red_bar1.jpg);
	margin: 0;
	padding: 2px 10px;
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
#green_box {
	border: 1px solid #00CB00;
	margin: 2px;
	padding: 10px;
	text-align: justify;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 10px;
}
#green_box .line {
	height: 20px;
	background-image: url(../images/green_bar1.gif);
	margin: 0;
	padding: 2px 10px;
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
	
.center_red {
	margin: 0 0 0 50px; /* 5px 5px 0 50px;  */
} 
.center_blue {
	margin: 5px 20px 0 5px;
}

.lists ul li {
	list-style-image: url(../images/arrow.gif);
}

.lists a {
	color: #0000D6;
	border-bottom: 1px solid #CCCCCC;
	text-decoration:none;
}
.lists a:hover {
	border-bottom: 1px solid #F50000;
}
.center {
	margin-right: 25px;
}
.strikeout {
	text-decoration: line-through;
}

#gray_box {
	margin: 0 5px 0 5px;
	background-image: url(../images/graygradient_lines.gif);
	background-attachment: fixed;
	background-position: bottom left;
	display:block;
}
.title_back {
	background-image: url(../images/topcorner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #333333;
	padding: 20px 20px 0 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.green_line {
	border-bottom: 1px solid #00CB00;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.box_left {
	border-top: 1px solid #999999; 	
	background-image: url(../images/graygradient2.jpg);
	background-position: left top;
	background-attachment:fixed;
	background-repeat: repeat-x;
	padding: 0 5px 3px 5px;
	border-left: 5px solid #0000D6;
	border-bottom: 1px solid #999999;
	font-size: 10px;
}
.box_center {
	border-top: 1px solid #999999;
	background-image: url(../images/graygradient2.jpg);
	background-position: left top;
	background-attachment:fixed;
	background-repeat: repeat-x;
	border-right: none;
	padding: 0 5px 3px 5px;
	border-left: 5px solid #F50000;
	border-bottom: 1px solid #999999;
	font-size: 10px;
}
.box_right {
	border-top: 1px solid #999999; 	
	background-image: url(../images/graygradient2.jpg);
	background-position: left top;
	background-attachment:fixed;
	background-repeat: repeat-x;
	border-right: none;
	padding: 0 5px 3px 5px;
	border-left: 5px solid #00CB00;
	border-bottom: 1px solid #999999;
	font-size: 10px;
}
.underline a {
	border-bottom: 1px solid #999999;
	text-decoration: none;
}
.underline a:hover {
	border-bottom: 1px solid #0000D6;
	background-color: #FFFFFF;
}

.boxy_border {
	padding: 0 25px 20px 25px;
	margin-bottom: 5px;
	background-image: url(../images/bottomcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment:fixed;
}
.sub ul {
	list-style-type: none;
	list-style-position: outside;
	float: left;
	margin: 0;
	padding: 0;
	width: 245px;
}
.sub li {
	list-style-type: none;
	margin: 1px 40px 3px 0px;
	padding: 5px;
	border-bottom: 1px solid #666666;
	border-left: 4px solid #000066;
	background-image: url(../images/gray_back.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #EBEBEB;
}

.sub li a {
	text-decoration: none;
	color: #000066;
	border-bottom: none;
	display: block;
}
.sub li a:hover {
	background-color: #FFFFFF;
	border-bottom: none;
}

.current li {
	list-style-type: none;
	margin: 1px 40px 10px 0px;
	padding: 5px;
	border-bottom: 1px solid #666666;
	border-left: 4px solid #000066;
	background-image: url(../images/blue_back1.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.current li a {
	text-decoration: none;
	color: #000066;
	border-bottom: none;
	display: block;
}
.current li a:hover {
	background-color: #FFFFFF;
	border-bottom: none;
}

.sub_prime ul {
	list-style-type: none;
	list-style-position: outside;
	float: left;
	margin: 0;
	padding: 0;
	width: 245px;
}
.sub_prime li {
	list-style-type: none;
	margin: 1px 40px 3px 0px;
	padding: 5px;
	border-bottom: 1px solid #666666;
	border-left: 4px solid #000066;
	background-image: url(../images/red_back.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #CCCCCC;
}
.sub_prime li a {
	text-decoration: none;
	color: #000066;
	border-bottom: none;
	display: block;
}
.sub_prime li a:hover {
	background-color: #FFFFFF;
	border-bottom: none;
}
.sub_prime a {
	text-decoration: none;
	color: #000066;
	border-bottom: none;
	display: block;
}
.sub_prime a:hover {
	background-color: #FFFFFF;
	border-bottom: none;
}
.gal_space img {
	float: left;
	margin: 2px 4px;
	padding: 1px;
}