/* MLEAD */

/* @group Basic */
html {															
	background-color: #fff;
	margin: 0;
	padding: 0;
}

img  {  border: none;  }

body  {
    width: 700px;
    height: auto;
	margin:  0px auto;
	font-family: georgia,verdana,arial,helvetica,sans-serif;
	font-size:  14px;
	font-weight:  normal;	
	line-height:  18px;
	color: #333333;
    border-style: none;
}

td,p {
	font-family:georgia,verdana,arial,helvetica,sans-serif;
	font-size:  14px;
	font-weight:  normal;	
	line-height:  18px;
	color: #333333;
}
h1, h2, h3 { 
    font-family: verdana;
    color: #333;  }

h1  {
    font-weight: 700;
    font-size: 1.3em;
}

.subheader  {
    font-weight: 500;
    font-style: italic;
    color: #000000;
}

ul {
	margin: 0 0 0 17px;
	padding: 0;
}


A:link {
	text-decoration: none;
	color: 0000FF
	}
	
A:visited {
	text-decoration: none;
	color: 3333FF
	}
	
A:active {
	text-decoration: none;
	}
	
A:hover {
	text-decoration: underline; 
	}
	
</style>
/* @end  */

/* @group Basic page structure  */

div#container{
	float: left;                                                	display: inline;
	border: none;
	background-color: #fff;
	padding: 0 10px;
}

div#header{
	background-color:#cc0000;
	padding:0.5em;
	margin: 0 -10px;
}

.main  {
    background-color: #fff;
    width: 700;
    height: auto;
    margin: auto;
    border-style: solid;
}


/* @end Basic page structure  */


