BODY {
font-size : small; 
font-family : sans-serif; 
background-image : url(/images/bg.gif); 
background-color: #009933 ;
color : black; 
margin : 0px; 
padding : 0px; 
} 

h2 {
font-family : sans-serif; 
font-weight : bold; 
font-style : normal; 
color : black; 
text-decoration : none; 
font-size : large; 
} 

h3 {
font-weight : bold; 
font-style : normal; 
color : black; 
text-decoration : none; 
font-size : 1em; 
} 

div {
border : 1px solid black; 
} 

.navleft {
background-image : url(images/left_bg.gif); 
background-repeat : no-repeat ;
} 

#contentleft {
width : 120px; 
float : left; 
border-width : 0px; 
margin-right : 5px;
padding : 5px;
} 

#mainleft {
float : left; 
border-width : 0px; 
margin-right : 5px;
padding : 5px;
} 

#contentright {
width : 100px; 
float : right; 
border-width : 0px; 
margin-left : 5px; 
padding : 5px;
} 

A  {
	font-size : small;
	color : black;
	text-decoration : underline;
}

A:Visited  {
	font-size : small;
	color : black;
	text-decoration : underline;
}

A:Active  {
	font-size : small;
	color : black;
	text-decoration : underline;
}

A:Hover  {
	font-size : small;
	color : white;
	text-decoration : underline;
}

.bluebold {
font-size : small; 
font-weight : bold; 
color : blue; 
text-decoration : none; 
} 

A.bluebold {
font-size : small; 
font-weight : bold; 
color : blue; 
text-decoration : underline; 
} 

A.bluebold:active {
font-size : small; 
font-weight : bold; 
color : blue; 
text-decoration : underline; 
} 

A.bluebold:hover {
font-size : small; 
font-weight : bold; 
color : blue; 
text-decoration : underline; 
} 

A.bluebold:visited {
font-size : small; 
font-weight : bold; 
color : blue; 
text-decoration : underline; 
}

.deptnumber {
font-size : large; 
font-weight : bold; 
color : darkblue; 
padding: 8px;
text-decoration : none; 
} 

.deptsearch {
font-size : large; 
font-weight : bold; 
color : darkblue; 
padding: 1px;
text-decoration : none; 
} 

.brownbold {
font-size : small; 
font-weight : bold; 
color : #660000; 
text-decoration : none; 
} 

.brown {
font-size : small; 
color : #660000; 
} 

.brownno-print {
font-size : x-small; 
color : #660000; 
}

.whitebold {
font-size : small; 
font-weight : bold; 
color : white; 
text-decoration : underline overline; 
} 

A.whitebold {
font-size : small; 
font-weight : bold; 
color : white; 
text-decoration : underline; 
} 

A.whitebold:active {
font-size : small; 
font-weight : bold; 
color : white; 
text-decoration : underline; 
} 

A.whitebold:hover {
font-size : small; 
font-weight : bold; 
color : red; 
text-decoration : underline; 
} 

A.whitebold:visited {
font-size : small; 
font-weight : bold; 
color : white; 
text-decoration : underline; 
} 

.blue {
font-size : small; 
color : darkblue; 

} 
.errortext {
font-weight : bold; 
color : red; 
font-size : small; 
font-family : sans-serif; 
} 
.greytext {
color : red; 
font-size : small; 
font-family : sans-serif; 
} 
.borderdark {
border : 1pt solid darkblue; 
background-color : #9cceff;
} 

.borderlight {
border : 1pt solid lightblue; 
} 

.noborder {
border : 0pt solid black; 
} 
.input {
border : 1pt solid darkblue; 
font-size : small; 
color : #000000;
background-color : white;
} 

.white {
border : 0pt solid white; 
font-size : small; 
background-color : white;
} 


.cbtn {
border: #dddddd 1px solid;
}