@charset "windows-1252";
body  {background-color:#FFFFFF;
	   background-image: url('images/background.gif');
	   color:#000000;
	   font-family: georgia, serif;
	   }
a	{color:#0033CC;
	} 
	
.navbar	{
		position: absolute;
		left: -30px;
		top: 10px;
		width: 130px;
		}

.navbar ul li{
		text-align: center;
		list-style: none;
		height: 25px;
		margin-bottom: 5px;
		}

.navbar ul li a{
		width: 114px;
		text-decoration: none;
		float: left;
		color: white;
		background-color: maroon;
		border: 2px solid rgb(255,255,255);
		border-style: inset;
		}

.navbar ul li a:hover  {
		color: maroon;
		background-color: #cda519;
		border-style: outset;
		}
	
.subnav	{
		position: relative;
		left: -40px;
		top: 40px;
		font-size: .9em; 
		width: 80px;
		}

.subnav ul li{
		text-align: left;
		margin-left: 10px;
		list-style: none;
		height: 25px;
		}

.subnav ul li a{
		width: 114px;
		text-decoration: none;
		float: left;
		color: black;
		margin-bottom: 10px;
		}

.subnav ul li a:hover  {
		color: maroon;
		text-decoration: underline;
		}

.main   {
		position: absolute;
		margin-left: 150px;
		top: 25px;
		width: 800px;
		line-height: 150%;
		}

td {line-height: 150%;}
		
.header	{
		font-family: verdana, sans-serif;
		font-size: 1.5em;  
		font-weight: bold;
		text-align: center;
		padding-top: 15px;
		width: 560px;
		height: 56px;
		background-image: url('images/header_blank.png');
		background-repeat: no-repeat;
		color: white;
		}

.acic {
		height: 500px;
		}


.col01	{
		width: 350;
		float: left;
		}
		
.col02   {
		width: 350px;
		}
	/* From NSSK page */
.hovermenu ul{
font: bold 13px arial;
margin-top: 50px;
margin-left:10%;
margin-bottom:-7px;
padding-left: 0;
line-height: 115%;
width:130px;
height: 4em;
}

.hovermenu ul li{
text-align: center;
list-style: none;
/* display: inline;	 */
height: 3em;
}

.hovermenu ul li a{
	/*
	width: 100px; */
height: 3em;
padding-top: .7em;
width: 80px;
padding-left: 5px;
padding-right: 5px;
text-decoration: none;
float: left;
color: #33aeb3;
background-color: #ffffff;
border: 1px solid #000000;
}

.hovermenu ul li a:hover{
color: white;
background-color: #33aeb3;
border-style: outset;
}

.this {
float: left;
height: 3em;
padding-top: .7em;
width: 80px;
padding-left: 5px;
padding-right: 5px;
color: white;
background-color: #33aeb3;
border: 1px solid #000000;
}

.hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
/* End Navigation */	
		
		
		
		