@import "text.css";

body {
	background: #7B7D7B url(../images/web3/bg_main.gif) repeat-x;
	margin: 0px 0 25px 0;;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#7e7e7e;	
	line-height:145%;
}
.table_list td { 
	border-bottom:1px solid #CCCCCC;
}
#logo {
	width: 951px;
	margin: 0px auto;
	position:relative;
}
#chatbutton { 
	position:absolute;
	top:30px;
	left:750px;
}
#nav {
	width: 951px;
	margin: 0px auto;

}
#footer {
	width: 951px;
	margin: 0px auto 25px auto;
	background-image:url(../images/web3/bg_footer.gif);
	height:82px;

}
#content {
	width: 931px;
	margin: 0px auto;
	background-color:#FFFFFF;
	color:#7e7e7e;
	padding:20px 0 20px 20px;

}
#content_cont {
	width: 951px;
	margin: 0px auto;
	background-color:#FFFFFF;
	color:#7e7e7e;

}
#content_bod {
	width: 939px;
	margin: 0px auto;
	background-color:#FFFFFF;
	color:#7e7e7e;

}
h1 {
	font: normal 18pt "Trebuchet MS", Arial, verdana, sans-serif;
}
h1.v4h1 { 
	padding:10px 10px 10px 30px;
	margin:0px;
	color:#10155e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:normal;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 20px 0;	
	font-size:13pt; 
	color:#666666; 
	font-weight:normal;
	padding-top:10px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 0 20px 0;	
	font-size:14pt; 
	color:#666666; 
	font-weight:normal;
	
}
p { 
	margin:0 0 7px 0;

}
blockquote {

	border:1px dotted #CCCCCC;
	background-color:#EBEBEB;
	padding:7px;
}
.content_right_home {
	float: right;
	width: 370px;
	margin-right: 20px;
}
#content a {
	color: #000000;
	text-decoration: none;
	border-bottom: 2px dotted #999999;
}
.content_right_2 {
	float: right;	
	margin-right: 20px;
	width: 510px;
}
#column1med {
	margin-right: 20px;
}
#cr {
	text-align: center;
	width: 951px;
	margin:0 auto 25px auto;
	color: #999999;
}
.content_bggrdient {
	background: #D9EEFF url(../images/web3/bg_blue_grdnt.gif) repeat-x;
	width:320px;
	float:left; 
	border-right: 4px solid #333333;
	padding:15px;
	font-size:14pt;
	height:350px;
	line-height:150%;


}

/* GRIDS */

.one_col_top { 
	height:20px;
	background-repeat:no-repeat;
	width:939px;
	margin:0 auto;
}
.one_col_body { 
	width:939px;
	margin:0 auto 20px auto;
}
/* THREE COLUMN - THIS PROVIDES THREE COLUMNS EVENLY SPACED */
.three_col_top { 
	height:20px;
	background-repeat:no-repeat;
	width:939px;
	margin:0 auto;
}
.three_col_container { 
	width:939px;
	margin:0 auto;
	background-repeat:repeat-y;
}
.three_col_left { 
/* total width of 313px */
	float: left;
	width:273px;
	margin:0 0 0 30px;


}
/* container for right column */

.three_col_rcol_cont { 
	margin:0 20px 0 333px;	
}

.three_col_middle { 
	float:left;
	width:273px;
	
}
.three_col_right {
	width:273px; 
	margin:0 0 0 313px;
}


/* TWO COLUMN UNEVEN - THIS PROVIDES TWO COLUMNS AT 1/3 AND 2/3 */
.two_col_uneven_top { 
	height:20px;
	background-repeat:no-repeat;
	width:939px;
	margin:0 auto;
}
.two_col_uneven_container { 
	width:939px;
	margin:0 auto;
	background-repeat:repeat-y;
}
.two_col_uneven_left { 
/* total width of 313px */
	float: left;
	width:273px;
	margin:0 0 0 30px;
	


}
/* container for right column */

.two_col_uneven_rcol_cont { 
	margin:0 20px 0 333px;	
	
}


/* TWO COLUMN EVEN - THIS PROVIDES TWO COLUMNS AT 1/2 AND 1/2 */
.two_col_even_top { 
	height:20px;
	background-repeat:no-repeat;
	width:939px;
	margin:0 auto;
}
.two_col_even_container { 
	width:939px;
	margin:0 auto;
	background-repeat:repeat-y;
}
.two_col_even_left { 
/* total width of 313px */
	float: left;
	width:420px;
	margin:0 0 0 30px;
	


}

.right_land_img { 
	float:right;
	margin:0 120px 0 0;
}

.left_float_txt { 
	line-height:180%;
	width:450px;
	margin:10px 40px 10px 40px;
	


}
/* container for right column */

.two_col_even_rcol_cont { 
	margin:0 20px 0 490px;	
	
}



