/* main */
BODY {
	margin: 0px;
	padding-top: 0px;
	background: white url('../images/general/bg.jpg') top repeat-x;
}

BODY, P, TABLE, DIV, INPUT, SELECT, TEXTAREA {
	font-family: Georgia, Helvetica, serif;
	font-size: 14px;
	color: #444444;
}

A {
	color: #B20027;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}

FORM {
	margin: 0;
	padding: 0;
}

UL LI {
	margin-bottom: 10px;
}

.main {
	background: white url('../images/general/content_bg.jpg') left top no-repeat;
}

.main_sb {
	background: white url('../images/general/content_bg_sb.jpg') left top no-repeat;
}

.header {
	background: #C41130 url('../images/general/title.jpg') left top no-repeat;
}

.footer { text-align: right; padding-right: 5px; }

.footer A {
	font-size: 10px;
	color: #666666;
}

P.error {
	color: #660000;
	font-weight: bold;
}

.sidebar {
	vertical-align: top;
	background-image: url('../images/side_bg.gif');
	width: 168px;
}

.sidebar A {
	display: block;
	background-image: url('../images/menu_item_bg.gif');
	background-repeat: repeat-y;
	margin-bottom: 6px;
	text-align: right;
	font-size: 16px;
	padding: 5px;
	color: #eeeeee;
}

.sidebar A:Hover {
	background-image: url('../images/menu_item_over_bg.gif');
	text-decoration: none;
	color: white;
}

.sidebar .menu_item A {
	color: white;
}

.sidebar A.admin {
	background: none;
	font-size: 9px;
	margin-top: 20px;
	color: #cccccc;
}

.content {
	vertical-align: top;
	padding: 30px;
}

.content H1,
.content H2,
.content H3,
.content H4 {
	color: black;
}

.content H1 {
	font-size: 36px;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
}

.content H2 {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 3px;
}

.content H3 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 3px;
}

.content H4 {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 3px;
	margin-bottom: 8px;
}

/* sidebar right */
.sidebar_right {
	background-color: #eeeeee;
	vertical-align: top;
	font-size: 12px;
}

.sidebar_right .heading {
	width: 281px;
	background: #cccccc url('../images/sidebar_heading_bg.jpg') no-repeat;
	height: 46px;
}

.sidebar_right .heading H3 {
	margin: 0;
	padding: 15px 10px 10px 10px;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}

.sidebar_right P {
	padding-left: 10px;
	padding-right: 5px;
}

.sidebar_right TABLE.form TD.input INPUT {
	border: 1px solid #999999;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	height: 22px;
}

.sidebar_right TABLE.form TD.submit INPUT {
	background-color: #B20027;
	color: white;
	font-weight: bold;
	border: 0px;
	height: 22px;
}