/* CSS Document */
div,td {
	font-family: Georgia;
	font-size: 12px;
	color: #4C481A;
}

.copyright, .poweredby {
	text-align: center;
	color: #4C481A;
}
.poweredby a {
	color: #4C481A;
	font-size: 11px;
}

body {
	background-image: url('splices/layout/home_01.jpg');
}

td.menu {
	background-color: #FFFFCC;
}
td.maincontent {
	background-color: #FCFAC7;
	background-repeat: repeat-x;
	padding: 20px;
	font-family: Georgia;
	font-size: 12px;
	color: #4C481A;
}
td.maincontent a {
	font-family: Georgia;
	font-size: 12px;
	color: #4C481A;
}
td.sideleft {
	background-image: url('splices/layout/home_06.jpg');	
	background-repeat: repeat-y;
}
td.sideright {
	background-image: url('splices/layout/home_08.jpg');
	background-repeat: repeat-y;
}
tr.submenu {
	background-image: url('splices/layout/submenu_unselected.jpg');
	background-repeat: repeat-x;
}
tr.topmenu {
	background-image: url('splices/layout/menu_unselected.jpg');
	background-repeat: repeat-x;
	height: 22px;
}
tr.topmenu td, tr.submenu td {
	font-family: Verdana;
	color: #003366;
	font-size: 12px;
}
tr.topmenu td.selected {
	background-image: url('splices/layout/menu_selected.jpg');
	background-repeat: repeat-x;
	font-weight: bold;
}
tr.topmenu td a, tr.submenu td a {
	font-family: Verdana;
	text-decoration: none;
	color: #003366;
	font-size: 12px;
}
tr.topmenu td a:hover, tr.submenu td a:hover {
	font-family: Verdana;
	text-decoration: none;
	color: #003366;
	font-size: 12px;
}
.leftsubmenu a {
	color: #003366;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
}
.leftsubmenu a:hover {
	color: #003366;
	text-decoration:underline;
	font-family: Verdana;
	font-size: 10px;
}
.pagetitle div.maintitle {
	font-family: Verdana;
	font-size: 18px;
	display: inline;
}
.pagetitle div.subtitle {
	font-family: Verdana;
	font-size: 14px;
	display: inline;
}
.toppagemenu {
	color: #003366;
}
.toppagemenu a {
	color: #003366;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
}
.toppagemenu a:hover {
	text-decoration: underline;
}
.submit {
	border: thin solid #916D17;
	background-color: #E9E3CD;
	padding: 5px;
	font-weight: bold;
}
.tdcontent {
	text-align: right;
}
