a {text-decoration: none;	color: blue;}
a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: blue;}
a:hover {color: lime; text-decoration: none;}
a:active {text-decoration: none;}

body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
	width: 780px;
	height: 100%;
	}

h1 {
	font-family: tahoma;
	font-size: 24px;
	font-weight: bold;

}

h2 {
	font-family: tahoma;
	font-size: 19px;
	font-weight: bold;

}


#header {
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 100px;
	width: 100%;	
	background-image: url('../images/top-slice.gif');
	background-repeat: repeat-x;
	}

#menu {
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 1800px;
	width: 150px;	
	background-image: url('../images/horizontal-slice.gif');
	background-repeat: repeat-y;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: white;
	}

#menu a {text-decoration: none;	color: white;}
#menu a:link {text-decoration: none; color: white;}
#menu a:visited {text-decoration: none; color: white;}
#menu a:hover {color: lime; text-decoration: none;}
#menu a:active {text-decoration: none;}


#innerbody {
	position: absolute;
	left: 150px;
	top: 100px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 630px;
	background-image: url('../images/inner-slice.gif');
	background-repeat: repeat-x;
	text-align: left;
	font-size: 12px;
	}

#innertext {
	position: relative;
	left: 10px;
	top: 5px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 95%;
	width: 95%;
	text-align: left;
	font-size: 12px;
	}





