/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
}

.title h2, .title h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #5B4E27;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 130%;
}

.text1 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #984f00;
}

.text2 {
	font-size: 18px;
	font-weight: bold;
	color: #41603e;
}

.text3 {
	font: normal 14px  Arial, Helvetica, sans-serif;
}

.text4 {
	font: bold 14px  Arial, Helvetica, sans-serif;
	color: #554C34;
}

.text5 {
	text-align: center;
	color: #51595C;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding-left: 18px;
	background: url(images/homepage02.gif) no-repeat 5px 50%;
}

.list1 a {
}

/** LINKS */

a {
	color: #597990;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #2E373C url(images/subpage2_01.jpg) repeat-x left top; }
.bg2 { background: #FFFFFF url(images/subpage2_05.jpg) repeat-y left top; }
.bg3 { background: url(images/subpage2_03.jpg) no-repeat left top; }
.bg4 { background: url(images/subpage2_04.jpg) no-repeat right top; }
.bg5 { background: url(images/subpage2_06.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.arrowlistmenu{
width: 200px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #444;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #444;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}





