
body {
	margin: 0px;
	padding: 0px;
	background: #fff url(img01.gif) repeat-x left top;
	font: 14px Arial, Helvetica, sans-serif;
	color: #660000;
	height: 100%;
}

h1, h2, h3, h4 {
	margin-top: 0px;
}

h1 {
	font-size: 1.5em;
	border-bottom: 1px solid #c49090;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}
h4{
margin-bottom: 5px;
}	
	

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #a32626;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
	height: 100px;
	margin: 0px auto;
	margin-left: 100px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#logoimg {
	margin-top: 25px;
	display:block;
	width: 250px;
	height: 41px;
	background:url(logo.gif) no-repeat left;
}


/* Logo */

#logo {
	float: left;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: left;
	margin-left: 80px;

}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #a32626 url(img02.gif) no-repeat 0px 0px;
}

#menu .active a {
	background: url(img02.gif) no-repeat 100% -40px;
}

/* Page */

#content {
	margin: 0px auto;
	padding: 30px 0px;
	margin-right: 100px;
	margin-left: 370px;

}


.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #c49090;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(img03.gif) repeat-y left top;
}

#sidebar-bgtop {
	height: 3px;
	background: url(img04.gif) no-repeat left top;
}

#sidebar-bgbtm {
	height: 3px;
	background: url(img05.gif) no-repeat left bottom;
}

#sidebar-content {
	padding: 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: inside disc;
}

#sidebar h2 {
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}



/* Footer */

#footer {
	clear: both;
	height: 50px;
	margin: 0px auto 30px auto;
	background: #c23939 url(img06.gif) no-repeat left top;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

/* Data tables */

.data_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	border-collapse: collapse;
	text-align: left;
}
.data_table th
{
	font-size: 14px;
	font-weight: normal;
	color: #660000;
	padding: 10px 8px;
	border-bottom: 2px solid #c49090;
}
.data_table td
{
	border-bottom: 1px solid #ccc;
	color: #000;
	padding: 6px 8px;
}
.data_table tbody tr:hover td
{
	background: #fcf5f5;
	color: #009;
}
.stat_table {
	background: #fcf5f5;
	font-size:12px;
	border: 1px solid #c23939;
	padding:7px;
	min-width:70%;
}
.stat_table input, .stat_table option, .stat_table select{
	font-size:11px;
}

hr{
	border: none;background-color: #c49090;color: #c49090;height: 1px;
}

.error {
	color: red;
	background: #fcf5f5;
	border: 1px solid red;
	padding: 10px;
}
.alert {
	color: #f26522;
	background: #fcf5f5;
	border: 1px solid #f26522;
	padding: 10px;
}
table tr.data_err td,
.data_err {
    background: #fff3f3;
}
table tr.data_ok td,
.data_ok {
    background: #cdf1da;
}

#logos{
	color: #444;
	font-weight: bold;
	font-size:12px;
	text-align:center;
}
#logos td {
	width:60px;
	vertical-align: top;
}