/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{

  font-size : 10px;
  font-family : Tahoma,Verdana,Arial;
 }
a{
      color: #ffffff;
      text-decoration: none;
      font-weight: bold;
	  font-size : 12px;
}
a:link{
      color: #ffffff;
      text-decoration: none;
      font-weight: bold;
	  font-size : 12px;
}
a:visited{
      color: #ffffff;
      text-decoration: none;
      font-weight: bold;
	  font-size : 12px;
}
a:hover{
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
	font-size : 12px;
}
.navbar{
      text-decoration: none;
      font-size: 12px;
      font-weight: bold;
}
.bot{
	color : #000000;
	text-decoration: none;
	font-size : 14px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-align: center;
}      
.bot a{
    color: #000000;
    font-color : #00000; 
    text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial;
}
.bot a:visited{
    color: #000000;
    font-color : #00000; 
    text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial;
}
.bot a:hover{
	color: #0000ff;
	font-weight:bold;
	text-decoration: underline;
	font-family: Tahoma, Verdana, Arial;
	text-align: right;
	font-size: 14px;
}
td.gradient{ 
       background: white url(img/fon01.gif);
       background-repeat: repeat-x; 
}
.style1{
    color: #000000;
    font-family : Tahoma,Verdana,Arial;
    font-size: 12px;
    font-weight:normal;
}
.style3{
    font-family : Tahoma,Verdana,Arial;
    font-size: 12px;
    color: #000000;
    font-weight:normal;
}
.bodyLink a:link{
      color: #0000ff;
      text-decoration:underline;
      font-weight: bold;
}
.bodyLink a:visited{
      color: #0000ff;
      text-decoration: underline;
      font-weight: bold;
}
.heading1{
  color: #00cccc;
  font-size : 16;
  font-weight:bold;
  font-family : Tahoma,Verdana,Arial;
}
.heading2{
  color: #ff9900;
  font-size : 16;
  font-weight:bold;
  font-family : Tahoma,Verdana,Arial;
}
.heading3{
  color: #cccc00; 
  font-size : 16;
  font-weight:bold;
  font-family : Tahoma,Verdana,Arial;
}
.outerborder{
   border-right-color:#cccccc;
   border-right-style: solid;
   border-right-width:thin;
   border-left-color:#CCCCCC;
   border-left-style: solid;
   border-left-width:thin;
}
   

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color:#FFFFFF;
}

#headlines{
    float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	background-color:#eeeeee;
}

#content{
  float: left;
  width: 54%;
  padding: 10px;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	background-color:#eeeeee;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #cccccc;
color: #cccccc;
background-image:  url(img/bg_nav.jpg);
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 0px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color:#eeeeee;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 0px 0px 0 10px;
	background-color:#eeeeee;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story1{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	background-color:#ff9900;
	border-top-color: #ff9900;
	border-right-color: #ff9900;
	border-bottom-color: #ff9900;
	border-left-color: #ff9900;
}
.story1 p{
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	background-color:#eeeeee;
}

#siteInfo img{
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color:#eeeeee;
}

#search form{
 margin: 0px;
 padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}
#sectionLinks h3{
	padding: 10px 0px 0px 10px;
}
#sectionLinks a {
	display: block;
	border-top: 0px solid #cccccc;
	padding: 0px 0px 0px 10px;
}
#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks1{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	background-color:#ff9900;
	left: 100;
	border-top-color: #ff9900;
	border-right-color: #ff9900;
	border-bottom-color: #ff9900;
	border-left-color: #ff9900;
}
.relatedLinks1 h3{
	padding: 10px 0px 0px 0px;
}
.relatedLinks1 a:link,
.relatedLinks1 a:visited{
	display: block; 
}
	border-left-color: #99cc33;

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}
#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines1{
  color: ##ff9900; 
  font-size : 80%;
  font-weight:bold;
  font-family : Tahoma,Verdana,Arial;
}
#headlines p{
  color: ##cccc00; 
  font-size : 80%;
  font-weight:bold;
  font-family : Tahoma,Verdana,Arial;	
}
