/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	top: 480px;
	height: auto;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 90%;
}

h3{
 font: bold 100% Arial, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	list-style-type: circle;
	line-height: 150%;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 5;
	padding: 5;
}

label{
 font: bold 1em Arial, sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 180px;
	left: 5px;
	right: 5px;
	width:800px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccd2d2;
	border-left-color: #ccd2d2;
	height: 100%;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 5px;
	right: 5px;
	width:800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccd2d2;
	border-left-color: #ccd2d2;
	height: 180px;
	
}

.pic_note {
	position:absolute;
	width:400px;
	height:auto;
	z-index:100;
	background-color: #CCCCCC;
	filter: Alpha(Opacity=70);
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 85%;
	color: #000000;
	padding: 10px;
	visibility: hidden;


	-moz-opacity:.70;
	opacity:.70;
	left: 11px;
	top: 30px;
}
#But_bak_lines {
	position:relative;
	width:325px;
	height:325px;
	z-index:100;
	left: 5px;
	top: 5px;
	background-image: url(imgs/But_lines.gif);
	visibility: visible;
}
#but_1_1 {
	position:absolute;
	width:80px;
	height:80px;
	z-index:110;
	left: 35px;
	top: 35px;
}
#but_1_2 {
	position:absolute;
	width:80px;
	height:80px;
	z-index:110;
	top: 35px;
	left: 125px;
}
#but_1_3 {
	position:absolute;
	width:80px;
	height:80px;
	z-index:110;
	left: 215px;
	top: 35px;
}
#but_2_1 {
	position:absolute;
	width:80px;
	height:80px;
	z-index:110;
	left: 35px;
	top: 125px;
}
#but_2_2 {
	position:absolute;
	width:80px;
	height:80px;
	z-index:110;
	left: 125px;
	top: 125px;
}
#but_2_3 {
	position:absolute;
	height:80px;
	z-index:110;
	left: 215px;
	width: 81px;
	top: 125px;
}
#but_3_1 {
	position:absolute;
	width:80px;
	height:80px;
	z-index:110;
	top: 215px;
	left: 35px;
}
#but_3_2 {
	position:absolute;
	width:80px;
	height:80px;
	z-index:110;
	left: 125px;
	top: 215px;
}
#but_3_3 {
	position:absolute;
	width:80px;
	height:80px;
	z-index:110;
	left: 215px;
	top: 215px;
}

#main_pic_note {
	position:absolute;
	width:95%;
	height:140px;
	z-index:100;
	background-color: #CCCCCC;
	opacity: 0.5;
	filter: Alpha(Opacity=70);
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 95%;
	color: #000000;
	padding: 10px;
	top: 50px;
}
.capsule_heading {
	position:relative;
	height:30px;
	z-index:1;
	background-color: #88AA9C;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 30px;
	width: 210px;
}

.rec_inside {
	position:relative;
	z-index:1;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-position: center;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	font-style: italic;
	font-size: 100%;
	background-color: #FFFFFF;
	opacity: 0.5;
	filter: Alpha(Opacity=70);
	height: 30px;
}

#content{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#featureSpace{
	position: relative;
	height: auto;
	padding-top: 20px;
}
#feature_bar {
	height: auto;
	width: 440px;
	top: 20px;
	padding-bottom: 20px;
	position: relative;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 5px;
	right: 0px;
	color: #919999;
	z-index: 100;
	visibility: visible;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	color: #000000;
	margin:0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* news feed styles ***************/

#newsFeed{
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#newsFeed a{
	color: #AAAAAA;
}

#newsFeed a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	font-size: 80%;
	height: auto;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #666666;
	line-height: 180%;
}

.feature h3{
	color: #006666;
	padding: 30px 0px 5px 0px;
	font-family: Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

.feature img{
	float: right;
}


/*************** story styles ******************/

.story {
	font-size: 80%;
	line-height: 130%;
	padding: 10px;
}

.story h3{
	font: bold 115% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
	line-height: 180%;
	color: #666666;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	line-height: 150%;
	background-color: #D0E4E8;
}
th.storyLeft{
	line-height: 150%;
	background-color: #0099CC;
	font-size: 80%;
}

/********************* end **********************/

/************** dhivehi  styles *****************/

.dhiv_feature{
	height: auto;
	padding-top: 10px;
	padding-bottom: 50px;
	color: #666666;
	padding-right: 40px;
	float: right;
	padding-left: 40px;
	font-family: Faruma;
}

.div_feature h3{
	color: #006666;
	padding: 30px 0px 5px 0px;
	font-size: 130%;
	font-weight: bold;
	direction:rtl;
	font-family: Faruma;
}

.div_feature img{
	float: right;
}
.dhiv_feature p {
	line-height: 200%;
	text-align: justify;
	font-size: 120%;
	direction:rtl;
	font-family: Faruma;
}
.dhiv_feature li {
	text-align: right;
	font-family: Faruma;
}
.dhiv_feature ol {
	font-family: Faruma;
}
.leftPadding {
	padding-left: 50px;
}
.smallcaps {
	font-variant: small-caps;
	font-size: 120%;
	font-weight: bold;

}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
