
html { overflow-y: scroll; } 

body {
	margin:20px 0px 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#imgborder {
border-width:3;
margin:5;
}

a:link {
 color: #2222c1;
 text-decoration:none;
 font-weight:normal;
}

a:visited {
 color: #2222c1;
 text-decoration:none;
 font-weight:normal;
}

a:hover {
 color: #EEEEEE;
 text-decoration:none;
 background-color:#2222c1;
 font-weight:normal;
}

a:active {
 text-decoration:none;
 font-weight:normal;
}

.bordered {
	border-color:#999999;
	border-style:ridge;
	border-width:thin;
}

.thinborder {
	padding-left:1em;
}

.midborder {
	padding-right: 5px;
	padding-bottom: 5px;
}


.bodytext {
	margin:20px;
}

h1 {
	font-size:18px;
	/* color: #339933; */
}

h2 {
	font-size:16px;
	color: #000000;
}

.hid-text {
	font-size:0px;
	color:#FFFFFF;
}

/* TOP HORIZONTAL MENU CSS CODE */	
	
#nav {
 margin: 0px; 
 padding-bottom:38px;
 font-weight:bold;
 padding-left: 0;
 white-space: nowrap;
}

#nav li{
 /*list-style: none; */
 float: left;
 text-align: center;
 display: inline;
 list-style-type: none;
}

#nav a{
	text-decoration:none;
	color : #2222c1;
	font-size:16px;
	padding: 3px 5px;
	font-weight:bold;
}

/*#nav>li a{ width:4em;} Mozilla Fix*/

#nav a:hover{
	background-color:#2222c1;
	color: #EEEEEE;
	font-size:16px;
}

