body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.maryland {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #eb8941;
	font-weight: bold;
	font-variant: small-caps;
}

hr {
	color:black;
 
}

.noPadding {
	margin: 0px;
	padding: 0px;
}


/*
	This is used for most of the text in the site.
*/
td {
	font-size: 11px;
}

/*  This is used for the top bar across the page */
.title {
	color: black;
	background-color:transparent;
	text-align: right;
	padding:1px;
}

.title div
{
	padding-bottom:2px;
}

/* this is used for the links across the top bar on the page */
.title_link {
	color: black;
	background-color: #000000;
	padding: 2px;
}


/* 
	This is used for the header.  It does font, and background color inside of the tab.
	Two of the following css's are used for the header as well.
*/

.title_left {
	color: white;
	background-color: #E34F00;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eb8941;
	border-left-color: #eb8941;
	border-top-color: #eb8941;
	font-size: 12px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
}

/* this is also used for the header, as part of the tab */
.title_upper_right
{
	background-color: #E34F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eb8941;
}

/* I do not think this one is used */
.title_lower_right
{
	background-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
	
}

/* This is used for the right side of a header */
.title_right {
	border-bottom-width: 1px; 
	border-bottom-style: solid;
	border-bottom-color: #eb8941;  
	font-size: 11px;	
}
	
/* This is used for the second bar across the top of the page. */
.nav {
	color: white;
	background-color: #e34f00;
	padding: 2px;
	font-size: 9pt;
}

/* this is used for the third bar (reports) across the top of the page */
.nav2 {
	padding: 2px;
	font-size: 11px;
	color: #e34f00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0px;
}

/* this is used for the header of search result, and other lists */
.ListHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 11px;
	font-weight: bold;
}

/* this is used for all form labels, search results labels, and list labels */
.Label {
	font-size: 11px;
	font-weight: bold;
}

/* this is used at the bottom of all searech results, and lists */
.ListFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

/* oddly enough all the odd numbered--no pun intended--items in a list use this style */
.ListEven {
	background-color: white;
	font-size: 11px;
}
/* used in all the even numbered items in a list */
.ListOdd {
	background-color: #CCCCCC;
	font-size: 11px;	
}