/* 
GENERAL STYLES
The default hyperlink is teal, no undies; visited color is same; hover creates undies.
The darker teal is #009380
Ligher teal is #91CBBD
The light grey is #CCCCCC
*/
body, h1, h2, h3, h4, h5, h6, ol, dl, dt, dd, form, fieldset, a{
	 margin: 0; 
     padding: 0;
     border: 0;
	font: 11pt Verdana, Arial, Helvetica, sans-serif; 
}
p {
	margin-top:0px;
}

a:link, a:visited
{
    COLOR: #009380;
    TEXT-DECORATION: none
}
a:hover, a:active
{
    COLOR: #009380;
    TEXT-DECORATION:underline;
}

.center {
	text-align: center;
}
.11point {
	font-size: 11pt;
}


input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#tablemain {
	background: #FFFFFF;
	width: 730px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
}
#mainbox {
	padding-right: 15px;
	width: 570px;
	vertical-align: top;
	height: 100%;
	padding-left: 15px;
}
#footer {
	font-size: 10px;
	text-align: center;
	clear: both;
}

.bg_ltgrey {
	background-color: #F0F0F0;
}

.separator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* styles related to menus */
#leftcolumn {
	font-size: 11px;
	height: 100%;
	vertical-align: top;
	text-align: left;
	width: 130px;
	background-color: #009380;
}
.linknodec a:link,.linknodec a:visited
{
	display:block;
	color : #FFFFFF;
	text-decoration : none;
	margin: 0px;
	padding: 4px 0px 4px 4px;
	border-bottom: 1px solid white;
}
.linknodec a:hover
{
	background-color:#999999;
	color:#FFFFFF;
}
.linkmatch a:link,.linkmatch a:visited, .linkmatch a:hover, .linkmatch a:active
{
	display:block;
	background-color:#FFFFFF;
	color:#009380;
	text-decoration : none;
	margin: 0px;
	padding: 4px 0px 4px 4px;
	border-bottom: 1px solid white;
}

.submenu {
	background-color: #F0F0F0;
	padding:4px;
	
}

.submenu a:link, .submenu a:visited {
	font-weight: bold;
	text-decoration: none;
}

.submenu a:hover {
	background-color: #000000;
	color:#FFFFFF;
}

.submenuhighlight {
	color:#FFFFFF;
	background: #91CBBD;
	padding:4px;
	font-weight: bold;
}


/*
These are related to TABLES. Basic is Verdana 11px; table heading has a dark teal background with white bold text; options for yellow or teal bg for cells or tables; 
*/
.tablehead {
	padding: 4px;
	background-image: url(../graphics2/navbg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	font-weight: bold;
}

.bg_light {
	background-color:#91CBBD;
	color: #000000;
}

.whiteborderbottom {
	border-bottom: 1px solid white;
	color: #FFFFFF;
	text-decoration: none;

}

.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009380;
	padding-top: 5px;

}

.borders4sides {
	border: 1px solid #999999;
	border-collapse:collapse;
}


/* These are related to text */

.bul_list ul, li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.bul_list li {
	margin: 0px;
	padding:0px;
}

h1 {
	font-size: 24px;
	color: #009380;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009380;
	margin-bottom: 5px;
	padding-bottom: 2px;
	margin-top: 10px;
	font-weight:bold;
}

.subtitle {
	font-size: 12pt;
	color: #666666;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 4px;
}

.bottomline {
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009380;

}

.tealbgline {
	background: #CDE2E3;
	border-bottom: 1px solid #006666;
}
.greenbold {
	font-weight: bold;
	color: #009380;
}
.redtext {
	color: #FF0000;
}
.impact {
	font: 14pt Impact, "Arial Black", sans-serif;
	color: #999999;
}
.impact a:link, .impact a:visited {
	font: 14pt Impact, "Arial Black", sans-serif;
	color: #999999;
	text-decoration:underline;
}
.impact a:hover, .impact a:active {
	text-decoration:none;
}

/* styles related to the search field */
input.button {
    background-color: #f1f1f1;
    border: 1px solid #a3a3a3;
    text-decoration: none;
    color: #333333;
    font-size: 11px;
	height: 18px;
}
#search {
	vertical-align: bottom;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}


/* special styles */

/* this one is necessary becasue the doctype for the admin pages isn't defined */
#admindiv, #admindiv td{
	font-size: 10pt;
}

#announce {
	margin-bottom: 10px;
	border: 1px solid #999999;
	overflow: auto;
}
#announcebody {
	line-height: 140%;
	padding: 4px;
}
#announcebody img {
text-align:center;
}
.bottomright {
	position: relative;
	clear: both;
}
.biggertext {
	font-size: medium;
}
