/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #63910B url(images/subpage01.jpg) repeat left top;
}

/** FORMS */

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

/** COLORS **/

.hiLight {
	color:#fee183;
}

.medLight {
	color:#ffb005;
}

.lowLight {
	color:#e87701;
}

/** HEADINGS **/

h1, h2, h3, h4, h5, h6 {
	margin: 5px;
	color:white;
	font-weight: bold;
}

h1 {
	font-size: 3.0em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

/** TEXTS */

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

p {
	padding-top: 2px;
	text-align: justify;
	font-size: 1.5em;
}

blockquote, ul, ol, dl {
	margin-top: 2px;
	margin-bottom: 1.0em;
	text-align: left;
	font-size: 1.5em;
	line-height: 1.2em;
}

.text1 {
	margin-bottom: 15px;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: bold;
}

.text2 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF0C3;
}

.text3 {
	margin-right: 5px;
	padding: 0px 5px;
	background: #77D7EB url(images/homepage04.gif) repeat-x left top;
	color: #FFFFFF;
}

.text4 {
	text-transform: lowercase;
	color: #9EBB68;
}

/** LISTS */

li {
  padding:1px;
	list-style:none;
	color:#FFFFFF;
}

li.menu {
	list-style: none;
	padding: 0px;
}

div.list3 {
	padding:2px;
}
	
ul.list3 {
	margin: 0px;
	padding: 0px;
}

li.list3 {
	border:none;
	padding-left:5px;
}

div.list2 {
	padding:2px;
}
	
ul.list2 {
  margin-left:5px;
}

li.list2 {
  list-style: square inside;
}

li.first {
	border-left:none;
}

li.list0 {
	padding-top: 15px;
	background: url(images/homepage05.gif) repeat-x left top;
}


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

li.list9 {
	padding-top: 15px;
	background: url(images/homepage05.gif) repeat-x left top;
}

.list9 li.first {
	padding-top: 0px;
	background: none;
}

/** LINKS */

a {
	color: #ffb005;
	text-decoration: none;
}

a:hover {
	color: #C7F5FF;
	text-decoration: none;
}

a:active {
	color: #C7F5FF;
	text-decoration: none;
}

.link1 {
	display: block;
	width: 100px;
	height: 24px;
	padding-top: 8px;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: none;
	color: #C7F5FF;
}

.link1:active {
	text-decoration: none;
	color: #C7F5FF;
}

.link0 {
	display: block;
	width: 100px;
	height: 24px;
	padding-top: 8px;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #C7F5FF;
}

/** Sidebar lower links */

.link2 {
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffb005;
	margin-left:10px;
}

.link2:hover {
	text-decoration: none;
	color: #C7F5FF;
}

.link2:active {
	text-decoration: none;
	color: #C7F5FF;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/subpage03.jpg) no-repeat left top; }
.bg2 { background: url(images/subpage04.jpg) no-repeat left top; }
.bg3 { background: url(images/subpage05.jpg) no-repeat center 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 { 
	color: #fee183;
	height: 2px;
}

.hr1 {
	height: 1px;
}

.centered {
	text-align: center;
}

.indented {
	margin-left:10px;
}

.reduced {
	font-size: 0.8em;
}

.copyright {
	font-size: 0.7em;
	color: #9EBB68;
	text-align: center;
}

.contact {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	color:#fee183;
}

