/** BASIC */

body {
	margin: 0;
	padding: 0;
	background-color:#E5DCD1;
}
a[href$=".pdf"] {
 padding: 0 20px 0 0;
 background: url(../images/pdficon_small.gif) no-repeat right center;
}
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}
#inputtext1 {
	width: 130px;
	padding: 2px;
	background: #FFFFFF;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #EBEBEB;
	background:  url(../images/search_bck.gif) no-repeat left top;
}
#inputsubmit1 {
	width: 63px;
	height: 22px;
	background:  url(../images/search_txt.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}
/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
/** TEXTS */

body, p, td, th, div, blockquote, dl, ul, ol, div, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373129;
}
p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 140%;
	text-align: left;
}
/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	color: #FFC47E;
	font-weight:bold;
}
/** LINKS */

a:link, a:visited {
	color: #240201;
}
a:hover {
	text-decoration: none;
}
/** LINKS 
.link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}
*/



.link2 {
	padding-left: 14px;
	background:  url(../images/homepage10.gif) no-repeat left center;
	font-size: 10px;
}
/** BACKGROUNDS */

.bg1 {
	background:  url(../images/homepage_bg2.jpg) repeat-x left top;
} /** body background**/
.bg1_special {
	background:  url(cssimages/bck_sub.gif) repeat-x left top;
} /** body Special background **/
.bg2 {
	background:  url(../images/homepage_head_right.jpg) no-repeat left top;
}
.bg3 {
	background:  url(../images/nav_bar.gif) repeat-x left top;
}
.bg4 {
	background:  #E5DCD1 url(../images/homepage07.gif) repeat-x left top;
}
/**.bg5  { background:  #BFB7AE; } /** #content_wrapper **/
.bg6 {
	background:  url(../images/homepage_bg6.jpg) repeat-y left top;
}
.bg7 {
	background:  #D8CFC5;
}
.bg8 {
	background:  url(../images/homepage12.gif) repeat left top;
}
.bg9 {
	background:  url(../images/homepage_bg9.jpg) repeat-y right top;
}
.bg10 {
	background:  #FFFFFF;
}
.bg11 {
	background:  #857764 url(../images/homepage20.gif) repeat-x left top;
}
.bg13 {
	background:  url(../images/subpage2_01.gif) repeat-y left top;
}
/** MISC */

.align-justify {
	text-align: justify;
}
.align-right {
	text-align: right;
}
img {
	border: none;
}
.img1 {
	float: left;
	margin: 5px 5px 0px 0px;
}
.img2 {
	float: right;
	margin: 5px 0px 0px 15px;
}
hr {
	display: none;
}
.hr1 {
	height: 1px;
}
.clear {
	clear: both;
}

