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

#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
    display:none;
}
#facebox .popup {
    position:relative;
    border:3px solid rgba(0,0,0,0);
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
    box-shadow:0 0 18px rgba(0,0,0,0.4);
}
#facebox .content {
    display:table;
    width: 420px;
	height:300px;
    background: #ccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#000099;
}
</style>
<style type="text/css">
body {
	background-color:#F0F0F0;
	width: auto;
}
#header {
	background-image:url(header0.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:128px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

	 
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #cccccc;
	text-decoration: blink;
} 
#sidebar {
	float: left;
	width: 130px;
	background: #cccccc;
	padding: 15px 10px 15px 20px;
} 
#mainContent {
	margin: 0 0 0 180px;
	padding: 0 10px 10px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	text-align:justify;
}
h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	color:#003399;
	font-style:italic;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-decoration:blink;
	color:#003399;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	color:#1A3E70;
	font-size:18px;
}
    
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal; 
	color:#000000;
}
li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#036;
}
a:link {
	color: #003;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #003;
} 
#footer {
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(ImagesA/footer.jpg);
	height: 25px;
	width:800px;
}
.imagefooter {
	border:0px solid #333;
}
.image {
	float:right;
    padding:10px  0 0 10px;
}