<!--
body {
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(user_files/rocks.jpg);
	background-color: #0033ff;
	background-repeat: repeat;
	margin-left: 175px;
	margin-right: 175px;
}
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #;

}
p {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px; 
}

a {
	color: #0000ff;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #aa3f82;
}
a:hover {
	text-decoration: underline;
	color: #597189;
}
a:active {
	text-decoration: none;
	color: #0000ff;
}
h1 {
	font-size: 28px;
	color: #cc0000;
	font-family: Arial;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;


}
h2 {
	font-size: 22px;
	color: #cc0000;
	font-family: Arial;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	color: #ff0000;
	font-family: Arial;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
h4 {
	font-size: 16px;
	color: #cc3300;
	font-family: Arial;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
h5 {
	font-size: 14px;
	color: #cc3300;
	font-family: Arial;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 20px;
}
h6 {
	font-size: 12px;
	color: #cc3300;
	font-family: Arial;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 20px;
}
-->

--> Navigation Menu CSS

 #navcontainer ul
{
list-style-type: none;
text-align: center;
}

#navcontainer ul li 

{ display: inline; 

}

#navcontainer ul li a

{
text-decoration: none;
padding: .2em 1em;
color: #66ffff;
background-color: #0000cc;

}

#navcontainer ul li a:hover

{
color: #0099ff;
background-color: #597189;
}


.menufont {
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}







-->side navigation menus

.buttonscontainer {width: 100%;}

.buttons a {color: #{@sidenavbuttonstxtcol@};
border: 1px solid;
background-color: #{@sidenavbuttonsbacgroundcol@};
padding: 2px;
padding-left: 3px;
font: {@sidenavbuttonsfontsize@} {@sidenavbuttonsfont@};
font-weight: bold;
text-decoration: none;
border-color: #{@sidenavbuttonslgtbrdcol@} #{@sidenavbuttonsdrkbrdcol@} #{@sidenavbuttonsdrkbrdcol@} #{@sidenavbuttonslgtbrdcol@};
display: block;
margin: 0px;
width: 100%;
text-align: left;}

.buttons a:hover {border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #{@sidenavbuttonsindcol@};
border-color: #{@sidenavbuttonsdrkbrdcol@} #{@sidenavbuttonslgtbrdcol@} #{@sidenavbuttonslgtbrdcol@} #{@sidenavbuttonsdrkbrdcol@};
color: #{@sidenavbuttonshovercol@};
text-decoration: none;}