/* CSS Document */

body {
	background: #fff url(../images/bg2.gif) repeat-x top left;
	font: 0.8em arial, sans-serif;
	color: #000;
	line-height: 1.2em;
	margin: 0 0;
	text-align: justify;
	padding: 0px
}

#container {
	position: relative;
	margin: 0px;
	padding-top: 141px;
	padding-bottom: 50px;
	width: 100%
}

#statement {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	display: none;
	visibility: hidden
}

#statcount {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 748px;
	text-align: center
}

#title {
	height: 141px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right
}

#logo {
	position: absolute;
	top: 59px;
	left: 5px;
	padding: 5px;
	background: #fff;
	z-index: 1
}

#menu {
	font: 1.3em arial, sans-serif;
	color: #000;
	font-weight:bold;
	padding: 30px 0px 0px 0px;
	margin: 0px auto;
	width: 700px;
	line-height: 1.5em;
	text-align: center
}

#menu a:link {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 5px;
}

#menu a:visited {
	color:#000;
	text-decoration:none;
	padding: 2px 5px
}

#menu a:hover {
	color: #900026;
	text-decoration: none;
	padding: 2px 5px;
	/* border: 1px solid #A8A9AC;
	background: url(../images/menu_brd.jpg) repeat-x top right */
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#menu li {
	margin: 0px;
	padding: 0px 5px;
	display: inline;
	border-right: 2px solid #000;
}

#menu li.home {
	border-left: 2px solid #000
}

#submenu {
	padding: 2px
}

#phrase {
	font-size: 16px;
	font-weight:bold;
	font-style: italic;
	height: 25px;
	text-align: center;
	padding: 18px 10px 10px 10px;
	width: 700px;
	margin: 0px auto
}

#content {
	border: 1px solid #A8A9AC;
	width: 700px;
	margin: 0 auto;
	line-height: 1.5em;
	text-align: justify;
	padding-bottom: 10px
}

#content ol {
	font-weight: bold
}

#content ul {
	line-height: 20px;
	list-style: square;
}

#leftbox {
	position:absolute;
	top: 266px;
	left: 30px;
	width: 185px;
	padding: 10px;
}

#subtitle {
	background: url(../images/title_brd.jpg) repeat-x top left;
	height: 24px;
	border-bottom: 1px solid #A8A9AC;
	font: 20px arial, sans-serif;
	line-height: 1em;
	padding: 20px 0 0 10px;
	color: #FFF
}

#contentarea {
	padding: 7px
}

#privacy {
	text-align:right;
	padding: 5px;
}

.image {
	border: 1px solid #fff;
	float: right;
	padding: 5px 5px 0px 10px
}

.italic {
	font-size: 18px;
	font-weight:bold;
	font-style: italic;
}

.highlight {
	font-weight:bold;
	color: #000;
	font-size: 16px
}

.highlight2 {
	font-weight:bold;
	color: #000;
}

.signature {
	font: 26px "Monotype Corsiva", Arial, sans-serif;
	color: #000;
	font-style: italic;
	font-weight: bold
}

a:link {
	color: #000;
	text-decoration: underline;
	font-weight:bold
}

a:visited {
	color: #000;
	text-decoration:none;
	font-weight:bold
}

a:hover {
	color: #900026;
	text-decoration: none;
	font-weight:bold
}

.submit {
	border: 1px solid #A8A9AC;
	color: #A8A9AC;
	background: #fff;
	padding: 2px 5px;
}

.submit:hover, .submit:focus {
	background: #A8A9AC;
	border: 1px solid #999;
	color: #fff;
	padding: 2px 5px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 10px 0px 2px 0px;
	color: #900026
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}