/* GENERAL - BEGIN */

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #555;
	font-family: Verdana, Trebuchet MS, Arial;
}

DIV.page {
	display: table-cell;
	width: 970px;
	border: 1px solid #E36101;
}

H1 {
	font-size: 18px;
	color: #1F8E01;
}

H2 {
	font-size: 14px;
	font-weight: bold;
	color: #1F8E01;
}

P {
	font-size: 12px;
	line-height: 2;
}

/* GENERAL - END */



/* HEADER - BEGIN */

DIV.header {
	height: 90px;
	background-image: url(img/header_bg.jpg);
}

DIV.logo {
	float: left;
	margin-left: 20px;
}

DIV.search {
	float: right;
}

/* HEADER - END */







/* MAIN - BEGIN */

TD.left {
	background-color: #FFFFFF;
}

DIV.content {
	text-align: justify;
	padding: 30px;
	padding-top: 0px;
	font-size: 12px;
}

DIV.content DIV.holder {
	width: 550px;
}

TD.right {
	width: 187px;
	background-color: #FFDDC4;
	border: 0px;
	border-left: 1px solid #E36101;
}

H2#subjects {
	margin-left: 15px;
}

DIV.menu {
	margin-top: 30px;
	border-bottom: 1px solid #E36101;
}

DIV.menu LI.noline {
	width: 187px;
	background-color: #FFFFFF;	
	border-top: 0px;
	padding: 0px;
	margin: 0px;	
	padding-bottom: 3px;
	padding-top: 3px;
}

DIV.menu UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

DIV.menu LI {
	width: 187px;
	background-color: #FFFFFF;
	border-top: 1px solid #E36101;
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 3px;		
}

DIV.menu A {
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	padding-left: 15px;
}

DIV.breadcrumbs {
	width: 724px;
	height: 40px;
	margin-top: 20px;
	border-bottom: 1px solid #999999;
	font-size: 12px;
	color: #555555;
	text-align: left;
	line-height: 3;
}

DIV.breadcrumbs A {
	color: #555555;
	text-decoration: none;
}

DIV.breadcrumbs A:hover {
	text-decoration: underline;
}

DIV.footer {
	width: 724px;
	height: 40px;
	border-top: 1px solid #999999;
	font-size: 10px;
	text-align: left;
	line-height: 3;
}

/* MAIN - END */

/*
UL.bottom_line_red {
	border-bottom: 1px solid #FF0000;
}
*/
UL.bottom_line_red {
	border-bottom: 0px;
}
/*
HR.bottom_line_red {
	display: none;
}
*/

HR.bottom_line_red {
	display: 'block';
	color: #FF0000;
	height: 1px;
}
