
body {
	margin: 10px;
	background-color: #CCCCCC;
}
body.simple {
	margin: 0px;
	background-color: #ffffff;
}
form {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CC0000;
	margin-bottom: 30px;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
}
#main {
	width: 894px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 18px;
}
.simple #main {
	width: auto;
	padding: 0px;
}
#header {
	float: left;
}
#search {
	float: right;
	margin-top: 15px;
}
#search #box {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url('pix/srch-bg.gif');
	background-repeat: repeat-x;
	height: 23px;
	border: 0px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	width: 115px;
	float: left;
}
#search #button {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('pix/btn-bg.gif');
	background-repeat: repeat-x;
	height: 23px;
	border: 0px;
}
/* Menu Main */
.menu-main {
	border: 5px solid #CCCCCC;
	background-image: url('pix/mnu-main-bg.gif');
	background-repeat: repeat-x;
	height: 26px;
	margin-top: 14px;
	margin-bottom: 18px;
}
#news-headline {
	background-image: url('pix/news-headline-bg.gif');
	background-repeat: repeat-x;
	height: 35px;
	margin-top: 18px;
	margin-bottom: 18px;
}
#news-headline #title {
	float: left;
}
#news-headline #content {
	float: left;
	padding-top: 8px;
}
#news-headline #content a {
	color: #fff;
}
#mib {
	font-family: "Lucida Grande", Arial, Tahoma, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	width: 286px;
	height: 90px;
	float: left;
	background-color: #990000;
}
#mib a {
	color: #FFFFFF;
	text-decoration: none;
}
#mib a:hover {
	text-decoration: underline;
}
#mib #title {
	margin-top: 18px;
	margin-bottom: 5px;
}
#mib #login a {
	background-image: url('pix/props/home-btn-mib-login.gif');
	width: 166px;
	height: 34px;
	display: block;
	text-decoration: none;
	float: left;
	margin-left: 17px;
	margin-bottom: 3px;
}
#mib #login a:hover {
	background-image: url('pix/props/home-btn-mib-login-ov.gif');
}
#mib #demo a {
	background-image: url('pix/props/home-btn-mib-demo.gif');
	width: 86px;
	height: 34px;
	display: block;
	text-decoration: none;
	float: left;
}
#mib #demo a:hover {
	background-image: url('pix/props/home-btn-mib-demo-ov.gif');
}
.home-ad-block {
	/*background-color: #999999;*/
	float: left;
	width: 134px;
	height: 90px;
	margin-left: 18px;
}

/* Menu Left */

#menu-left {
	width: 200px;
	float: left;
	margin-right: 30px;
	margin-top: 18px;
	border-top: 1px solid #CCCCCC;
}
#menu-left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}
#menu-left ul li {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#menu-left ul li a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#menu-left ul li a:hover {
	text-decoration: underline;
}
#menu-left ul #selected a {
	color: #CC0000;
}

/* Menu Right */

#menu-right {
	width: 194px;
	margin-left: 20px;
	margin-top: 18px;
	float: left;
}

/* Content */

#content {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	float: left;
	width: 450px;
	line-height: 18px;
}
.simple #content {
	float: none;
}
#content a {
	text-decoration: none;
	color: #CC0000;
}
#content a:hover {
	text-decoration: underline;
}
#content .super {
	font-size: 12px;
	vertical-align: top;
	line-height: 15px;
}
#content ul {
	list-style-type: none;
	list-style-image: url('/pix/bullet_1.gif');
}
#content ul .pdf { /* UL */
	list-style-type: none;
	list-style-image: url('/pix/icon-pdf.gif');
	#padding-left: 8px;
}
#content ul .blank {
	list-style-type: none;
	list-style-image: none;
	#padding-left: 8px;
}
#info {
	background-color: #F9EDED;
	border: 1px solid #E0ADAC;
	margin-bottom: 20px;
	padding: 4px;
}
#info ul {
	margin: 0px;
}
/* Table content */

.table-border {
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.table-border th, .table-border td {
	border-bottom: 1px solid #CCCCCC;
}
.table-border th {
	background-color: #F5F5F5;
	border-right: 1px solid #EEEEEE;
}
table {
	border: none;
}
table th {
	font-weight: bold;
	background-color: #F5F5F5;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
table td {
	border-bottom: 1px solid #EEEEEE;
}
table .border-top th, table .border-top td {
	border-top: 1px solid #eeeeee;
}

table thead td {
	font-weight: bold;
}

/* Form Elements */

input {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
}
textarea {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
}
select {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px inset #666666;
}

.button {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px outset #666666;
	font-weight: bold;
}

/* Footer */

#footer {
	background-color: #333333;
	font-family: "Lucida Grande", Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 18px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 18px;
}
#footer a {
	color: #699999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
