/* FONTS
-------------------------------------------------------------- */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height:100%;
	background: #ffdd00 url(images/FFDD00.gif) repeat;
}
li, ul{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
li{
	list-style: url(images/tick.gif) none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2ab96;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	padding-left: 1em;
}
table {border-collapse:collapse;border-spacing:0;font-weight: normal;text-align: left;}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 1em;
	padding: 0px;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
}
#footnote td {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img, a img, table img {
	vertical-align: top;
}
.right {
	float: right;
	margin-left: 1em;
}
.left {float: left; margin-right: 1em;}
.clear {clear:both;font-size:0px;height:0px;line-height:0px;}

/* NAV
-------------------------------------------------------------- */
#nav{
	color:#000000;
	text-align: left;
	width: 120px;
	line-height: 1.4em;
	font-size: 0.85em;
	height: 295px;
}
#nav a{
	color:#000000;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 1.25em;
	padding-top: 1px;
	padding-left: 2px;
	padding-bottom: 1px;
	width: 118px;
}
#nav a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #000000;
}
#nav a.current {
	color:#FFFFFF;
	background-color: #000000;
}

/* STYLES
-------------------------------------------------------------- */
#outer{
	width:100%;
	text-align: left;
}

#content {
	height: 350px;
	text-align: left;
	color: #000000;
	vertical-align: top;
	line-height: 1.2em;
	width: 100%;
}
#content a{
	color:#333333;
	text-decoration: underline;
}
#content a:hover {
	text-decoration:none;
	color: #C71A1F;
}
.caption {
	font-size: .7em;
	line-height: 1.2em;
	font-weight: bold;
	width: 220px;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #C71A1F;
}
h1 {
	font-size:1em;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
h3{
	color: #C71A1F;
	font-size: 1em;
	font-weight: bold;
}
h4 {
	padding: 5px;
	border: 1px solid #FFF;
	font-size: 1em;
	margin-bottom: 1em;
}
h5 {
	font-size:1em;
	font-weight: bold;
	text-transform: uppercase;
}
h6{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}
/* TABLES
-------------------------------------------------------------- */
.tables{
	border-top: 2px solid #9FACB3;
}
.tables tr th{
	text-align:left;
	vertical-align: middle;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FACB3;
}
.tables tr td{
	text-align:left;
	vertical-align: middle;
	padding: 3px;	
	border-bottom: 1px dotted #9FACB3;
}
.tables tr.beforetotal td{
	border-bottom-style: none;
}
.tables td.smaller{
	font-size:0.8em;
	vertical-align: middle;
}

.tables tr.total td{
	border-top: 4px solid #9FACB3;
	border-bottom-style: none;
}

/* TABLES HOME PAGE
-------------------------------------------------------------- */
.tablesHomepage {
	font-size:1em;
	vertical-align: middle;
	font-weight: normal;	
}
.tablesHomepage tr th{
	padding: 5px;
	color: #9FACB3;
	text-transform: uppercase;
	border-bottom: 1px dotted #9FACB3;
	font-weight: normal;
}
.tablesHomepage tr td{
	padding: 5px;	
	text-align:left;
	border-bottom: 1px dotted #9FACB3;
}


/* FOOTER
-------------------------------------------------------------- */
#footer{
	color:#405A67;
	font-size: 10em;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #405A67;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a{
	color:#405A67;
	text-decoration: none;
}
#footer a:hover {color:#405A67;text-decoration:underline}

div.showandhide {
	display: none;
	vertical-align: top;
}
