/*
-----------------------------------------------
Duchy
Author:   Soapbox Studio
Version:  June 21 2006
----------------------------------------------- */

/* Background
----------------------------------------------- */
.bkg {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
}
.main_bkg {
	background-image: url(images/main_bkg.jpg);
	background-repeat: no-repeat;
}
.sidebar_bkg {
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
}

/* Text
----------------------------------------------- */
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
	color: #334154;
	font-weight: bold;
	text-transform: uppercase;
}
.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	color: #FFFFFF;
}
a.nav:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
    font-weight: bold;
	color: #d1c8a6;
	text-decoration: none;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}
a.body:link {
	font-weight: bold;
	color: #334154;
	text-decoration: underline;
}
a.body:visited {
    font-weight: bold;
	color: #334154;
	text-decoration: underline;
}
a.body:hover {
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.leftfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #334154;
}
a.footer:link {
	font-weight: normal;
	color: #334154;
	text-decoration: underline;
}
a.footer:visited {
    font-weight: normal;
	color: #334154;
	text-decoration: underline;
}
a.footer:hover {
    font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
/* Border
----------------------------------------------- */
.border {
	border: thin solid #FFFFFF;
}
.bottomborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
