/* CSS Document */
body {
	padding : 0;
	margin : 0;
	color : #808080;
	font : 14px/20px Arial, Helvetica, sans-serif;
	background-color: #D0D0D0;
}


#header {
	width : 1007px;
	margin : 0 auto;
	position : relative;
	height : 217px;
	border-bottom: 1px solid #cccccc;
	background:#ededed;

}

#header ul {
	list-style-type : none;
	width : auto;
	display : block;
	position : absolute;
	top :50px;
	right: 15px;

}
#header ul li {
	float : right;
	display : block;
	margin : 0 6px 0 6px;
	
}
#header ul li a {
	font : 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding : 0 6px 0 6px;
	color : #808080;
	display : block;
	text-decoration : none;
}

#header ul li a:hover, #header ul li a.active {
	color : #EF8FC4;
}


#logo {
	position : absolute;
	left : 15px;
	top : 15px;
	display : block;
}

#vignettes {
	position : absolute;
	float: left;
	top: 95px;
	left: 15px;
} 

#main {
	margin : 0 auto 0 auto;
	width: 1007px;
	height: 100%;
	padding-top:10px;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

#content {
	padding-left: 30px;
	padding-right: 30px;
}

#tables {
	margin-left: 250px;
}
#tables.img {
	display : table;
	padding-right: 20px;
}  
h1{
	padding-left: 70px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #808080;
	padding-bottom: 5px;
	border-bottom: 1px dotted #BEBEBE;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #EF8FC4;
	text-align: center;
	font-variant: small-caps;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EF8FC4;
	font-weight: normal;
}
 
	
