/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
/**	background: #E3EDB0 url(images2/bg01.jpg) repeat;*/
     background: #CC9966;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

p, blockquote, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
     margin-left: 15px;
     margin-right: 11px; 
	}
.p2 {
	margin-left: 5px;
}

.block {
	margin-left: 10px;
      }

.ul1 {
	margin-left: 15px;
	padding-left: 0px;
	list-style: disc url(images2/homepage04.gif);
}

.ul2 {
	margin-left: 15px;
	padding-left: 0px;
	}

.ul2 li {
	margin-bottom: 10px;
}

.text1 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.text1 strong {
	font-weight: bold;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.text3 {
	color: #000000;
	text-align: center;
}

/** LINKS */

a {
	color: #0000FF;
}

a:visited {
     color: #FF0000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

a.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images2/bg1_02.jpg) no-repeat left top;
}

.bg2 {
	height: 100%;
	min-height: 100%;
	background: url(images2/bg1_04.jpg) repeat-y left top;
}

html>body .bg2 {
	height: auto;
}

.bg3 {
	height: 388px;
	min-height: 388px;
	background: url(images2/bg1_03.jpg) no-repeat left top;
}

html>body .bg3 {
	height: auto;
}

.bg4 {
	background: url(images2/bg2_02.jpg) no-repeat left top;
}

.bg5 {
	background: url(images2/bg2_03.jpg) no-repeat left top;
}

.bg6 {
	background: url(images2/bg2_04.jpg) repeat-y left top;
}

.bg7 {
	background: url(images2/bg2_06.jpg) no-repeat left top;
}

.bg8 {
	background: url(images2/bg2_07.jpg) no-repeat left top;
}

.bg9 {
	background: url(images2/bg2_08.jpg) no-repeat left top;
}

.bg10 {
	background: url(images2/bg2_10.jpg) no-repeat left top;
}

.bg11 {
	background: url(images2/bg2_11.jpg) no-repeat left top;
}

.bg12 {
	background: url(images2/bg2_12.jpg) repeat-y left top;
}

.bg13 {
	background: url(images2/subpage2_03.jpg) repeat-y left top;
}

.bg14 {
	background: url(images2/subpage2_01.jpg) no-repeat left top;
}

.bg15 {
	background: url(images2/subpage2_02.jpg) no-repeat left top;
}

.bg16 {
	height:100%;
	background-image:url(images2/bg1_04.jpg);
}
/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

input.btn{
   color:#FFFFFF;
   background-color:#669900;
   border-style:outset;
   border-width:2px;
   border-color:#66CC66;
}

button.btn{
   color:#FFFFFF;
   background-color:#669900;
   border-style:outset;
   border-width:2px;
   border-color:#66CC66;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
