@charset "utf-8";



a:link, a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #993300;
	text-decoration: none;
}

a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #CCCC00;
	text-decoration: none;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #660033;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: lighter;
	color: #993300;
	padding-top: 5px;
	padding-bottom: 2px;
}

h3 {
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: oblique;
	font-weight: bolder;
	color: #CCCC33;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #663333;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: normal;
}


/* ----------------------------------------------------------- */

body {
	background-image: url(images-1/bg_1.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

#wrapper {
	background-image: url(images-1/bg_2.gif);
	clear: both;
	height: 100%;
	width: 800px;
	margin: auto;
}

#maincontent {
	width: 610px;
	background-image: url(images-1/hd_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: right;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#rightnavbar {
	background-image: url(images-1/nav_bg.jpg);
	float: right;
	width: 190px;
	height: 700px;
	background-repeat: no-repeat;
}

#maincontent #header {
	width: 605px;
	margin: 0px;
	height: 200px;
}

#maincontentbelow {
	width: auto;
	background-image: url(images-1/cont_bg.jpg);
	height: auto;
	border: 1px solid #e5dabb;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

#maincontentbelow table{
	border: 7px solid #f4eacf;
}

#maincontentbelow td.nobd{
	padding-right: 10px;
	padding-left: 10px;
}

#maincontentbelow td{
	padding-right: 10px;
	padding-left: 10px;
}

#maincontentbelow td.bd{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F4EACF;
	padding-right: 10px;
	padding-left: 10px;
}

#maincontentbelow td.bdtp{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4EACF;
	padding-right: 10px;
	padding-left: 10px;
}

/*
#rightnavbar a:link, #rightnavbar a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #993300;
	text-decoration: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
}



#rightnavbar a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CCCC00;
	text-decoration: none;
}
*/


#navigation a:link, #navigation a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #993300;
	text-decoration: none;
}


#navigation a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CCCC00;
	text-decoration: none;
}


#navigation UL {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8e6f51;
}

#navigation UL A {
	TEXT-DECORATION: none
}


UL#mainNav {
	BORDER-TOP: #8e6f51 1px solid
}

UL#mainNav LI A {
	DISPLAY: inline-block
}
UL#mainNav LI A {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0.35em;
	PADDING-TOP: 0.35em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8e6f51;
}


UL#mainNav LI.active A:hover {
	CURSOR: default;
	color: #CCCC00;
}



/* POSITIVE */
 
input.buttons{
	border:1px solid #e5dabb;
	color:#663333;
	background-image: url(images-1/button_bg1.gif);
	background-position: center;
}
input.buttons:hover{
	border: 1px solid #a19677;
	color:#993300;
	background-image: url(images-1/button_bg.gif);
	background-position: center;
}
.buttons a.positive:active{
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}
