* {
	margin:0;
	padding:0;
}


body {
	margin: 20px 0;
	background-color: #cccccc;
	
        background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
h2{ font:arial 14px bold; color:#CC0000;}
h3{ font:arial 14px bold; color:#000000;}
.top {
	padding: 30px 10px 0;
}

.header {
	
	font-size: 14px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	width:700px;
	
}

.header .logo {
	float: left;
	width: 30%;
}
.header .welcome{
	float:left;
	width: 70%;
	 text-align: justify;
	
}
	

.clearer {clear: both;}
.container {
	
	font-size: 1.2em;
	margin:0 auto;
	padding: 20px 20px 20px 20px;
	width: 900px;
	height: auto;
	align: center;
	
}



.box{
	width:98%;
	height: 148px;
	float: left;
	padding: 10px 10px 10px 10px;
	background: url('Images/trans1.png');
	background-repeat: repeat-x;
	
}
	


.footer {
	
	color: #333333;
	font: 11px sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}
