body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.normal {
	margin: 0;
	padding: 0;
}
.templateOutline {
	background-color: #FFFFFF;
}

#background {
	position: absolute;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #333333; 
	font-weight: normal;
	background-image: url('/ui/images/bkg.jpg');
	margin-left: 0px;
	margin-top: 0px;
	margin-width: 0px;
	margin-height: 0px;
	min-height: 100%;
	width: 100%;
}

/* LINKS ***************************/
A:link{Color: #206464; Font-Weight: normal; Text-Decoration: none; font-size: 12px}
A:Active{Color: #206464; Font-Weight: normal; Text-Decoration: none; cursor: hand; font-size: 12px}
A:Visited{Color: #206464; Font-Weight: normal; Text-Decoration: none; font-size: 12px}
A:Hover{Color: #206464; Font-Weight: normal; Text-Decoration: underline; cursor: hand; font-size: 12px}

a.smallLink, #toolbar, #toolbar a, #breadcrumb a, #footer a, .homeHeadlines a {
	Color: #206464; 
	Font-Weight: bold; 
	Text-Decoration: none; 
	font-size: 11px
}
a.smallLink:Active, #toolbar a:Active, #breadcrumb a:Active, #footer a:Active, .homeHeadlines a:Active {
	Color: #206464; 
	Font-Weight: bold; 
	Text-Decoration: none; 
	cursor: hand; 
	font-size: 11px
}

a.smallLink:Visited, #toolbar a:Visited, #breadcrumb a:Visited, #footer a:Visited, .homeHeadlines a:Visited {
	Color: #206464; 
	Font-Weight: bold; 
	Text-Decoration: none; 
	font-size: 11px
}

a.smallLink:Hover, #toolbar a:Hover, #breadcrumb a:Hover, #footer a:Hover, .homeHeadlines a:Hover {
	Color: #206464; 
	Font-Weight: bold; 
	Text-Decoration: underline; 
	cursor: hand; 
	font-size: 11px
}

/* toolbar background */
#toolbar, #toolbar td {
	background-color: #f0ebe5;
	vertical-align: middle;
}

/* breadcrumb holder and non-linked text */
#breadcrumb td {
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	color: #666666; 
	font-weight: normal
}

/* page footer */
#footer {
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	color: #999999; 
	font-weight: bold;
	background-color: #F0EBE5;
}

#navigation {
	background-image:url(/ui/images/bkg_nav.jpg);
	background-repeat:repeat-x;
}

#navigation img {
	border: 0;
}

/*********************** Left- Side Navigation *******************************/
#subnav {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #206464;
	width: 170px;
	border-bottom: #D2DEDE 1px solid;
	padding-bottom: 0px;
	padding-top: 3px;
	line-height: 30px;
}

.subnav {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #206464;
	font-weight:normal;
	line-height: 30px;
	margin-bottom: 0px;
}

#subnav a {
	color: #206464;
	text-decoration: none;
}

#subnav img {
	border: 0;
}

#subnav a:hover {
	color: #5E9798;
	text-decoration: none;
}

#subnav a.third {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #206464;
	font-weight: normal;
}

#subnav a.third:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #206464;
	font-weight: normal;
	text-decoration: underline;
}

/*******************************************************************************/

.paragraphHeader {
	font-family: Arial, sans-serif; 
	font-size: 20px; 
	font-weight: normal; 
	color: #206464
}

.smallHeader{
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #206464
}

.alert,.alertError{
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #990000;
}

.alertSuccess{
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #0000FF;
}

td {
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #333333; 
	font-weight: normal
}

input,textarea {
	font-size: 11px;
}

hr.divider {
	color: #D2DEDE; 
	background-color: #D2DEDE; 
	height: 1px; 
	noshade; 
	border:0;
}


/* Headlines on right side of home page */
.homeHeadlines hr {
	visibility: hidden;
}

.homeHeadlines .headline {
	display: block;
	padding-bottom: 10px;
}

/* Outlined content images */
.contentImage {
	margin-right: 5px;
	border: thin solid #CCCCCC;
	padding: 3px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}

/* Scientific name within dictionary terms */
.scientificName {
	font-style: italic;
}

.dictionaryRow {
	vertical-align: top;
}

.dictionaryAlphaLinks {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h4 {
	font-weight: bold;
	margin: 0;
}

