/** BASIC */

html, body {
	height: 100%;
	margin-bottom: 1px;
	background-color: #cedee0;	
}


/** TEXTS */

body, th, td, input, textarea, select, h1, h2, h3 {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #666;}
a {text-decoration: none;}
h2 {font-size: 16px;}
h3 {font-size: 9px;margin-bottom: 10px;}
h4 {font-size: 16px; color:fff;}
.bd {	font-weight: 700; 	}

/** TITLES */

#page-title {width: 880px;margin: 5px auto;  z-index: -20; }
#page-title .colA {
	float: left;
	width: 365px;
	}
#page-title .colB {
	margin: 0px auto auto 0px ;	
	}
#page-image{margin: 0px auto; width:880px;}

.title {
	font-size: 14px;
	font-weight: 700;
	color: #666;
}


/** HEADER */

#header {
	width: 1000px;
	margin: 0px auto 20px auto;
	background: url(../images/bg.jpg) no-repeat;
	background-color:#FFF
}
	
.add_m { 	
	width: 160px;
	height: 64px;
	margin: 22px auto 0px 580px;
	float:left
}

.all_m { 	
	width: 166px;
	height: 64px;
	margin: 22px auto 0px 30px;
	float:left
}

.goback{ 	
	width: 124px;
	height: 28px;
	margin: 47px auto 0px 80px;
	float:left
}
/** COLUMN LAYOUT WRAPPERS **/

.home, .thelabs {
	width: 930px;
	padding-top: 120px ;
	padding-bottom: 20px;
	margin: 0px auto;
}

/** content **/
.t1 {
	padding-left: 50px ;
	padding-top: 10px ;
	padding-bottom: 10px;
	font-size: 12pt;
	color: #FFF;
}
.t2 {
	padding-left: 50px ;
	padding-top: 10px ;
	padding-bottom: 10px;
	font-size: 11pt;
}
.t3 {
	padding: 20px;
	font-size: 16pt;
	line-height: 24pt;
}
.t3a {
	padding-left: 50px ;
	padding-top: 20px ;
	padding-bottom: 20px;
	padding-right: 50px ;
	font-size: 16pt;
	line-height: 24pt;
}

.form1 {
	padding: 10px;
	font-size: 12pt;
	background-color: #FFF;
	border: 1px solid #999;
	width:90%;
}

.form2 {
	padding: 10px;
	font-size: 12pt;
	background-color: #ddd;
	border: 0px solid #999;
	width:90%;
}

.ans {
	float: right;
	padding-right: 40px;
	padding-top: -10px;
	color: #6CA7E1;
}
.ans a{
	color: #6CA7E1;
	text-decoration:underline;
}
.ans a:hover{
	text-decoration:none;
}
.ans2 {
	float: right;
	padding-right: 40px;
	padding-top: -10px;
	color: #FFF;
}
.ans2 a{
	color: #FFF;
	text-decoration:underline;
}
.ans2 a:hover{
	text-decoration:none;
}
.t4 {
	padding-left: 50px ;
	padding-top: 8px ;
	padding-bottom: 8px;
	font-size: 12pt;
	color: #333;
	text-align:left;
}
.red {
	color: #C00;	
}

.page {
	padding: 6px;
	font-size: 10pt;
	text-align: center;
	color: #2B7DD0;
}
.page a{
	color: #6CA7E1;
	text-decoration:underline;
}
.page a:hover{
	text-decoration:none;
}
/* misc */

img.subhead {
	margin-bottom: 10px;
	display: block;}

img.subheadx {
	margin-top: 10px;
	display: block;}

/** footer */

#footer {
	background-color: #ccc;
	width: 880px;
	padding: 7px 0px 5px 5px;
	margin: 15px auto;
}
