/* CSS Document */

/* Basic Styles
---------------------------------------------------------------------- */

body {
	background-color: #d4c9c0;
	margin: 0px;
	padding: 0px;
}
td,ol,ol,dl {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #a22121;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #008d48;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mainbgcolor {
	background: #ede4dd;
}
hr {
	color: #d6cec7;
	background: #d6cec7;
}

/* Content Styles
---------------------------------------------------------------------- */

#leftsidebar {
	background: url(images/bg_leftsidebar.jpg) top left repeat-x;
	padding: 0px 13px 0px 17px;
}
#contentbg {
	background: #ffffff url(images/bg_contenttop.jpg) top left no-repeat;
}
#contentpadding {
	padding: 0px 18px 18px 18px;
}
#shadowleft {
	background: url(images/bg_shadowleft.gif) top right repeat-y;
}
#shadowright {
	background: url(images/bg_shadowright.gif) top left repeat-y;
}
.title {
	padding-right: 150px;
}

/* Footer Styles
---------------------------------------------------------------------- */

#footer {
	background: url(images/bg_footer_repeat.gif) repeat-x;
}
#footer a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#footer a:visited {
	color: #385075;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#footer a:hover {
	color: #851616;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#copyright {
	color: #7f756c;
	font-size: 11px;
}

/* Latest News Styles
---------------------------------------------------------------------- */

#latestnews {
	background-color: #385075;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#latestnews a {
	color: #cab8aa;
}
#latestnews a:visited {
	color: #a18670;
}
#latestnews a:hover {
	color: #ffffff;
}
.latestnews_content {
	color: #fff;
	padding: 0px 10px;
}

/* Newsletter Styles
---------------------------------------------------------------------- */

#newsletter {
	background: #961d1d url(images/bg_newsletter.gif) top left no-repeat;	
}

/* Form Styles
---------------------------------------------------------------------- */

FORM {
	display: inline;
	margin: 0px;
	padding: 0px;
}
LABEL {
	font-weight: bold;
	float: left;
	padding: 0px 10px 0px 10px;
	width: 100px;
}
.txtbox {
	width: 175px;
	height: 20px;
	border: 1px solid #969696;
}
.txtarea {
	border: 1px solid #969696;
}