/* CSS Document */
BODY { 
	FONT-SIZE: x-small; 
	MARGIN: 5px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
TD { 
	FONT-SIZE: x-small; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	
}
TH { 
	FONT-SIZE: x-small; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif ;
	PADDING: 0px;
	MARGIN: 0px;
	FONT-SIZE: small;
	BORDER-COLLAPSE: collapse;
	TEXT-ALIGN: left;
	background-image: url(Images/header_line.gif);
	background-repeat: repeat-x;
	height: 31px;
	color: #000099;
}
table#header {
	border-bottom: 1px solid white;
	width: 100%;
}
table#header td {
	height: 96px;
}
table#header td.left {
	border-right: 1px solid white;
	background-color: #000066;
	width: 170px;
	background-image:url(Images/logo.gif);
	background-repeat:no-repeat;
	background-position: center center;
}
table#header td.right {
	background-image:url(Images/top.jpg);
	background-position:right;
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size: large;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
table#layout {
	border: 1px solid white;
	background-color:#FFFFFF;
}
table#middle {
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
	background-color:#FFFFFF;
}
table#middle td.left {
	background-image: url(Images/side.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000099;
	width: 170px;
}
TABLE.navigation TD { 
	BORDER-TOP: #0000cc 2px solid;
	BORDER-BOTTOM: #000066 2px solid;
	FONT-WEIGHT: bold; 
	FONT-SIZE: xx-small; 
	COLOR: white; 
	background-color: #000099;
}
TABLE.navigation TD.Sections { 
	BORDER-TOP: none;
	BORDER-BOTTOM: none;
	FONT-WEIGHT: bold; 
	FONT-SIZE: xx-small; 
	COLOR: #000066;
	background-color: #6699FF;
}
TABLE.navigation TD.Sections a:link {
	color: #000066;
}
TABLE.navigation TD.Sections a:hover {
	color: #000066;
	text-decoration: underline;
}
TABLE.navigation TD.Sections a:visited {
	color: #000066;
}
table.navigation a:link {
	color: white;
	text-decoration: none;
}
table.navigation a:visited {
	color: white;
	text-decoration: none;
}
table.navigation a:hover {
	color: #FFFF00;
}
table#footer {
	border-top: 1px solid white;
}
table#footer td {
	padding: 8px;
	font-size: xx-small;
}
table#footer td.left {
	background-color:#000066;
	color: white;
	width: 154px;
}
table#footer td.right {
	text-align: center;
}
table#footer a:link {
	color: white;
	text-decoration: none;
}
table#footer a:visited {
	color: white;
	text-decoration: none;
}
table#footer a:hover {
	color: #CCCCCC;
}
a:link {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}

.imageTitle {
	color: #FFFFFF;
	font-size: xx-small;
	background-image: url(Images/frame_bottom.gif);
}