a.button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	background-image: url(site_images/btnBackground.gif);
	background-position: left center;
	height: 30px;
	width: 165px;
	border: none #FFFFFF;
	display: block;
	background-repeat: no-repeat;
	text-indent: 56px;
	color: #A2D6EC;
	padding: 3px 0px 0px 0px;
	text-decoration: none;
	margin: 0px;
	text-align:center;
}

a.button:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	background-image: url(site_images/btnBackground.gif);
	background-position: left center;
	height: 30px;
	width: 165px;
	border: none #FFFFFF;
	display: block;
	background-repeat: no-repeat;
	text-indent: 56px;
	color: #BAF948;
	padding: 3px 0px 0px 0px;
	text-decoration: none;
	margin: 0px;
	text-align:center;
}

a.subbutton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	background-image: url(site_images/btnSubBackground.gif);
	background-position: left center;
	height: 30px;
	width: 165px;
	border: none #FFFFFF;
	display: block;
	background-repeat: no-repeat;
	text-indent: 35px;
	color: #A2D6EC;
	padding: 3px 0px 0px 0px;
	text-decoration: none;
	margin: 0px;
	text-align:left;
}

a.subbutton:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	background-image: url(site_images/btnSubBackground.gif);
	background-position: left center;
	height: 30px;
	width: 165px;
	border: none #FFFFFF;
	display: block;
	background-repeat: no-repeat;
	text-indent: 35px;
	color: #BAF948;
	padding: 3px 0px 0px 0px;
	text-decoration: none;
	margin: 0px;
	text-align:left;
}

.heading {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	/*background:red;*/
	background-image: url(site_images/banner.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:3;
}

.footer {
	position: relative;
	/*margin-left: -165px;*/
	margin-top: 20px;
	display: block;
	height: 30px;
	border-top: 1px solid black;
	padding-top: 10px;
	z-index:4;
}

.content {
	position: absolute;
	top:0px;
	left:0px;
	/*width:100%;*/
	height:100%;
	padding-left:190px;
	padding-right: 130px;
	padding-top:110px;
	/*background:yellow;*/
	z-index:1;
}

.right {
	position: absolute;
	top:0px;
	right:0px;
	width:120px;
	height:100%;
	padding-top:110px;
	/*background:yellow;*/
	z-index:5;
}

.menu {
	position: absolute;
	top:100px;
	left:0px;
	width:165px;
	height:100%;
	/*background:blue;*/
	z-index:2;
	padding-top: 10px;
	}

p {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	color: #000099;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	color: #FF0033;
	border: #0000CC;
	border-style: solid;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
a:hover {  color: #FFFF33; background-color: #FF0033}

.main {
  background-image: url(site_images/niva.jpg);
 }
	
