/** BASIC */

body {
	margin: 0;
	padding: 0px;
	/*background: #FFFFFF url(images/homepage01.gif) repeat-x left top;*/
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

input {
	padding: 2px 5px 3px 5px;
	font: normal 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
}

input.text {
	border: 1px solid #EEEEEE;
}

input.button {
	background: #EEEEEE url(images/homepage04.gif) repeat-x left top;
	border: none;
	text-transform: lowercase;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #717171;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h1, h2 {
	margin-bottom: 15px;
}

h1 span, h2 span {
	color: #0CA5FF;
}

h3 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

/** TEXTS */

input, textarea, select {
	font-size: 12px;
	color: #363B59;
}

body, th, td {
	font-size: 12px;
	color: #FFFFFF;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 18px;
	margin-right: 5px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 20px 0px 10px 0px;
	background: url(images/homepage09.gif) repeat-x;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

.list1 h3 {
	padding-left: 10px;
	background: url(images/homepage08.gif) no-repeat left center;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	float: left;
	width: 40%;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(images/homepage07.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #89672a;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 50px;
	background: url(images/homepage09.gif) repeat-x left center;
}

/** MENU */

#menu {
	background-color: #735373;
	background-repeat: repeat-x;
	background-position: left top;
	border-left:none;
	border-right:none;
}

#menu a {
	float: left;
	height: 40px;
	width:124px;
	text-decoration: none;
	font-size: 15px;
	color: #CFB53C;
	text-align:center;
	font-weight: bolder;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
}

#menu a:hover {
	text-decoration: underline;
	
}

#menu .first a {
	border: none;
	width:123px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}

/** LOGO */

#logo h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #BCBCBC;
}

/** SEARCH */

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search legend {
	display: none;
}

#search-text {
	width: 250px;
}

#search-submit {
}

/** PAGE */

#page {
	padding: 30px 15px;
	padding-bottom:0;
	background-color: #735373;
	background-repeat: repeat-x;
	background-position: left top;
}

/** FOOTER */

#footer {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FBEAFB;
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
	font-weight:bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
}

.newsHeading
{
    font-size:14px;
}
.newsContent
{
    font-size:14px;
}