body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000;
	}
img {
	border: 0;
	}
#maintable {
	width: 100%;
}
#left {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(images/background-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 212px;
	background-color: #3F484E;
	text-align: right;
	vertical-align: top;
	}

#middle {
	padding: 50px 10px 30px 30px;
	border: 0px;
	background-repeat: no-repeat;
	background-position: 0px top;
	width: auto;
	background-color: #E1F3FD;
	margin-top: 0px;
	font: .9em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	vertical-align: top;
	background-image: url(images/background-center.gif);
	}
#right {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 198px;
	background-image: url(images/background-right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #CCC;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003a5a;
	background-color: #000;
	padding: 10px;
}	


#nav {
	margin-top: 200px;
	margin-right: 10px;
	margin-bottom: 100px;
	margin-left: 10px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	} 
	
#nav li {
	text-align: right;
	margin: 0;
	padding: 0;
	font: 0.8em/2em Verdana, Arial, Helvetica, sans-serif;
	} 
	
#nav li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	} 
	
#nav li a:hover, #nav li.subnav a:hover {
	color: #02527F;
	text-decoration: none;
	}

#nav li.subnav a {
	color: #CCC;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000;
	font-size: 0.95em;
	} 

#nav li.subnav a:visited {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #251A05;
	} 
	
#nav li.pageon a {
	background-color: #666;
	color: #CCC;
	}

#middle a {
	color: #0782C8;
	text-decoration: none;
}

#middle a:hover {
	text-decoration: underline;
}

#middle a:visited {
	color: #C60;
	text-decoration: none;
}

h2 {
	font: italic normal 1.1em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
h1 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0670AC;
}
#tableinterior {
	margin: 0px;
	padding: 0px;
	width: auto;
}
.cell-pix {
	vertical-align: middle;
	padding-right: 5px;
}
.cell-name {
	font-size: 0.9em;
	color: #0782C8;
	line-height: 1em;
	padding-top: 30px;
	font-weight: bold;
}
.cell-left {
	font-size: 0.8em;
	color: #333333;
	text-align: right;
	vertical-align: top;
	padding-right: 7px;
	line-height: 1em;
	padding-top: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003A5A;
}
.cell-right {
	font-size: 0.8em;
	text-align: left;
	vertical-align: top;
	line-height: 1em;
	padding-top: 8px;
	padding-left: 7px;
}
.title {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
}
.box {
	padding: 5px;
	border: 1px solid #CCCC66;
	background-color: #CCEDFF;
	text-align: center;
}

