﻿/* CSS Document */

body {
	margin:0px; padding:0px;
	text-align:center;
	background-image: url('../_images/_layout/background.jpg');
	background-position: 50%; 
	background-repeat: repeat-y;
	font-family: arial;
	font-size: 9pt;
	}
	
#Container {
	width:1022px;
	margin:0px auto;
	text-align:left;
	}
	
#Content {
	margin:0px auto;
	text-align:left;
	background-color:#ffffff;
	padding: 0px 80px 50px 80px;
	}	
#Content_home {
	margin:0px auto;
	text-align:left;
	background-color:#ffffff;
	padding: 0px;
	}

h1 {
  font-family: arial; 
  font-size: 12pt; 
  font-weight: bold; 
  color: #7DA570;
  line-height: 15px;
}

h2 {
  font-family: arial; 
  font-size: 10pt; 
  font-weight: bold; 
  color: #7DA570;
  line-height: 10px;
}
	
h3 {
  font-family: arial; 
  font-size: 10pt; 
  font-weight: bold; 
  color: #666666;
}

.newsheadline {
	color: #666666;
	font-weight: bold;
	font-size: 9pt;
	font-family: arial;
}

p {
  font-family: arial; 
  font-size: 9pt; 
  font-weight: regular; 
  color: #666666;
}

subhead {
  font-family: arial; 
  font-size: 9pt; 
  font-weight: regular; 
  color: #666666;
}


A:link {text-decoration: none; color:#4BAAEB}
A:visited {text-decoration: none; color:#4BAAEB}
A:active {text-decoration: none; color:#76797D}
A:hover {text-decoration: none; color:#4BAAEB}

.sitemap A:link {text-decoration: none; color:#4BAAEB}
.sitemap A:visited {text-decoration: none; color:#4BAAEB}
.sitemap A:active {text-decoration: none; color:#4BAAEB}
.sitemap A:hover {text-decoration: none; color:#76797D }

A img {border-width: 0px}

#menu {
  margin: 20px 80px 0px 80px;
  }
#sub_top {
	float: left;
	width: 860px;
	padding-bottom: 30px;
}

#logo_top {
  float: left;
  }
  
#nav_top {
  float: right;
  } 
  
#nav_main {
  float: left;

  }

#columnRight {
	float: right;
	padding-left: 10px;
	}
.columnRight_line {
border-left: 1px solid #7DA570;
}
	
#columnRight_content {
	text-align: left;
	width: 300px;
}

#columnLeft {
	float: left;
	width: 480px;
	padding: 0 20px 20px 0;
	}
.columnLeft_line {
border-right: 1px solid #7DA570;
}
	
#columnLeft_content {

}
	
ul li {
	font-family: arial;
	font-size: 9pt;
	list-style-image: url('../_assets/_images/_layout/bullet.gif');
	line-height: 20px;
	color: #666666;
}

.highlight_or {
color: #666666;
font-weight: bold;
}

.highlight_bl {
color: #4BAAEB;
font-weight: bold;
}

#footer {
text-align:center;
}

td {
font-family: arial;
font-size: 9pt;
color: #666666;
}

input {
font-family: arial;
font-size: 9pt;
color: #666666;
height: 19px;
}

select {
font-family: arial;
font-size: 9pt;
color: #666666;
height: 16px;
}

.callout {
padding: 40px 35px 10px 25px;

}