/** BASIC */
html{
margin: 0px auto;
	text-align: center;
}
body {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
   font-size: 12px;
   line-height:16px;
	background: #FFFFFF;
	border-left: 1px solid #E7E3CA;
	border-right: 1px solid #E7E3CA;
	}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	
}

h1, h2 {
	background-image: url(/images/header11.jpg);
	background-repeat: no-repeat;
 background-color: #FFFFFF;
 color: #FFFFFF;
 margin-top: 15px;
 padding-top: 1px;
padding-left: 5px;
padding-bottom: 1px;
font-size: 15px;
 font-weight: bold;
 height: 22px;
}

h2 {
	font-size: 14px;
}

h3, .text1 {
	margin-bottom: 8px;
	padding: 0px;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFBA00;
}

/** TEXTS */

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 20px;
}

/** MENU */

#menu {
	width: 196px;
}

#menu ul {
	margin: 0px;
	padding: 12px 0px 0px 38px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 150px;
	height: 25px;
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #EC7200;
}

a:hover {
	text-decoration: none;
}

.link1 {
	padding-left: 13px;
	}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background-image: url(/images/homepage08.jpg)  no-repeat;
	height: 25px;
	}


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
}

/** PAGE */

#page {
	background: url(/images/bg.jpg) repeat-y;
}

/** SIDEBAR */

#sidebar {
	background: url(/images/subpage03.jpg) no-repeat left top;
	width: 196px;
}

.sidebarbg {
	background: url(/images/homepage-04.jpg) repeat-y left top;
}


#sidebar h1, #sidebar h2 {
	background-image: url(/images/homepage07.gif);
}

#sidebar .link1 {
	background-image: url(/images/homepage06.gif);
}

/** CONTENT */

#midimage {
	background: url(/images/homepage.jpg) no-repeat left top;
	width: 582px;
	height: 67px;
}

/** FOOTER */

#footer {
	background: url(/images/footer.jpg) repeat-x left top;
	height: 100px;
	color: #ffffff;
	
}

#footer .text {
	margin: 0px;
	padding-top: 10px;
	line-height: normal;
	text-align: left;
	font-size: 11px;
	color: #333333;
	text-align: center;
}

#footer a {
	font-size: 11px;
	color: #333333;
}

#wrapper{
	margin: auto;
	text-align: left;
	width: 780px;
	border: 1px solid #FFDEBF;
}