/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #e1ebf4;
	background-image: url(images/subpage01.jpg);
	background-repeat: repeat;
	background-position: center center;
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h2 {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 11px;
}

/** TEXTS */

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

p, blockquote, ul, ol, dl {
	text-align: left;
	line-height: 16px;
}

p.nojustify {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 16px;
}


.text1 {
	font-size: 28px;
	color: #6E1B34;
	text-align: left;
}

.text2 {
	margin-bottom: 15px;
	font-size: 11px;
	color: #888786;
}

.text3 {
	margin-bottom: 15px;
	font-size: 11px;
	color: #FCC397;
}

.text4 {
	margin-bottom: 20px;
	color: #CCBBC0;
}
.text4-nojustify {
	text-align: left;
}

.text5 {
	text-align: center;
	font-size: 10px;
	color: #C4E4E4;
}

.text6 {
	color: #F3BB6A;
}

.text7 {
	font-size: 28px;
	color: #FFFFFF;
}
p.text8-specials {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.list1-nojustify {
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.list1 li {
}
.list1 h3 {
	margin-bottom: 10px;
	font-size: 9px;
	font-weight: normal;
	color: #F3BB6A;
}

.list1 p {
}

.list1 a {
	color: #C5C5C5;
}

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

.list2 li {
	padding-bottom: 5px;
}

.list2 a {
	padding-left: 17px;
	background: url(images/homepage11.gif) no-repeat left center;
	color: #E8DADE;
}

/** LINKS */

a {
	color: #C5C5C5;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	padding: 10px 0px 10px 35px;
	background: transparent url(images/subpage03.gif) no-repeat 17px 50%;
	border-bottom: 1px solid #89AA7E;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D4E0CF;
}

.link1:hover {
	background-color: #91A869;
	color: #FFFFFF;
}

.link2 {
	color: #8E6436;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/subpage02.jpg) repeat-x left top; }
.bg2 { background: url(images/bg01.jpg) repeat-y 77px 0px; }
.bg3 { background: url(images/bg02.jpg) repeat-y 77px 0px; }
.bg4 { background: url(images/homepage04.jpg) no-repeat left top; }
.bg5 {
	background: url(images/homepage05.jpg) no-repeat left top;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
#MainContent h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#336600;
	line-height: normal;
}
#MainContent p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 19px;
}
#MainContent li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 19px;
}
#MainContent a {
	color: #336600;
	text-decoration: none;
}
#MainContent a:hover {
	color: #336600;
	text-decoration: underline;
}
#MainContent a:visited {
	color: #336600;
	text-decoration: none;
}
#MainContent li {
	color: #000000;
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 4px;
	list-style-type: disc;
}
.bg6 { background: url(images/homepage07.jpg) no-repeat right top; }
.bg7 { background: url(images/homepage09.jpg) no-repeat right top; }
.bg9 { background: url(images/homepage10.jpg) no-repeat 77px 0px; }

/** MISC */

.align-justify { text-align: left; }
.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;
}

