﻿/* CSS layout */
body {

	background-color: #336699;
	font-family: Calibri, "Trebuchet MS", Verdana;
	font-size: 10pt;
	background-image:url('images/bg_hor.gif');
	
}
h3{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size:12pt;
	font-weight:bold;
	padding-top: 15px;
	padding-bottom: 5px;
	
}

p{
	margin-top: 20px;
	margin-bottom: 20px;
	
}
a{
	text-decoration: none;
	color: #336699;
	
}
a:hover {
	text-decoration:underline;
	
}
a:visited {
	color:#ac655f
}
#language {
	padding-right: 15px; 
	line-height: 30px;
	
}

#top{
	background-image: url('images/top.gif');

	width:802px;
	height: 100px;
	margin: 0px;
	
	
	margin-left:auto; 
	margin-right:auto;

	text-align: right;
	vertical-align:bottom;
}
#top_spacer {
	
	border-width: 0px;
	height: 90px;
	width: 320px;
	float:left;
	
 }
#top_nav {
	background-color:white; 
	width:800px; 
	margin-left:auto; 
	margin-right: auto;
	
	border-left: 1px black solid;
	border-right: 1px black solid;

}


#banner {
	background-color:white;
	width:800px;
	height:310px;
	position:relative;
	float:none;
	display:block;
	padding: 0px;
	margin:0px;
	border:0px;
	border-color:white;
	margin-left:auto; 
	margin-right:auto;

	border-left: 1px black solid;
	border-right: 1px black solid;

}



#page_content {

	background-color:white;
	width:780px;
	position:relative;
	float:none;
	display:block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0px;
	border:1px;
	border-color:white;
	margin-left:auto; 
	margin-right:auto;
	
	border-left: 1px black solid;
	border-right: 1px black solid;

}


#bottom_nav {
	
	letter-spacing:0px;
	position:relative;
	display:inline-block;
	height:auto;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

#footer {

	background-color: white;
	background-image:url('images/bg_ver_light.gif');
	
	width:800px;
	position:relative;
	float:none;
	display:block;
	padding-top:10px;
	padding-bottom: 25px;
	margin:0px;
	border:1px;
	border-color:white;
	margin-left:auto; 
	margin-right:auto;
	text-align:center;	
	color: #336699;
	
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;

}

#divider {
	
	background-color: #bfd5ea;
	
	width: 800px;
	height: 5px;
	margin-left:auto;
	margin-right: auto;
	
	border-left: 1px black solid;
	border-right: 1px black solid;
}

.p-shadow {

	width: 808px;
	height: auto;
	background: url('images/shadowAlpha.png') no-repeat bottom right !important;
/*	background: url('images/shadow.gif') no-repeat bottom right; */
	margin: 10px auto 0 auto !important;  
	margin: 10px auto 0 auto; */ 
	
	
	
}


.p-shadow2 {
	background: none !important;
	background: url(shadow2.gif) no-repeat left top;
/*	padding: 0 !important; */
    padding: 0 6px 6px 0;
}

/*
.p-shadow p {
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0;

}*/