@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background-color:#ffffff;
	margin:0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	
}

div.container {
	width:600px;
	height:auto;
	position: static;
	margin: 0 auto 0px auto;
	padding: 0px;
	
}

div.container2 	{
	margin-top:10px;

}
div.close	{
	text-align:right;
	vertical-align:bottom;
}
div.logo {
	width: 200px;
	height: 150px;
	background-image:url(../images/leftlogosmall.jpg);
	float: left;
	display:inline;
	border-right: solid #cccccc 1px;
}

div.text {
	float:left;
	display: inline;
}

img {
	margin-top: 0px;
	padding-top:20px;
}

p	{
	font-size: 11px;
	text-align: left;
	line-height: 15px;
	margin:15px 0px 0px 10px;
	width: 380px;
	
}

a:link, a:visited, a:active	{
	width:108px;
	height:30px;
	background-image:url(../images/closewindow-a.jpg);
	background-repeat:no-repeat;
	display:block;
	float:right;
	text-decoration:none;
	margin: 10px;
}

a:hover	{
	background-image:url(../images/closewindow-b.jpg);
}

