/* CSS Document */
body { 
background-color:white;
margin:0px;
font-family:Arial;
}

.loginfield { 
        width        : 110px; 
        font-size    : x-small; 
} 
.login{
	font-family: arial;
	color:black;
	font-size:xx-small;
	font-weight:100;
	text-decoration:none;
}
.loginheading{
	font-family: arial;
	color:black;
	font-size:small;
	font-weight:900;
	text-decoration:none;
}

.caution{
	text-align:left;
	font-family: arial;
	color:red;
	font-size:120%;
	font-weight:900;
	text-decoration:none;
}

tr{
	text-align:left;
}

a {
	text-align:left;
	font-family: arial;
	color:blue;
	font-size:small;
	font-weight:600;
	text-decoration:none;
}

.bottomlinks {
	text-align:left;
	font-family: arial;
	color:#993300;
	font-size:x-small;
	font-weight:600;
	text-decoration:none;
}

h2{
	color:#000099;
}

h3{
	color:#000099;
}


#banner {
width:100%;
background-color:#15646A;
text-align: center;
border-bottom: solid black 1px;
}


#menu1 {
padding-top:0px;
padding-bottom:0px;
text-align: center;
width:100%;
background-color:#45A497;
border-bottom: solid black 1px;
color:white;
font-family: arial;
font-size:x-large;
font-weight:700;

}
#menuleft {

float:left;
text-align: left;
width:20%;
text-align: center;
background-color:#A6D7D0;
border-right: solid black 1px;
border-bottom: solid black 1px;

color:#000066;
font-family: arial;
font-size:large;
}

#right{
padding-top:7px;
padding-left:15px;
float:left;
text-align: left;
width:70%;
background-color:white;
color:black;
font-family: arial;
font-size:small;

}

#main {
padding:0px;
/*border-right: solid #000033 2px;*/
background-color:white;
font-size:small;

}
/*
#ads {
float:right;
width:60px;
font-size:x-small;

}
*/
#bottom {
width:100%;
margin-top: 10px;
text-align:center;
border-top: solid #000033 2px;
background-color:white;
font-size:x-small;
}


.menulink {
	text-align:left;
	font-family: arial;
	color:#000099;
	font-size:large;
	font-weight:400;
	text-decoration:none;
}

.menulink:hover {
	text-align:left;
	font-family: arial;
	color:blue;
	font-size:large;
	font-weight:400;
	text-decoration:underline;
}

.adminlink {
	text-align:left;
	font-family: arial;
	color:#000099;
	font-size:small;
	font-weight:700;
	text-decoration:none;
}

.adminlink:hover {
	text-align:left;
	font-family: arial;
	color:blue;
	font-size:small;
	font-weight:700;
	text-decoration:underline;
}
