/*----------LAYOUT DESIGN----------*/
body, html{
	background-image: url(../images/com.background.gif);
	background-repeat: repeat-y;
	background-position:center; 
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	}
body, p {
	margin: 14; padding: 0;
	}
#container {
	min-height: 100%;
	}
* html #container {
	height: 100%;
	}
#headerwrap {
	width: 100%;
	background-image: url(../images/com.background.gif);
	background-repeat: repeat-y;
	background-position:center; 
	}
#header {
	width: 768px;
	height: 540px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
#footerwrap {
	width: 100%;
	height: 100px;
	margin: -100px auto 0 auto;
	position: relative;
	background-image: url(../images/com.background.footer.gif);
	background-repeat: repeat-y;
	background-position:center; 
	}
#footer {
	width: 732px;
	height: 72px;
	position: relative;
	margin: 0 auto;
	padding-top: 4px; 
	}
#contentwrap {
	width: 100%;
	padding-bottom: 100px;
	background-image: url(../images/com.background.gif);
	background-repeat: repeat-y;
	background-position:center; 
	}
#content {
	width: 732px;
	margin: 0 auto;
	overflow: hidden;
	}
.floatleft {
	float: left;
	margin-right: 18px;
	margin-bottom: 14px;
	padding-top:14px;
	}
.floatright {
	float: right;
	margin-left: 18px;
	margin-bottom: 14px;
	}

/*----------TEXT DESIGN----------*/
.contentarea {
	font-family:Helvetica;
	font-size:12px;
	font-weight:normal;
	color:#000;
	padding-left:18px;
	padding-right:18px;
	padding-top:0px;
	padding-bottom:14px;
	text-align: justify;
	}
.smalltext {
	font-family:Helvetica;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	padding-left:18px;
	padding-right:18px;
	padding-left:18px;
	text-align: left;
	}

a:link {
	text-decoration: none;
	color:#000;
	font-weight: normal;
	}
a:visited {
	text-decoration: none;
	color:#000;
	font-weight: normal;
	}
a:hover {
	text-decoration: none;
	color: #ccc;
	}
a:active {
	text-decoration: none;
	color:#ccc;
	}
img {
	border-style: none;
	}

/*----------TABLE DESIGN----------*/
.tablearea {
	font-family:Helvetica;
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 751px;
	display: block;
	background-color: #fff;
	padding-left:18px;
	}

table {
	margin: 0px;
	border-collapse: collapse;
	}
td {
	padding: 8px;
	border: 0px;
	}
th {
	background: #9b0000;
	color:#fff;
	padding: 8px;
	text-align: left;
	}
tr {
	border-bottom:1px solid #ccc;
	}
tbody {
	background: #fff;
	}

/*----------TOGGLER----------*/
}
.togglearea {
}
.togglehead {
}
.togglebody {
}
.toggletransparency {
	background: #9b0000;
	width: 732px;
}

/*----------TOOLTIPS----------*/
#tooltip {
	position:absolute;
	padding:8px;
	color:#000;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	display:none;
	text-align:left;
	background-color:#fff;
	border:1px solid#000;
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100)
	}
 .tooltipTitle {
	font-weight:bold
	}
