/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #DDA862;
}

.scroller {
	overflow: auto;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px 0px 15px 0px;
	background: url(images/homepage03.gif) repeat-x left bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #180E0A;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

h4, h5, h6 {
	margin: 0px;
	font: bold 11px Arial, Helvetica, sans-serif;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #463622;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: justify;
}

.text1 {
	text-align: center;
	color: #6C6C6C;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 a {
	padding-left: 8px;
	background: url(images/homepage06.gif) no-repeat left center;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	display: inline;
}

/** LINKS */

a {
	color: #130E0A;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #EBDFCF;
}

.link2 {
	padding-left: 8px;
	background: url(images/homepage06.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #130E0A; }
.bg2 { background: url(images/bg01.jpg) no-repeat left -100px; /*top*/ }
.bg3 { background: url(images/bg02.jpg) no-repeat left top; }
.bg4 { background: url(images/bg03.jpg) no-repeat left top; }
.bg5 { background: url(images/bg04.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/* Blue Button */

input[type="submit"]
{
	background:#CCCCCC url(/images/header.gif) repeat-x scroll left center;
	border-color:#2c4283 #141f3f #141f3f #2c4283 !important;
	border-style:solid;
	border-width:1px;
	color:#ffffff;
	float:none;
	font-weight:bold;
	width:100px;
	padding:0.2em 0.2em 0.2em 0.2em;
}

input[type="submit"]:active, input[type="submit"]:hover, input[type="submit"]:focus
{
	background:#2c4283 none repeat scroll 0 0;
	border-color:#141f3f !important;
	color:#FFFFFF;
	float:none;
	font-weight:bold;
	width:100px;
	padding:0.2em 0.2em 0.2em 0.2em;
}

/* Blue Button Link */

.linkbt,
.linkbt:active,
.linkbt:visited
{
	background:#CCCCCC url(/images/header.gif) repeat-x scroll left center;
	border-color:#2C4283 #141F3F #141F3F #2C4283 !important;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	float:none;
	font-weight:bold;
	padding:0.2em 1em 0.2em 1em;
	text-decoration:none;
}
.linkbt:hover
{
	background:#2C4283 none repeat scroll 0 0;
	border-color:#141F3F !important;
	color:#FFFFFF;
	float:none;
	font-weight:bold;
	padding:0.2em 1em 0.2em 1em;
	text-decoration:none;
}

/* Wallpaper Box */

.wallpaper
{
	float: left;
	width: 100px;
	margin: 0px 10px 10px 10px;
}
.wallpaper img
{
	border: 1px solid #fff;
	float: left;
}
