@charset "utf-8";
/* CSS Document */

body {
	background-color: #F3F2E7;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	color: #343534;
}

P {
	font-size:12px;
	line-height: 18px;
    margin-left: 0px;
}

A:link {
	color: #343534;
	text-decoration: underline;
	font-weight:bold;
}

A:visited {
	color: #343534;
	text-decoration: underline;
	font-weight:bold;
}

A:active {
	color: #343534;
	text-decoration: underline;
	font-weight:bold;
}

A:hover {
	color: #29518D;
	text-decoration: none;
	font-weight:bold;
}

ul {
	font-size:12px;
	line-height: 18px;
}

h1 {
	font-size: 22px;
	color: #2F619E;
	font-variant: small-caps;
}

h2 {
	color:#26410F;
	font-weight:bold;
	font-size:18px;
	font-variant: small-caps;
}

h3 {
	color:#26410F;
	font-weight:bold;
	font-size:16px;
	font-variant: small-caps;
}

#tdhead {
	background-image:url(images/header-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:170px;
}

#tdmenu {
	background-image:url(images/menu-bg-blue.jpg);
	background-repeat:repeat-x;
	height:32px;
	width:auto;
}

#tdbody {
	padding:10px;
}

#inset-home {
	background-image: url(images/inset-bg.jpg);
	background-repeat:no-repeat;
	width:340px;
	height:162px;
	vertical-align:middle;
}

#inset-sub {
	background-image: url(images/inset-sub-bg.jpg);
	background-repeat:no-repeat;
	width:232px;
	height:152px;
	vertical-align:middle;
}

#home-pics {
	background-image: url(images/home-pics-bg.jpg);
	background-repeat:no-repeat;
	width:981px;
	height:286px;
	vertical-align:middle;
}

.headerlinks {
	font-size:12px;
	padding-right:4em;
}

.headertag {
	font-size:18px;
	padding-right:3em;
	padding-bottom: 0em;
	line-height: 6px;
}

.menu {
	color:#FFF;
	font-size:14px;
	padding-right:0.7em;
	padding-left:0.5em;
	font-weight: bold;
	line-height: 0px;
	padding-top: 0px;
}
.menu a {
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
}
.menu a:link {
	text-decoration: none;
	color:#FFF;
}
.menu a:hover {
	text-decoration: none;
	color:#F1F0DE;
}

.breadcrumbs {
	color:#343534;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumbs a {
	color:#343534;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumbs a:link {
	color:#343534;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color:#29518D;
	font-weight: bold;
	text-decoration: underline;
}

.tables {
	font-size:12px;
	line-height: 18px;
}

.tables A:link {
	color: #343534;
	text-decoration: underline;
	font-weight:bold;
}

.tables A:visited {
	color: #343534;
	text-decoration: underline;
	font-weight:bold;
}

.tables A:active {
	color: #343534;
	text-decoration: underline;
	font-weight:bold;
}

.tables A:hover {
	color: #29518D;
	text-decoration: none;
	font-weight:bold;
}


