/* CSS Document */

body{ margin-top:0px; text-align:center;}
.style1 {
	margin:auto auto;
}

.header {
background-image:url(images/header.jpg);
background-position:top left;
background-repeat:repeat-x;
			}
.logo {
background-image:url(images/logo.jpg);
background-position:bottom left;
background-repeat: no-repeat;
			}
.menu {
			width:800px;
			height:60px;
			background-color:#FFFFFF;
			}
.content {
	background-image:url(images/contentbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
line-height:15px;
	}
.mailcontent {
	text-align:left;
	color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
line-height:15px;
	}
p.title {
font-weight:bold;
}
.sidemenu {
	text-align:left;
	color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
line-height:15px;
}
.footer {
	text-align:center;
	color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
font-weight:bolder;
line-height:15px;
}