/*********FORM********************/
#lefttContainer label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 5px;
}

#lefttContainer label {
	text-align: left;
	width: 200px;
	/*padding-right: 20px;*/
}
#submit {
	text-align: center;
	width: 150px;
	margin-top:10px;
	/*padding-right: 20px;*/
}
#lefttContainer br {
	clear: left;
	
}

#contentContainer form{
margin-top:-30px;}

#contentContainer label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

#contentContainer  label {
	text-align: left;
	width: 75px;
	padding-right: 20px;
}

#contentContainer  br {
	clear: left;
	
}
#submit_contact {
	text-align: center;
	width: 120px;
	margin-top:10px;
	float:right;
	margin-right:220px;
	/*padding-right: 20px;*/
}



/***********NEWS************************************/
#news_wrapper{
width:525px;
float:left;}
  #news_left{
  width:320px;
  float:left;
  /*border: 1px #000000 solid;*/
  padding: 5px 5px 5px 5px;
  }
  #news_right{
  margin-left:5px;
  width:170px;
  float:right;
  padding:5px 5px 5px 5px;
  color: #6082bf;
  border: 1px #D3D3D3 solid;
  }
    #news_right a{
	color: #6082bf;
    font-weight: bold;
	text-decoration:none;
	}
	#news_right ul{
	margin:5px 5px 10px 10px;
	width:150px;
	float:left;
	list-style-image:url(images/bullet_news.gif);
	}
	#news_right ul li{
	float:left;
	width:1130px;
	}
	#news_link{
	float:left;
	width:80px;
	text-align:left;}
	#news_date{
	float:left;
	text-align:right;
	width:50px;
	}
	
	
/**********************************************/
.news_sub{
float:right;
/*background-color:#253070;*/
background-color:#7b063a;
padding: 3px 3px 3px 3px;
color:#FFFFFF;
font-size:14px;
font-weight:bolder;
border:none;
margin-top:20px;
width:100px;
}
.newsletter{
width:220px;
border:solid 1px #AAAAAA;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	line-height:16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
	color:#7b063a;
}

h1{	
	font-size: 120%;
	/*color: #243170;	*/
	color:#7b063a;
	font-weight: bold;
}

h2{
	font-size: 110%;
	/*color: #666666;*/	
	font-weight: bold;	
	margin-left:23px;
}

h3{
 font-size: 130%;
 /*color: #243170;*/
}
h3{
 font-size: 130%;
 /*color: #243170;*/
}
h4{
 font-size: 90%;
 font-weight: normal;
 /*color:  #666666;*/
 font-weight: bold;	
}

h5{
 font-size: 80%;
 /*color: #666666;*/
}

h6{
 font-size: 70%;
 /*color: #666666;*/
 padding:25px 22px;
 
}

p{
	padding-bottom: 20px;
}

ul{ 
 list-style-type: none; 
}

ul li {padding-bottom: 10px;}

.clear {
	clear:both;
}

img{border:none;}

#footer {
	margin-top:10px;
	padding:5px;
}

a:link {
	color:  #666;
	text-decoration: underline;
}

a:visited {
	color:  #666;
	text-decoration: underline;
}

a:hover {
	color: #243170;
	text-decoration: underline;	
}

/**/


/***********  layout styles ***********/
#outerWrapper{
	width:850px;
	margin-left: auto;
	margin-right: auto;

}
#wrapper{
	width:847px;
	margin-left: auto;
	margin-top:40px;
	margin-right: auto;
	border: solid 1px #aeacad;

}

#innerWrapper{
	margin: 1px 1px 1px 1px;
	width:845px;
	background-color:#fff;

}

.clear {
	clear:both;
}

#header{
	width:846px;
	height:344px;
	background-image:url(images/header.jpg);
}

#headerPlain{
	width:845px;
	height:344px;
	background-image:url(images/header_plain.gif);
}


#mainImage {
	float:right;
	width:575px;
	height:231px;
	margin-top:112px;
}


#contentContainer {
	float:right;
	width:525px;
	padding:25px;
	background-color:#f6f6f6;
	background-image:url(images/dash.gif);
	background-repeat:repeat-y;
	background-position:left;

}

#lefttContainer {
	float:left;
	width:220px;
	padding:25px;
	background-color:#fff;
}


/***********************************************/
/* Nav styles*/
/***********************************************/

#navContainer{
	float:left;
	margin-top: 125px;
	margin-left:40px;
	width:189px;
	height:203px;
	}

#navtext ul li{
	float:left;
}

#navContainer ul li{
	padding: 20px 0px 0px 20px;
	color:#666;
	list-style-type: none;
	font-size:12px;
}

ul{ 
 list-style-type: none; 
}


#navContainer ul a:link, a:visited{
	color: #666;
	/*padding-left: 2px;*/
	font-weight: normal;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;

}

#navContainer ul a:hover{
	color: #243170;
	text-decoration: none;
	font-weight:bold;
	background-image: url(images/bullet.gif);
	background-position: 0px 6px;
	background-repeat:no-repeat;	
	padding: 0px 10px 2px 10px;	
	text-decoration: none;


}

#navContainer ul .dwn{
	color: #243170;
	background-image: url(images/bullet.gif);
	background-image: url(images/bullet.gif);
	background-position: 0px 6px;
	background-repeat:no-repeat;	
	padding: 0px 10px 2px 10px;	
	font-weight:bold;
	text-decoration: none;

	
}

#footer a:link {
	color:  #666;
	text-decoration: underline;
}

#footer a:visited {
	color:  #666;
	text-decoration: underline;
}

#footer a:hover {
	color: #243170;
	text-decoration: underline;	
}


a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	
}

