﻿html,body{
	height:100%; /* fix height to 100% for IE */
	min-height:100%; /* fix height for other browsers */
	margin:0 0 0 0;
	padding:0;
	background-color:#CCC;
	}
	
	* html #content {
	height:100%; /* full screen height */
	width:100%; /* full screen width 8/*
	top:0; /* place the content at the top */
	left:0; /* and left of the body */
	border-top:100px solid #fff; /*add a top border to miss the header 
				(this is SUBTRACTED from the 100% height on quirks mode) */
	border-bottom:50px solid #fff; /*add a bottom border to miss the footer 
				(this is SUBTRACTED from the 100% height on quirks mode) */
	border-left:200px solid #fff; /*add a left border to miss any navigation div 
				(this is SUBTRACTED from the 100% width on quirks mode) */
	}

#wrapper{
	height:100%;
	min-height:100%;
	height:auto;
	
	border: 2px solid #999;
	width: 790px;
	margin: 10px auto;
	
	background-color: #FFF;
	padding-top:10px;
	position:relative; 
	}

#header{
	border: 0px solid #006;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width: 770px;
	margin:0 auto;
	height:135px;

	}
	

	
h3.slogan{
	font-family: georgia, times roman, serif;
	font-size:18px;
	font-style: italic;
	margin:90px auto;
	text-align:center
	}


#content{
	
	padding:10px;
		padding-bottom:80px;	/* Height of the footer */
		border:0px solid black;
	
	}
#nav{
	background-image:url(images/menuBKND.jpg);
	background-repeat: repeat-x;
	height:35px;
	margin:0 auto;

}



ul#nav {
	float:right;
	list-style:none;
	width:750px;
	height:35px;
		

	}

/*ul#nav a {
	text-decoration:none;
	text-align:center;
	height: 45px;
	width:100px;
	border: 1px solid #006;
	}
	*/
ul#nav li{
	background-image:url(images/liBKND_hover.jpg);
	font: 14px Arial, Helvetiva, sans serif, bold;
	color:#FFF;
	float:right;
	padding: 5px;
	display: inline;
	height: 25px;
	width:100px;
	border-left:1px solid #009;
	text-align:center;
	

	}

 /*#nav a:{
	text-align:center;
	text-decoration:none;
	height:35px;
	
		}
	*/
 #nav a:link{
	text-decoration:none;
	text-align:center;
	color:#FFF;
	height:35px;
	
	
		}
		
 #nav a:visited{
	color:#FFF;
	text-align:center;
	height:35px;
	text-decoration:none;
	
		}

#nav a:hover{
	 /*background-image:url(images/hover.jpg);*/
	color:#F00;
	border:0px solid #FFF;
	padding:5px;
	width:100px;
	height:35px;
	text-decoration:none;
	
		}

ul

{

		list-style-image: url(images/digital_bullet.jpg);
		text-align:left;

}


li

{

		font-family: Arial, Helvetiva, sans serif;

		font-size: 12px;

		font-weight: normal;

		line-height:1.5;

}

h1{

font-size:24px;

line-height:1.5em;

}

h2{
	font-family: arial, helvetica, sans serif;
	font-style:normal;
	font-weight: bolder;
	font-size:18px;
	text-align:center;
	line-height:1.5em;

}

h3{
	font-family: arial, helvetica, sans serif;
	font-size:14px;
	font-style:normal;
	font-weight: bolder;
	margin-bottom:2px;
	text-align:left;


}


p.body{

	font-family: arial, helvetica, sans serif;
	font-size:.75em;
	font-weight: normal;
	font-style:normal;
	text-align:justify;
	line-height:1.45em;
	border:0px solid black;

	}

#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:70px;       		/* Height of the footer */
		border-top:1px solid black;
		padding-top:10px;
		background-color:#FFF;
		
	}
	
p.legal{
	font: .75em arial, verdana, sans serif;
	float:left;
	padding:0 0 0 5px;
	width:300px;
	margin-top:0
	
}
	
p.jse{
	font: .75em arial, verdana, sans serif;
	border:0px solid black;
	float:right;
	bottom:0;
	padding:0 10px 0 0;
	}
/*a:link{

	font-family: arial, helvetica, sans serif;

	font-size:14px;

	font-weight:bolder;

	color:#000;

	text-decoration:none;

}

a:visited{

	font-family: arial, helvetica, sans serif;

	font-size:14px;

	font-weight:bolder;

	color:#C00;

	text-decoration:none;
}



a:hover{

	font-family: arial, helvetica, sans serif;

	font-size:14px;

	color:#FFF;

	text-decoration:underline;

}

a:active{
}
*/