/***********************************************/
/* 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;
	background-color:#CCCCCC;
	background-image:url(../images/graphics/bg_grad2.jpg);
	background-attachment:fixed;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #000000;
	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: #003300;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #003300;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 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                                 */
/***********************************************/
/*#pagecell{
	/*position:absolute; 
	top: 132px;
	left: 21px;
	/* width:960px; 
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	/* height: 444px; 
	height:100%;
	background-color: #ffffff;

} */

#logonpagecell{
	position:absolute;
	top: 108px;
	left: 0px;
	width:960px; 
	margin: 0% 5% 0% 5%;
	padding: 0px 0px 0px 0px;
	/* height: 444px; */
	height:367px;
	background-color:#003300;

}

#centercellmask{
	position:absolute;
	top: 110px;
	left: 244px;
	margin: 0% 5% 0% 5%;
	background-color:#669933;
	/*visibility: visible; */
	width: 442px;
	height: 363px;
	}


#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#leftbox{
/* float:left; */
background-color:#669966;
/* width: 25%;
height:100%; */
padding: 5px 0px 5px 10px;
}

#leftbox p{
font-family:Arial, Helvetica, sans-serif;
font-size: 80%;
color: #003300;

}

#middlebox{
/* float:left; */
background-color:#66CC66;
/* width: 48%;
height:100%; */
padding: 5px 0px 5px 10px;

}

#middlebox p{

 font-family: Arial,sans-serif;
 font-size: 80%;
 color: #003300;
 
}

#rightbox{
/* float:right; */
background-color:#669966;
/* width: 25%;
height:100%; */
}

.select-free
{
	position:absolute;
	z-index:10;/*any value*/
	overflow:hidden;/*must have*/
	width:33em;/*must have for any value*/;
}
.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

.select-free .bd{border:solid 1px #aaaaaa;padding:12px;}

.bodytext {

	font-family: Arial,sans-serif;
 font-size: 12px;
 color: #003300;
 
 }
 
 .bodytext label{

	font-family: Arial,sans-serif;
    font-size: 12px;
    color: #003300;
	font-weight: normal; 
 }
