/* popup script */


.PopBoxImageSmall
{
	border: none 1px #9b610f;
	cursor: url("images/magplus.cur"), pointer;
	margin:0 12px 15px 15px;
}
.PopBoxImageLarge
{
	border: solid 1px #9b610f;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 1px ##9b610f;
	cursor: pointer;
}


/**************** body and tag styles ****************/

body {
	margin-top: 0px;	  
	margin-bottom: 0px;
}		   
		
h1 {
	  color: #019098;
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: strong;
	  font-size: 13px;
	  margin-top: 22px;
	  margin-bottom:-5px;
	  text-align:justify;
	  }
		
h2 {
	  color: #7B7B7B;
	  font-size: 11px;
	  font-family: Tahoma;
	  font-weight: strong;
	  margin-bottom: 5px;
	  margin-top: 5px;
	  }
	
#header{
	margin-top:35px;
	width:800px;
} 

img.left {
	  float: left;
	  margin: 0 0 -80px 0;
}

img.right {
	  float: right;
}

#wrapper {
	margin: 0 auto;
	width:800px;
	height:100%;
}

#pageimage {
	background:url(images/back.jpg);
	padding-bottom:4px;
}

img.msg {
	  margin: 0 0 10px 1px;
}

/************* content *************/
#content {
	float:left;
	width:800px;
	background:url(images/logobackl.jpg);
	border-bottom:#767676 solid 1px;
}

#contentl {
float:left;
margin:180px 0 20px 23px; 
}

#contentl img{
 border-style: none;
}


#contentr{
	width:522px;
	float:right;
	padding:0 35px 0 38px;
	border-left:#019098 solid 1px;
	margin-bottom:15px;
}

#contentr p{
		font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
 	color: #4D4D4D;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: normal;
	margin-bottom: 20px;
}
		
#contentr a {
	  color: #019098;
	  font-size: 13px;
	  text-decoration: none;
	  font-family: Tahoma;
	  font-weight: normal;
	  }

#contentr a:hover {
	  color: #A5D7DA;
	  font-weight: normal;
	  text-decoration: underline;
	  }  
	  
#contentr h3{	
	text-align:right;
}  
	  
#contentpic{
	width:530px;
	float:right;
	padding:0 27px 0 38px;
	border-left:#019098 solid 1px;
	margin-bottom:15px;
}

#contentpic p{
		font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
 	color: #4D4D4D;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: normal;
	margin-bottom: 20px;
}

/************* contact us *********/

#contactl {
float:left;
width:240px;
height:320px;
}

#contactl p{
margin:4px 0 0 0;
}

#contactr{
float:left;
width:270px;
}

#contactr p{
margin:4px 0 0 0;
}
	  	  
/************* footer *************/	  
#footer {
	float:left;
	margin: 8px 0 20px 0;
	text-align:left;
	color: #4D4D4D;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}	  
	  
#links {
float:left;
width:600px;
}	

#links a {
	margin-right:30px;
	  color: #019098;
	  text-decoration: none;
}

#links a:hover {
	  color: #A5D7DA;
	  font-weight: normal;
	  text-decoration: underline;
	  }   
	  
#copy {
width:200px;
text-align:right;
float:right;
}


/* navigation buttons */
#nav{
	clear:both;
	font-weight:bold;	
	color:#FFFFFF;
	float:left;
	list-style-type:none;	
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif
}
html>body #nav{
	margin:0 0 5px 25px;
}

#nav li{
	list-style-type:none;
	float:left;
	margin:0 6px 0 0;
	padding:5px 26px 0 30px;
	background:url(images/blue.jpg) transparent top right no-repeat;
}
#nav li a{	
	color:#FFFFFF;
	display:block;
	font-weight:bold;
}
#nav li a:link,
#nav li a:visited{
	color:#FFFFFF;
	text-decoration:none;
	padding:2px 10px 10px 0;
}
#nav li a:hover,
#nav li a:active{
	color:#FFFFFF;
	text-decoration:none;
}

#nav li.cur,
#nav li.over,
#nav li:hover
{	
	background:url(images/lightblue.jpg) top right no-repeat;
}
#nav li strong,
ul#nav li.cur a,
ul#nav li.over a,
ul#nav li:hover a
{
	display:block;
	color:#FFFFFF;
	padding:2px 10px 10px 0;
	text-decoration:none;