/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

/*
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}
*/

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 /*padding: 0px;  */
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: "Times New Roman", Times, serif;
 font-size: 20px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
/*

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

#masthead{
	padding-left: 10px; padding-right: 10px;padding-top:10px;
	border-bottom: 1px solid #cccccc;
	width: auto; height:150px; 
}

#navBar{
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
        float:right;
/*	width:40%; */
    	border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
        margin-right:0px;
	padding-right: 10px;
}


#content{
	float: left; 
  width: 40%; 
  z-index:300;
  padding-top:10px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	
	border: 5px solid #fed864;
}


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

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

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



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

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

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

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


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

.feature{
	padding: 0px 0px 5px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 16px 0px 5px 0px;
	text-align: left;
}

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

.bold {font-weight:bold;}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


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

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

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


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

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

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

#search label{
	display: block;
	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 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

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

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
/*
#headlines p{clear:both;margin:0;
	padding: 5px 10px 0px 0px;
}
/*

#headlines p{padding: 5px 10px 0px 0px; margin:0px;
}


#headlines img{padding-top:0; }
/*
.menu1 {background-image: url(../MenuItem.gif); background-position: center; 
background-repeat:no-repeat; line-height:10px; font-weight: bold; padding-top:4px;
border-bottom: 1px solid yellow; height: 38px;font-size: 16px;}

.menu2 {background-image: url(../MenuItem.gif); background-position: center; 
        background-repeat:no-repeat;line-height:10px;font-family:arial; font-weight: bold; 
        padding-top:6px; border-bottom: 1px solid yellow; font-size: 16px; text-align: center;}

#iehack {height:34px;}

* html .iehack {height:34px; h\eight:23px;}

.menus {border-bottom: 1px solid yellow; height: 40px;}

.menutxt {font-size: 16px; padding-top: 10px; }

.bakuatxt {position: absolute; font-size: 20px;}

.menu1 a {display:block; padding-top:12px;}

#usa {padding-top: 7px;}
*/
a {color: rgb(204, 0, 0); text-decoration:none;}
a:hover {text-decoration:underline;}
a:visited {color:rgb(204, 0, 0);}



.container2 { 

position:relative;

width:98%; 

min-width:700px;

.holder2 {display:block; color:#000;}

}

* html .container2 {
width: expression(Math.max((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth) - 20,900)+'px');
}
/*
* html .container2 {border-right:700px solid #fff;width:18%;} 
* html .holder2 {float:left; position:relative; margin-right:-700px;}
*/
/*

.holder2 {display:block; color:#000;}



* html .container2 {
  
border-left:700px solid #fff;

}

* html .holder2 {

float:left; 

position:relative; 

margin-left:-700px;

}
*/
