/* CSS */

@font-face {  
  font-family: "RockBold";  
  src: url( fonts/RockwellExtraBold.eot ); /* IE */ 
  src: local("Rockwell Extra Bold"), url( fonts/RockwellExtraBold.ttf ) format("truetype"); /* non-IE */  
}  
@font-face {  
  font-family: "Rock";  
  src: url( fonts/Rockwell.eot ); /* IE */ 
  src: local("Rockwell"), url( fonts/Rockwell.ttf ) format("truetype"); /* non-IE */  
}  

/* THEN use like you would any other font */  
.RockBold {
	font-family:"RockBold", Georgia, "Times New Roman", Times, serif;
}
.Rock {
	font-family:"Rock", Georgia, "Times New Roman", Times, serif;
}
body {
	background-repeat: no-repeat;
	background-color: #a1c2db;
	text-align: center;
	background-image: url(images/country_background.gif);
	background-position: center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	line-height: 24px;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	line-height: 24px;
}
#mainContent  a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	line-height: 24px;
	text-decoration: underline;
}
#mainContent  a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}
#pageContainer {
	margin: 0 auto;
	text-align: center;
	width: 1052px;
}
#header {
	text-align: center;
	width: 1052px;
}
#nav {
	height: 65px;
	text-align: center;
	width: 1052px;
}
#nav ul {
	text-align: center;
	width: 1000px;
	margin-left: 4.5em;
}
#nav    ul   li  {
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	list-style-type: none;
	margin-top: 42px;
}
#nav     ul    li   a  {
	font-family: "RockBold", Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-image: url(images/nav_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 10px;
	text-decoration: none;
	display: inline-block;
}
#nav  ul  li  a:active {
	background-image: url(images/nav_background_hover.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #a1c2db;
}
#nav  ul  li  a:hover {
	background-image: url(images/nav_background_active.jpg);
	background-repeat: repeat-x;
	color: #000099;
}
#pageContainer #contentEdge_Top {
	text-align: center;
	background-image: url(images/content_back_top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 9px;
}
#pageContainer #contentEdge_Bottom  {
	height: 10px;
	background-image: url(images/content_back_bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.backgroundContainer {
	margin: 0 auto;
	text-align: center;
	width: 1052px;
	background-image: url(images/content_back_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.contentContainer {
	margin: 0 auto;
	text-align: center;
	width: 1052px;
	background-image: url(images/content_back_mid.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#cse-search-results {
	width: 930px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-left: 10px;
}
.columnTitle {
	background-image: url(images/side_back.gif);
	background-repeat: repeat-x;
	font-family: "RockBold", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	background-position: bottom;
	margin-top: 20px;
}
.columnContent {
	padding-right: 15px;
	padding-left: 65px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	background-color: #e7f1f8;
	padding-top: 20px;
	padding-bottom: 20px;
}
.columnSearch {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background-color: #e7f1f8;
	padding-top: 20px;
	padding-bottom: 20px;
}
.columnContent ul li {
	list-style-position: outside;
	list-style-type: disc;
}
.columnContent  ul li a {
	text-decoration: none;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}
.columnContent ul li a:hover {
	text-decoration: underline;
}
#mainContent {
	width: 686px;
	padding-right: 50px;
	padding-left: 40px;
	padding-top: 15px;
}
#mainContent h1{
	font-family: "RockBold", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
	text-align: left;
	padding-bottom: 15px;
	text-transform: uppercase;
}
#mainContent h2{
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}	
#mainContent  h3{
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
}	
#mainContent   h4{
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}	
#mainContent   .list    ul   {
	text-align: left;
	padding-bottom: 20px;
	list-style-type: disc;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 50px;
}	
#mainContent    .list    ul    li   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	text-transform: none;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 10px;
}	
#mainContent   p   ul  li  a:hover  {
	text-decoration: underline;
	color: #ffffff;
}
#mainContent  p  ul  li  a {
	text-decoration: underline;
	color: #000066;
}
#mainContent    .list     ol   {
	text-align: left;
	padding-bottom: 20px;
	list-style-type: decimal;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 50px;
}	
#mainContent     .list     ol     li   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	text-transform: none;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 10px;
}	
#mainContent .visa              {
	color: #000066;
	text-align: center;
	font-size: 14px;
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}	
#mainContent   a          {
	color: #000066;
	font-size: 15px;
	line-height: 12px;
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}
#mainContent   a:hover          {
	color: #FFFFFF;
	text-decoration: none;
}


#mainContent .visa   p a, p a:hover       {
	color: #000066;
	font-size: 12px;
	line-height: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;

}



	
#mainContent #h4 ul   {
	text-align: left;
	padding-bottom: 10px;
	list-style-type: disc;
	padding-left: 20px;
	color: #000066;
}	
#mainContent #h4 ul li a {
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	color: #000066;
	text-decoration: none;
}	
#mainContent  #h4  ul li a:hover  {
	text-decoration: underline;
}
#mainContent  #h4  a   {
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	color: #000066;
	text-decoration: none;
}	


#mainContent #h2 ul   {
	text-align: left;
	padding-bottom: 10px;
	list-style-type: disc;
	color: #000066;
	padding-left: 15px;
	list-style-position: inside;
}	
#mainContent #h2 ul li a {
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	line-height: 24px;
	color: #000066;
	text-decoration: none;
}	
#mainContent      #h2      ul      li      ul     li a  {
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	line-height: 14px;
	color: #000066;
	text-decoration: none;
	text-indent: 10px;
	list-style-position: inside;
	list-style-type: circle;
}	
#mainContent  #h2  ul li a:hover  {
	text-decoration: underline;
}
#mainContent  #h2  a   {
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	line-height: 24px;
	color: #000066;
	text-decoration: none;
}	







#mainContent .linkBox {
	padding-left: 7px;
	height: 115px;
}
#mainContent    .linkBox  ul  li  {
	float: left;
	list-style-type: none;
	margin: 5px;
}
#mainContent   .linkBox ul li a {
	background-color: #e7f1f8;
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	padding-bottom: 11px;
	padding-left: 50px;
	text-align: left;
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #000066;
	text-decoration: none;
	font-weight: normal;
	padding-top: 12px;
	width: 275px;
	display: block;
}
#mainContent .linkBox ul li a:hover {
	background-color: #ffffff;
	background-image: url(images/star.gif);
	text-decoration: none;
	color: #000066;
}

.linkBox .clear {
	clear: both;
}
.footer  {
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 20px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#mainContent .breadcrumbs  {
	padding-bottom: 10px;
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
}
#mainContent .breadcrumbs a {
	padding-bottom: 10px;
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
}
#mainContent .breadcrumbs  a:hover {
	padding-bottom: 10px;
	text-decoration: underline;
}

table #exhibit {
	font-family: "Rock", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	text-align: left;
}
table  #exhibit td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6D93BD;
}
