/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #777788 url("img/hijetback.jpg");
	background-repeat: repeat-x;
	background-color: #F7F7F7;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000066;
	margin: 0px;
	padding: 0px;
}

h2 { text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; color: #3333CC; font-size: 10pt; font-weight: bold 
/*	color: #006699;	margin: 0px; padding: 0px;font-size: 120%; */
}

h3{
	color: #3845B6;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

h4{
	color: #101070;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 100%;
	/*font-weight: bold;*/
}

h5{
text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; color: #3333CC; font-size: 10pt; font-weight: bold 
}

p {
	text-align: Justify;
	font-size: 90%;
 }

/*************** list tag styles ***************/

ul { font-family: Verdana; color: #111133; font-size: 8pt 
/*	list-style-type:  square;
	font-size: 90%;
	color: #000033;
	background-color: #EFF3F7; */
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	width:96%;
	height: 112px;
/*(	background: #777788 url("img/hijetmenu.jpg");*/
}
	
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}
#sitesign{
	position: absolute;
	top: 10px;
	left: 0px;
	margin: 0px;
}
#sitelogo{
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
}
/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************* globalNav styles ****************/

#menu{
	position: relative;
	top: 40px;
	left: 0%;
	width:75%;
	height: 60px;
	display: block;
	background-color: #647e97;
}

#globalNav{
position: relative;
width: 100%;
height: 40px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("img/tb.jpg");
}

#globalNav img{
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:-1px;
}

#globalLink{
	position: absolute;
	top: 10px;
	height: 20px;
	padding: -1px;
/*	margin: 0px; */
	margin-top: 0px;
/*	margin-left: 5px; */
	left: 15px;
	z-index: 100;

}

a.glink, a.glink:visited{
	font-size: small;
	color: #000000;
	font-weight: bold;
	padding: 0px 5px 2px 5px;
	border-right: 1px solid #8FB8BC;
	border-left: 1px solid #bFd8dC;
}

a.glink:hover{
  	background-image:  url("img/glbnav_selected.gif");
	text-decoration: none;
}

.skipLinks {
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 44px;
	left: 0px;
	height: 20px;
	margin-top:0px;
	padding: 2px 0px 0px 10px;
	color: #99FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	white-space: nowrap;
	/*visibility: hidden;*/
}

.subglobalNav a:link, .subglobalNav a:visited {
	color: #ffffff;
	text-decoration: none;
	background-color: #647e97;	
	border: solid #444455 1px;
	border-top-color: #8090a0;
	border-left-color: #98a8b4;
	padding: 2px 4px 3px 4px;
	margin-top: 2px;
}

.subglobalNav a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #647e97;	
	border: solid #d8d8ff 1px;
	border-top-color: #444455;
	border-left-color: #303090;
	padding: 2px 4px 3px 4px;
	margin-top: 2px;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 9px;
	right: 10px;
	z-index: 50;
}

#search input{
  font-size: 70%;
  margin: 0px 0px 0px 0px;
 }
 
#search a:link, #search a:visited {
	font-size: 72%;
	font-weight: bold;
}

#search a:hover{
	margin: 0px;
}

/************** page styles ****************/

#pagecell {
	position:absolute;
	top: 112px;
	left: 2%;
	width:96%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
/************** pageName styles ****************/

#pageName{
	padding: 7px 10px 5px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #0071BD;
}
/************** Content styles ****************/

#content{
	font-size: small; 
	position: relative;
	width: auto;
	padding: 0px 10px 7px 10px;
	margin:0px 10px 0px 10px;
	/*border-left: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2; */
}

#banners{
	position: relative;
	width:105px;
	height:100%;
	background-color: #f0f0f0;
	padding: 0px 0px 0px 0px;
	margin:0px 10px 0px 10px;
	border-left: 1px solid #ccd2d2;
	border-top: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;
	border-bottom: 1px solid #ccd2d2;
	vertical-align: bottom;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFF0;
	font-size: 100%;
	font-weight: bold;
	background-color: #3333CC;
	padding: 5px;
}

table.list {
	background-color: #f3f3f5;}

.list td {
	border-bottom: solid #a0a0ff 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: right;
}

table.list2 {
	background-color: #f3f3f5;
}

.list2 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	padding: 3px;
	border-bottom: solid #a0a0ff 1px;
}

td.gradient {background-color:#eeeeff;
 FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e9f9ff', endColorStr='#aaccff', gradientType='1');
}

td.gradient2 {background-color:#bbd8ff;
 FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#a0d0ff', endColorStr='#e9f9ff', gradientType='1');
}

td.gr2 {
	background-color:#f5f5ff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #434393;
	font-size: 90%;
	text-align: right;
	border-bottom: solid 1px #999999;
    border-right: solid 1px #999999;
}

td.gr3 {
	background-color:#ffffff;
 FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e8e8ea', endColorStr='#f9f9ff', gradientType='1');
	font-family: Arial, Helvetica, sans-serif;
	color: #223363;
	font-size: 90%;
	text-align: left;
	border-bottom: solid 1px #999999;
    border-right: solid 1px #999999;
}
td.gr4 {
 background-color:#f0f0f7;
 FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f0f0f7', endColorStr='#f9f9ff', gradientType='1');
	font-size: 85%;
	font-weight: normal;
	text-align: left;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

.gr5 {
 background-color:#f0f7f7;
 FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e0f0f7', endColorStr='#f0f7ff', gradientType='1');
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
}


#bottomnav {
	position: relative;
	bottom: 0px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #EFEBEF;
	text-align: left;
	border-top: 1px solid #ccd2d2;
	border-bottom: 1px solid #ccd2d2;
	padding-left: 10px;
	padding-top: 5px;
}

a.footer, a.footer:visited {
	text-decoration: none;
	color: #004499;
	border: 1px solid #EFEBEF;
	padding:1px 3px 2px 3px;
	font-style: Arial, Helvetica, sans-serif;
}

a.footer:hover {text-decoration: none;
 	color: #000000;
	background-color: #DEDEEF;
	border: 1px solid #004499;	
	padding:1px 3px 2px 3px;
}
/********************* end **********************/
