/********************* #html tags *********************/
body {
	margin: 0;
	border: 0;
	padding: 0;
	border: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
/*********************** #links ***********************/
a:link {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #333399;
	text-decoration: underline;
}	
a:visited {  
	font-family: Arial, Helvetica, sans-serif; 
	color:#333399;
	text-decoration: underline;
}
a:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-decoration: underline;
}
a:active { font-family: Arial, Helvetica, sans-serif; 
	color: #333399;
	text-decoration: underline;
}
/*************** #topNavContainer links **************/
#topNavContainer a:link {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;  
	text-decoration: none;
}	
#topNavContainer a:visited {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	text-decoration: none;
}
#topNavContainer a:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #99CCFF; 
	text-decoration: none;
}
#topNavContainer a:active { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	text-decoration: none;
}
/**************** #subnavleft links ***************/
.subnavleft a:link {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;  
	text-decoration: none;
}	
.subnavleft a:visited {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666; 
	text-decoration: none;
}
.subnavleft a:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #333399; 
	text-decoration: none;
}
.subnavleft a:active { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
	text-decoration: none;
}
/**************** #subnavleft2 links ***************/
.subnavleft2 a:link {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;  
	text-decoration: none;
}	
.subnavleft2 a:visited {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666; 
	text-decoration: none;
}
.subnavleft2 a:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #333399; 
	text-decoration: none;
}
.subnavleft2 a:active { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
	text-decoration: none;
}
/**************** #subnavleft3 links ***************/
.subnavleft3 a:link {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #3F4096; 
	text-decoration: none;
}	
.subnavleft3 a:visited {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #3F4096;
	text-decoration: none;
}
.subnavleft3 a:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666; 
	text-decoration: none;
}
.subnavleft3 a:active { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #3F4096;
	text-decoration: none;
}
/****************** #credits links ******************/
.credits a:link {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #847474;  
	text-decoration: none;
}	
.credits a:visited {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #847474; 
	text-decoration: none;
}
.credits a:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #333399; 
	text-decoration: underline;
}
.credits a:active { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #847474; 
	text-decoration: none;
}
/***************** #topofpage links ****************/
.topofpage a:link {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #847474;  
	text-decoration: underline;
}	
.topofpage a:visited {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #847474; 
	text-decoration: underline;
}
.topofpage a:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #333399; 
	text-decoration: underline;
}
.topofpage a:active { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #847474; 
	text-decoration: underline;
}
/**************** #layout divs index ****************/
#topContainer {
	background-color: #1E1F72;
	height: 160px;
	width: 100%;
	background-image: url(../images/index/top_panel.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
} 
#logo {
	height: 53px;
	width: 200px;
	position: relative;
	top: 0px;
}
#flags {
	height: 15px;
	width: 68px;
	position: relative;
	top: 8px;
	left: 9px;
}
#topNavContainer {
	background-color: #1E1F72;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	text-indent: 9px;
	letter-spacing: 2px;
	word-spacing: 1px;
}
#mainContentContainer {
	width: 100%;
	background-image: url(../images/index/bg_1.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}
#mainContent {
	width: 100%;
	position: relative;
	top: 5px;
	background-image: url(../images/index/bg_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
#leftPanel {
	float: left;
	width: 164px;
	position: relative;
	top: 0px;
	background-position: bottom;
}
#rightPanel {
	float: right;
	width: 100%;
	left: 165px;
}
#footerContainer {
	width: 100%;
	clear: both;
	background-color: #E9E7ED;
	height: 1.5em;
	top: 5px;
	position: relative;
}
#bottomSpace {
	height: 1px;
	width: 100%;
	position: relative;
	top: 0px;
}
/******************** styles **********************/ 
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
.subnavleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8F8FbA;
	line-height: 14px;
	width: 154px;
	padding-bottom: 6px;
	margin-left: 9px;
}
.subnavleft2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8F8FbA;
	line-height: 14px;
	width: 154px;
	padding-bottom: 6px;
	margin-left: 9px;
	font-weight: bold;
}
.subnavleft3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3F4096;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8F8FbA;
	line-height: 14px;
	width: 154px;
	padding-bottom: 6px;
	margin-left: 9px;
}
.topofpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #847474;
	position: relative;
	line-height: 1.5em;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #847474;
	position: relative;
	line-height: 1.5em;
	text-indent: 9px;
}
.redType {
	color: #FF0000;
}
.photos {
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 0px;
}
.photos1 {
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 20px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #3F4096;
	width: 100%;
	line-height: 31px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	left: 15px;
	position: relative;
	letter-spacing: 1px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #3F4096;
	margin-bottom: 0px;
	margin-top: 0px;
}
/******************** ul list *********************/
ul {
	margin-left: 0;
	padding-left: 1em;
	color: #0066CC;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  	margin: 4px;
  	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}