/* CSS Document */

/* Basic Styles
---------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #f3eee9;
}
td,ul,ol,dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #1f24d7;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #b32417;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.maintable {
	margin-bottom: 15px;
}
hr {
	color: #9f170f;
	background-color: #9f170f;
	height: 1px;
	border: 0;
}

/* Menu Styles
---------------------------------------------------------------------- */

#menu {
	background: #fcc26e url(images/menu_right.gif) repeat-x top left;
}

/* Header Styles
---------------------------------------------------------------------- */

.bg_red {
	background: #a0170f;
}

/* Sidebar Styles
---------------------------------------------------------------------- */

#sidebar {
	background: #ece0d4 url(images/bg_sidebar.gif) repeat-y top left;
}

/* Content Area Styles
---------------------------------------------------------------------- */

#content {
	background: #ffffff url(images/bg_rightborder.gif) repeat-y top right;
}
.homequote {
	padding: 30px 43px 30px 43px;
}
.homecontent {
	padding: 30px 43px 0px 43px;
}
.subcontent {
	padding: 29px 43px 30px 43px;
}
.title {
	padding: 35px 43px 4px 43px;
}
#latestnews {
	background: #fcc26e url(images/bg_latestnews.gif) repeat-y top right;
	font-size: 12px;
	padding: 0px 10px;
}

/* Footer Styles
---------------------------------------------------------------------- */

#footer {
	background: #9f170f;
	color: #f99e37;
	font-size: 11px;
	padding: 0px 37px 0px 43px;
}
.footerbg {
	background: #9f170f;
}
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffdba6;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

/* Form Styles
---------------------------------------------------------------------- */

.txtbox {
   height: 20px;
   width: 160px;
   border: 1px solid #969696;
}
.txtarea {
   border: 1px solid #969696;
}
