<!--
body {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(user_files/);
	background-color: #ffffff;
	background-repeat: ;
	margin-left: 10px;
	margin-right: 10px;
}
body,td,th {
	font-family: Times New Roman;
	font-size: 12px;
	color: #000000;
}
a {
	color: #990066;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffff00;
}
a:hover {
	text-decoration: underline;
	color: #ff0033;
}
a:active {
	text-decoration: none;
	color: #;
}
h1 {
    font-family: Times New Roman;
	font-size: 16px;
	color: #0000cc;
}
h2 {
    font-family: ;
	font-size: ;
	color: #;
}
h3 {
    font-family: ;
	font-size: ;
	color: #;
}
h4 {
    font-family: ;
	font-size: ;
	color: #;
}
h5 {
    font-family: ;
	font-size: ;
	color: #;
}
h6 {
    font-family: ;
	font-size: ;
	color: #;
}
-->

--> Navigation Menu CSS

 #navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #66ff00;
background-color: #3399ff;
}

#navcontainer ul li a:hover
{
color: #993366;
background-color: #;
}
.menufont {
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}







-->side navigation menus

.buttonscontainer {width: 100%;}

.buttons a {color: #ffffff;
border: 1px solid;
background-color: #0000cc;
padding: 2px;
padding-left: 3px;
font: 14px Verdana;
font-weight: bold;
text-decoration: none;
border-color: #ffff66 #ff9933 #ff9933 #ffff66;
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: #0000ff;
border-color: #ff9933 #ffff66 #ffff66 #ff9933;
color: #ffff00;
text-decoration: none;}
