body {
	margin-top: 0px;
	background-color: #369;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	color: 444;
}

a {
	text-decoration:none;
	color:#3366AA;
}

a:hover {
	text-decoration: underline;
	color:#3366AA;
}

td.header {
	background:url(images/header_background.jpg) repeat-x;
	height:114px;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* content */
td.content {
	padding: 15px;
	color:#444;
}

td.content a {
	color:#3366AA;
}

td.content a:hover {
	color:#004466;
	text-decoration: underline;
}

td.content h2 {
	font-family: Tahoma, Arial;
	color: #555555;
	border-bottom: 1px dotted #003366;	
}

/* content right */
td.contentright {
	padding-left: 10px;
}

/* content right home page*/
td.contentrighthome {
	padding-left: 15px;
}

/* Menu Table */
table.menu {
	background:url(images/links_bg.jpg) repeat-y;
	border: 2px solid #eeeeee;
}

td.menuitem {
	border-bottom: 1px dotted #555555;
}

/* footer */
td.footer {
	background:url(images/footer_background.jpg) no-repeat;
	height:57px;
	text-align:center;
	padding-top: 10px;
	color:#555555;
	font-size: 8pt;
}
td.footer a {
	color:#5593c3;
}
