body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #efefef;
} 
a:link {
	color: #000000;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	color: #000000;
	text-decoration: none;
	cursor: hand;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
	cursor: hand;
}
a:active {
	color: #000000;
	text-decoration: none;
	cursor: hand;
}
#header {
	background-image: url(../images/bluebkgrd2.jpg);
	background-repeat: repeat-x;
	height: 69px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #979797;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer {
	background-image: url(../images/bluebtm.jpg);
	background-repeat: repeat-x;
	height: 31px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #979797;
	padding-left: 31px;
	padding-right: 31px;
	width: 800px;
}
#nav {
	background-image: url(../images/navlong.gif);
	background-repeat: repeat-x;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
#homepageimage {
	padding: 31px;
}
#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	padding-top: 31px;
	padding-right: 31px;
}
#border {
	border: 1px solid #979797;
}
.padding {
	padding-top: 5px;
}


/*-----------START MENUS ------------------------*/
/*MAIN MENU TABLE*/
.mmt{
	color:#000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
/*MAIN MENU ITEM - REGULAR/OFF STATE*/
.mmi{
	cursor:hand;
	position:relative;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	color: #000000;
}
/*MAIN MENU ITEM - OVER STATE*/
.mmio{
	cursor:hand;
	position:relative;
	cursor:hand;
	position:relative;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	color: #FF3300;
}
/*SUB MENU TABLE*/
.smt {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #517DA4;
	border-bottom: 1px solid #383838
	cursor:pointer;
	cursor:hand;
	position:absolute; 
	visibility:hidden;
}
/*SUB MENU ITEM - REGULAR/OFF STATE*/
.smi {
	font-family: Verdana;
	font-size: 11px;
	color: #383838;
	background-color: #DDDEDE;
	cursor:pointer;
	cursor:hand;
	position:relative;
	text-indent:5px;
	z-index:100;
	border-top: 1px solid #383838;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;
	border-bottom: 1px solid #383838;
	vertical-align:bottom;
	padding-top: 4px;
}
/*SUB MENU ITEM - OVER STATE*/
.smio {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #f15213;
	cursor:pointer;
	cursor:hand;
	position:relative;
	text-indent:5px;
	z-index:100;
	border-top: 1px solid #383838;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;
	border-bottom: 1px solid #383838;
	vertical-align:middle;
	padding-top: 4px
}
/*-----------END MENUS ------------------------*/
