body{
  margin:0px;
  background-image:url(../images/bg.jpg);
  background-repeat:repeat-x;
  font-family:Arial, Tahoma, Verdana;
  font-size:12px;
  font-weight:normal;
  color:#FFFFFF;
  text-decoration:none;
  background-color: #00317D;
}


#main{
  width:100%;
  height:auto;
  margin-left:auto;
  margin-right:auto;
  }


#link-box{
  width:100%;
  height:50px;
}

 
#links{
  width:950px;
  height:35px;
  background-image:url(../images/linksbg.jpg);
  background-repeat:no-repeat;
  margin-left:auto;
  margin-right:auto;
  /*padding-top:16px;*/
  text-transform:uppercase;
  
  } 
  
.links{
  font-family:Arial, Tahoma, Verdana;
  font-size:12px;
  font-weight:normal;
  color:#FFFFFF;
  text-decoration:none;
}
  
.links:hover{
  font-family:Arial, Tahoma, Verdana;
  font-size:12px;
  font-weight:normal;
  color:#2AF3F9;
  text-decoration:none;
  }

  
#banner-box{
  width:100%;
  height:301px;
}
  
  
#content-box{
  width:100%;
  height:auto;
  background-color:#00317C;
  }
  
#contents{
  width:950px;
  height:auto;
  margin-left:auto;
  margin-right:auto;
  background-color:#00317C;
  }
  
 #lists{ 
    background-image:url(../images/bullets.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height: 35px;
	display: block;
	text-decoration:underline;
	font-weight:bold;
  }
  
#footer-box{
  width:100%;
  height:auto;
  background-color:#002B6F;
  float:left;
  }
  
#footer{
  width:950px;
  height:auto;
  background-color:#002B6F;
  border-top:#00468D 1px solid;
  margin-left:auto;
  margin-right:auto;
  padding-top:30px;
  font-family:Arial, Tahoma, Verdana;
  font-size:11px;
  font-weight:normal;
  color:#FFFFFF;
  text-decoration:none;
  }
  
.footerlinks{
  font-family:Arial, Tahoma, Verdana;
  font-size:11px;
  font-weight:normal;
  color:#2BF0F7;
  text-decoration:none;
  }
  
.footerlinks:hover{
  font-family:Arial, Tahoma, Verdana;
  font-size:11px;
  font-weight:normal;
  color:#2BF0F7;
  text-decoration:underline;
  }
  
.separator{
  color:#2BF0F7;
  }
  
.meridian{
 color:#FFFFFF;
 text-decoration:none;
 }
 
.meridian:hover{
 color:#2BF0F7;
 text-decoration:underline;
 }
 
.readmore{
  color:#E27123;
  text-decoration:none;
  font-weight:bold;
}
  
.readmore:hover{
  color:#32F1F6;
  font-weight:bold;
  text-decoration:underline;
  }
  
.pagetitle{
  font-family:Arial, Tahoma, Verdana;
  font-size:17px;
  font-weight:normal;
  color:#32F1F6;
  text-decoration:none;
  text-transform:uppercase;
  }
  
.border {
	border: 1px solid #32F1F6;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	width: 200px;
	background-color: #00468D;
}
.btn {
	border: 1px solid #32F1F6;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00468D;
	width: 95px;
	height: 25px;
}

.star {
	
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	
}


.dynamic
{
font-family: Arial, Helvetica, sans-serif;

font-weight: normal;
color: #FFFFFF;
text-decoration: none;
background-color: Navy;
height:20px;
width:auto;
padding-left:10px;
padding-right:10px;
display:block;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #C1D2DA;

border-left-width: 1px;
border-left-style: solid;
border-left-color: #C1D2DA;

border-right-width: 1px;
border-right-style: solid;
border-right-color: #C1D2DA;

border-top-width: 1px;
border-top-style: solid;
border-top-color: #C1D2DA;

}
.dynamic:hover
{
color: #2AF3F9;
}

