@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background:url(../img/background.gif);
}

body {
	font: 76% arial, sans-serif;
	text-align:center
}

p {
	margin:0 10px 10px
}

a {
	color: #981793;
	padding:10px;
	line-height:25px;
}
a[id] {
	color: #981793;
	padding:10px;
	line-height:18px;
}

img {
    border: none;
}

div#linkHeader {
	height:25px;
	background:url(../img/header_bkgrnd_x.jpg) repeat-x;
}

div#linkHeader p {
	font-size:12px;
	font-weight:normal;
	color:#006;
	margin:0;
	/*text-align:right;*/
	padding:5px 10px 0 10px;
}

div#linkHeader a {
	color:#009;
}

div#header {
	height:110px;
	background:url(../img/header_title.jpg) 0 20px no-repeat;
	padding:0px;
	margin:0px;
}

div#header h1 {
	display:none;
}

div#subTitle {
	height:22px;
	background:url(../img/subTitle_bkgrnd.jpg) repeat-x;
	margin-bottom:10px;
	border-bottom:4px solid #d4cdc1;
}

#subTitle h4 {
	font-size:12px;
	font-weight:bold;
	color:#FFCC33;
	margin:0;
	padding:3px 0 0 20px;
}

div#container {
	text-align:left;
	border:7px solid #a49473;
	background:#fff;
	width:820px;
	margin:0 auto;
}

div#content {
	float:right;
	width:620px
}

div#content img.float-right-img {
	float:right;
	padding:0 10px 5px 5px;
}
div#content img.float-left-img {
	float:left;
	padding:0 5px 5px 10px;
}
div#content img.banner {
	margin:0 0 5px 15px;
	border:none;
}

div#content h3 {
	padding:3px 0 5px 10px;
	font-size:14px;
	margin:0;
	color:#006;
}

div#content p {
	line-height:1.4
}

div#content ul {
	list-style:disc;
	padding:5px 10px 5px 30px;
}
div#content ul li {
	line-height:20px;
	padding:3px 2px;
}

div#navigation {
	background:#eee;
	float:left;
	width:200px;
	padding:0;
}

div#extra {
	margin:0 auto;
	padding:5px;
	border-top:2px solid #f6f6f6;
	clear:both;
}
div#extra[id] {
	margin:0 auto;
	padding:5px;
	background:#eee;
	border-top:2px solid #f6f6f6;
	clear:both;
}

div#footer {
	margin:0 auto;
	height:75px;
	background:#a49473 url(../img/footer_bkgrnd_x.jpg) repeat-x;
	border-top:2px solid #d4cdc1;
	border-bottom:2px solid #897959;
	color: #666;
}

div#footer p {
	margin:0;

	padding:7px 10px
}

div#footer a {
	color:#897959;
}

/*----- MENU ------ */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu {
	width: 198px;
	margin:0;
	border-style: solid solid none solid;
	border-color: #eee;
	border-size: 1px;
	border-width: 1px;
}
#menu[id] {
	width: 200px;
	margin:0;
	border-style: solid solid none solid;
	border-color: #eee;
	border-size: 1px;
	border-width: 1px;
}

#menu li a {
	height: 32px;
	  voice-family: "\"}\"";
	  voice-family: inherit;
	  height: 24px;
	text-decoration: none;
}

#menu li a:link, #menu li a:visited {
	color: #006;
	display: block;
	background: url(../img/menu.gif);
	padding: 8px 0 0 10px;
}

#menu li a:hover, #menu li #current {
	color: #009;
	background: url(../img/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
}

.header_row {
	color:#fff;
	background:#006;
	background:#006 url(../img/subTitle_bkgrnd.jpg) repeat-x;
	font-weight:bold;
	padding:3px 0 3px 10px;
}
