@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #42413C;
	padding: 0;
	color: #000;
	background-attachment: fixed;
	background-image: url(images/BG_site.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6  {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #015289;
}
p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 10px;
}

a img { 
	border: none;
}
.contentBottom {
	height: 5px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	visibility: visible;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	margin: 0 auto;
	background-repeat: repeat;
}
#header {
	background-image: url(images/header.png);
	height: 40px;
	width: 960px;
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-style: italic;
	padding-top: 150px;
	color: #004D85;


}
#nav {
	height: 40px;
	background-color: #015289;
}
.sidebar1 {
	float: right;
	width: 180px;
	background-image: url(images/BGsidebar.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 6px;
}
.right {
	border: 1px solid #006;
	width: 150px;
	background: #fff;
	padding: 4px;
	margin-right: 15px;
	margin-left: 15px;
  }
.sidebar1 p{
	padding-left: 15px;
}
.sbContent {
	width: 100%;
	background-color: #F0F0F0;
	visibility: visible;
	position: static;
}

.sidebar1Bottom {
	float: right;
	width: 180px;
	background-color: #EADCAE;
	padding-bottom: 10px;
	clear: none;
}

.content {
	width: 780px;
	float: right;
	background-color: #FFFCDD;
	clear: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/BG_content.png);
	background-repeat: no-repeat;
	background-position: right 75px;
	min-height : 530px;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;/
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 	background-color: #ADB96E;
	color: #FFF;
}
.footerTop {
	height: 35px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
	visibility: visible;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* ~~ The footer ~~ */
.footer {
	position: relative;
	clear: both;
	background-image: url(images/BGfooter.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 8px;
	padding-right: 180px;
	padding-bottom: 8px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* CSS Document */
.credits {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
}
.formSmaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
#headerlink {
	position: absolute;
	width: 960px;
	height: 191px;
	top: 0;
	left: auto;
	/* edit: added z-index */
	z-index: 1;
	/* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
	background-image: url(images/empty.gif);
}   
