* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	background: #EAEAEA;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #585858;
}
h1, h2, h3,h4 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #12497B;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
p, ul, ol {
	margin-top: 1.5em;
}
p.tc {         
  font-size: 18px;
  color: #12497B;
}
ul, ol {
	margin-left: 3em;
}
a {
	color: #12497B;
}
a:hover {
	color: #008D83;
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
}
#wrap {
	margin: 0;
	padding-top: 30px;
	background: #FFFFFF;
}
#container {
	width: 700px;
	margin: 0px auto;
	padding: 0px;
}
#column1 {
	float: left;
	width: 290px;
}
#column2 {
	float: right;
	width: 410px;
}
#main {
  background-image:  url(images/web_future.jpg);
  background-repeat: no-repeat;
  height: 295px;
  width: 505px;
  margin-left: 5px;
  margin-bottom: 9px;
}
#text {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: white;
  position: relative;
  height: auto;
  width: auto;
  padding-left: 100px;
  padding-right: 15px;
  top: 240px;
}
#site-logo {
	width: 270px;
	height: 64px;
	padding-top: 20px;
	padding-left: 20px;
	background: url(images/logo_back.jpg) no-repeat left top;
	color: #9D9D9D;
}
#site-logo h3 {
    font-size: 23px;
	color: #0D1F4A;    
}
#site-logo h4 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
  padding-top: 2px;
  margin-left: 2px;
	color: #0D1F4A;    
}
#site-logo h4 a {
	text-decoration: none;
	color: #9D9D9D;
}
#navigation {
	width: 250px;
	margin: 0px;
	padding: 0px;
  font-size: 14px;
}
#navigation ul {
	margin: 0px;
	padding: 16px 0px 0px 0px;
	list-style: none;
  font-size: 13px;
}
#navigation li {
	padding: 8px 0px;
	background: url(images/dotted.gif) repeat-x left top;
}
#navigation .first {
	background: none;
}
#navigation a {
	background: url(images/nav_plain.gif) no-repeat left 6px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	margin-left: 20px;
	padding-left: 15px;
	text-decoration: none;
	color: #0D1F4A;
	font-weight: bold;	
}
#navigation a:hover {
	background: url(images/nav_hover.gif) no-repeat left 6px;
	color: #008D83;
}
#navigation .active {
	background: url(images/nav_hover.gif) no-repeat left 6px;
	color: #008D83;
}
#page-content {
	background: url(images/dotted.gif) repeat-x left top;
}
#latest-news {
	width: 210px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/dotted.gif) repeat-x left top;
}
#latest-news p {
	margin: 0px;
	padding: 0px;
}
#latest-news .date {
	width: 110px;
	margin: 20px 0px 4px 0px;
	padding: 2px 7px;
	background: #264F87 url(images/newsback_ral.gif) repeat-x left top;
	font-weight: bold;
  font-size: 14px;
	color: #FFFFFF;
}
.content {
	line-height: 19px;
	padding: 20px 5px;
  width: 683px; 
  margin-left: -277px;
}
.content h2 {
	font-weight: normal;
  padding-top: 20px;
}
.content li {
  list-style-image: url(images/blue_square.jpg);
  color: #008D83;
}
.content li span {
  color:  #2F2F2F;
}
.topimg {
  padding-left: 5px;
  padding-bottom: 9px;
}
#line {
  background: url(images/dotted.gif) repeat-x left bottom;
}
ul#fix {
  padding: 3px 4px 3px 4px;
  margin: 0px;
  height: 11px;
  list-style:none;
  font-weight:bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#fix li {
  display:inline;
}
ul#fix li a {
  display:block;
  float:left;
  padding:0 13px 0 13px;
  line-height:30px;
  background:url(images/divider.png) no-repeat right center;
  text-decoration:none;
  color:#0D1F4A;
}
ul#fix li a.last {
  background-image:none;
  padding-right: 0px;
}
ul#fix li a.first {
  padding-left: 5px;
}
ul#fix li a:hover {
  color: #008D83;
}    
#footer {
	background: #EEEFF1;
	color: #2F2F2F;
}
#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
  color: #2F2F2F;
}
#footer a {
	color: #106383;
	font-weight: bold;	
}
#footer a:hover {
	color: #64A7C1;
}
#footer .first {
  padding-bottom: 25px;
}
#footer .copy {
  padding-top: 0px;
  padding-bottom: 30px;
}
