/* General markup styles
---------------------------------------- */

body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
}
.Back {
	background-color: #FFF;
	background-image: url(/images/ftt-temp_r1_c1.gif);
	background-repeat: repeat-x;
}
img {
	border: 0;
}
h1 {
	color: #CC0000;
	font-size: 1.6em;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
}



hr {
	border: 0 none;
	border-top: 1px solid #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: 1px;
}


/* General links  */
a:link, a:active, a:visited { 
	color: #CC0000; 
}

a:hover { 
	color: #660000; 
	text-decoration: underline; 
}

/* Main Blocks
--------------------------------------------------------*/

#wrap {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 764px;

}

#pageHeader {
	text-align: left;
	width: 763px;
	height: 139px;
	padding-top: 20px;
}

#pageHeader p {
	font-size: 1.1em;
}

#pageHeader #ftt-logo {
	float: left;
}
#pageHeader #ftt-contact {
	float: right;
	width: 200px;
	padding: 2em 1em 0em 1em;
	margin: .2em 0em .2em 0em;
	font-weight:bold;
	vertical-align: middle;
	font-size: 13px;
	color: #666666;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	height:104px;
}

#pageHeader #ftt-contact span{
	color:#CC0000;
	font-size: 26px;
}

#pageBody {
	clear: both;
}

#pageBody #navBack {
	width: 763px;
	height:136px;
}

#pageBody #navBack-sub {
	width: 763px;
	height:31px;
}

#pageBody #content {
	width: 764px;
	min-height: 150px;
	height: 100%;
	max-height: 100%;
	padding: 1.5em 0em 0em 0em;
}

#pageBody #main {
	width: 295px;
	float: right;
}

* html #main { 
	height: 300px; 
}

#pageBody #full {
	width: 625px;
	float: right;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	text-align: left;
}


#pageBody #content #news {
	width: 310px;
	float:left;
}

* html #content #news { 
	height: 100%; 
}

#pageFooter {
	clear: both;
	width: 764px;
	height: 40px;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	padding-top: 5px;
}

#pageFooter #copyright {
	width: 600px;
	float:left;
}

#pageFooter .wnmg-logo {
	float:right;
}

/* Sub-navigation Menu 
-----------------------------------------------------------*/

#menu {
	float:left;
	width: 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin: 0px;
}
#menu ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#menu li {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.1em;
}
#menu a{
	text-decoration: none;
	color: #666666;
}
#menu a:hover{
	text-decoration: underline;
}
.back-arrow-link {
	text-decoration: none;
	background-image: url(../images/back-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}


.dbWatchdogImage{
	cursor: hand;
	height: 220px; 
	width: 300px;
}
.dbWatchdogSmallImage{
	cursor: hand;
	height: 80px; 
	width: 120px;
	vertical-align: middle;
}
