html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	padding-bottom: 1px;
	background-color: #f1f5f6;
}
a {
	text-decoration: none;
	color: #243f8a;


}
a:visited {
	 color: #243f8a;
 
}
a:hover {
 color: #243f8a; 
	text-decoration: underline;
}
a:active {
	 color: #243f8a;
	text-decoration: underline;
}


body,td,th,textarea , input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

 
#wrapper
{
	width: 850px;
	text-align: left;
	background-color: #d1cfd0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrapperin {
	position: relative;
	background-color: #fff; /*shadow depth*/
	border: 1px none #243f8a;
 
}

#header
{
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #243f8a;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #243f8a;
}
.testastandoutbox {
	background-color: #CDDEE4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 20px;
}
.imagerighttesta {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#container {
	width: 100%;
	height: auto;
	margin: 0px;
	padding-top: 10px;

}

#left
{
	width: 150px;
	height: auto;
	float: left;
	padding-left: 10px;
	 


}
#right
{
	height: auto;
	width: 625px;
	float: left;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #243f8a;
 	min-height:480px;
}





.clearer {
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}



#footer {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-color: #FFF;
	padding-top: 0px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #243f8a;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1,h2,h3 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imageleft {
	float: left;
	margin: 10px;
	padding: 0px;
}
.imageright{
	margin: 10px;
	float: right;
}
.standout {
	color: #cc1543;
	font-style: italic;
	text-align: center;
	font-size: 16px;
}
.testname {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.title {
	text-align: center;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;

}
.headcolorlast {
	color: #a7ce3d;
	font-style: italic;
}
.headcolorfirst {
	color: #2a337e;
}
#left a{
	font-size: 15px;
		font-weight: bold;
}
#footertop {
	text-align: center;
}
.ad {
	margin-top: 5px;
	margin-bottom: 5px;
}

