
body{
	margin:0;
	padding:0;
	background:#CBDAE2;
	color:black;
	font-family:sans-serif;
	font-size:small;
	}
h1{
	display:none;
	}
h2{
	display:none;
	}
#logo{
	margin:0;
	background:#FFF url(/layout/imgs/logo.jpg) no-repeat;
	width:280px;
	height:50px;
	}
.logoaB{
	display:block;
	margin:0;
	padding:0;
	width:280px;
	height:50px;
	}
#foot{
	margin:0;
	background:#FFF url(/layout/imgs/footer.jpg) no-repeat;
	width:617px;
	height:84px;
	}
#foot span{
	display:none;
	}
#footOuter{
	width:617px;
	height:34px;
	font-size:80%;
	text-align:right;
	margin:20px 5px 0 0;
	}
#box{
	margin:16px auto;
	width:643px;
	/* height:437px; */
	border:1px solid #5CA5CB;
	background:#FFF;
	}

#content{
	font-family:sans-serif;
	width:417px;
	/* height:290px;
	overflow:auto;
	float:right; */
	padding:5px;
	}
#content{
	width:417px;
	}
#contentWider{
	width:590px;
	padding:0 25px 0 25px;
	}
#content h3,#contentWider h3{
	font-size:227%;
	color:#555D75;
	font-weight:bold;
	padding:0;
	margin:0 0 4px 2px;
	}
#content a,#contentWider a{
	font-weight:bold;
	}
#menu{
	padding:0;
	margin:0;
	list-style-type:none;
	}
.aB{
	display:block;
	width:78px;
	height:78px;
	border:0;
	}
#c1,#c3{
	margin:8px 16px 8px 3px;
	float:left;
	}
#c2,#c4{
	margin:8px 0 8px 0;
	float:left;
	}
#c1{ background:#FFF url(/layout/imgs/C1.jpg); }
#c2{ background:#FFF url(/layout/imgs/C2.jpg); }
#c3{ background:#FFF url(/layout/imgs/C3.jpg); }
/* #c4{ background:#FFF url(/layout/imgs/C4.jpg); } */


#links h3{
	display:none;
	}
#links{
	/* float:left; */
	padding:0;
	height:274px;
	width:204px;
	background:#FFF;
	}
table,tr,td{
	vertical-align:top;
	padding:0;
	margin:0;
	border:0;
	}
input,textarea{
	padding:1px 2px 1px 2px;
	margin:0 0 3px 1px;
	background:#E5DFE3;
	border:1px solid #5CA5CB;
	border-color:#3B535F #5CA5CB #5CA5CB #3B535F;
	font-family:sans-serif;
	color:blue;
	font-size:11px;
	}
.inputLabel{
	font-family:sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:0;
	color:#C0C0C0;
	margin:0;
	}


