/*
###########
MAIN STRUCTURE

COLORS
Red=	#ff3366
Pink=	#ff33cc
Blue=	#00cccc
Teal=	#66cc99
Green=	#00cc00
Yellow=	#ffff00
Orange=	#ffcc00
Grey=	#999999
###########
*/

#main-structure-header {
	border-bottom: solid 1px #999;
}

#main-structure-body {
	border-bottom: solid 1px #999;
}

#main-structure-footer {
	
}

.main-left {
	padding: 0px 0px 5px 0px;
	border-right: solid 1px #999;
}

.main-mid {
	padding: 0px 10px 20px 10px;
}
.main-right {
	padding: 0px 0px 5px 0px;
}

/*
############################
HEADER, FOOTER AND NAV BARS
############################
*/
	
.head-left {

}

.head-mid {

}

.head-right {
}

.footer {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	color: #999999;
}

.nav-left-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	background-color: #F3F3F3;
	border-bottom: solid 1px #999;
	padding: 5px 0px 5px 10px;
}

.nav-left-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #F3F3F3;
	border-bottom: solid 1px #999;
	padding: 3px 0px 3px 10px;
}

/*
#################
TABLES AND IMAGES
#################
*/

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

img.float-right { 
	float: right; 
	margin: 0px 0px 10px 10px;
}

/*
####################
BODY TEXT FORMATTING
####################
*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00cc00;
}

a.nav-left-link:link {
	text-decoration: none;
}

a.nav-left-link:visited {
	text-decoration: none;
}
a.nav-left-link:hover {
	color:#000;
	text-decoration: underline;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 5px 0px 0px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 0px 0px 0px 0px;
}

.page-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #00cc00;
	padding: 5px 0px 0px 0px;
}

.page-subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 0px 0px 0px 0px;
}

.list-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	padding: 20px 0px 5px 0px;
}

.list-item {
	font-size: 14px;
	padding: 10px 0px 5px 10px;
	border-top: 1px dashed #00CC00;
}

.history {
	font-size: 14px;
	padding: 0px 0px 5px 0px;
	border-top: 1px dashed #00CC00;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  margin: 0;
}

.body-text-normal {
}

.body-text-bold {
	font-weight: bold;
}