/* CSS Document */

body,html { height:100%}
body {	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

body,td,th {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #000;
}

.wrapper{	
	height:100%;
	width:100%;
}

#container {
	width:750px;
}

a {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #051A7E;
}
a:visited {
	color: #051A7E;
}
a:hover {
	color: #051A7E;
}
a:active {
	color: #051A7E;
}

.floatleft{	
	float:left;
}

.divImage {
	float:left;
	width:562px;
	height:465px;
	text-align:center;
}

.divRight {
	float:left;
	width:188px;
	height:395px;
	text-align:left;
	margin-top:70px;
}

.divRight img {
	margin-top:90px;
}


