/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 162 2008-12-01 23:36:58Z emartin24 $
 *
 */


body{
  font-family: Verdana, Arial, sans-serif; 
  color:#000000;
  text-align:center;
  background-color: #7aaddc;
	background-image:url(images/bg_main.jpg);
	background-position: center 134px;
	background-repeat: repeat-x;
  }

ul {margin-left:-25px;_margin-left:16px;}

#IEcontain {text-align:center;}

#Container { 
	background-image:url(images/header_bg.jpg);
	background-repeat: no-repeat;
  margin: 0 auto; 
  font-size:12px; 
  line-height: 1.4em; 
  width: 723px; 
  height:1400px; 
  _height:1400;  
  padding-top:0px; 
  text-align: left; 
  margin-top:10px; 
  margin-bottom:0px;}

#tab1 {
  margin-top: 140px;
  float: left;
  width: 350px;
}

#tab2 {
  margin-top: 140px;
  float: right;
  width: 350px;
}

#decor{margin-top: 25px; float: left; height: 30px; background-color: #7AADDC; width: 723px;}
#Left {background-color: #fff; float: left; width: 683px; margin-top:8px; padding-left: 20px; padding-right: 20px; padding-bottom:30px; _width:723px;}
#t_content {width: 624px; height:500px; _height:600px; overflow:auto; font-size:12px;}
#tabs{padding-left:10px;}
#header {height: auto; padding-bottom:5px;}
#global{padding-top:20px; padding-bottom:10px; border-bottom:solid 1px #f8b014; margin-bottom:20px;}


p {padding: 0; margin: 3px 0;}
.right_content{width: 265px; border:solid 1px #a8b9c8; height: auto; margin-top:20px;}
.right_content p{padding: 10px;}
.colorheader { height:auto; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat:none ;
	border-bottom:2px solid #f8b014 ;
	/*background-color:#f8b014;*/
	padding-bottom:7px;
	padding-top:5px;
	padding-left:7px;
	padding-right:7px;
	background-position:right top; 
			}

#Left a, #Left a:hover, #Left a:visited { text-decoration: underline; font-size:12px; color: #526994;}
#Left a:hover { text-decoration: none; color: #526994;}

#Right a, #Right a:hover, #Right a:visited { text-decoration: underline; font-size:12px; color: #ffffff;}
#Right a:hover { text-decoration: none; color: #ffffff;}

#Left b, #Left strong {color:#526994;}

#Right b, #Right strong {color:#ffffff;}

H1 { color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
display: block;
background-color: #d17918;
font-weight: bold;
padding: 5px;
}

H2 { color: #d17918;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bolder;
padding-bottom: 2px;
text-decoration:none;
}

H3 {font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #ffffff;
padding-bottom: 1px;}
