html {
        margin: 0px;
        padding: 0px;
        background-color: #555;
}

body {
	padding: 0px;
	margin: 4px;
	font-family: helvetica, arial, sans serif;
}

#page {
        margin: 0px;
	padding: 0px;
	border: 1px solid #111;
	background-color: #fff;
}

#pageb1 {
	border: 1px solid #444;
        width: 982px;
        margin-left: auto;
        margin-right: auto;
}

#pageb2 {
	border: 1px solid #333;
}

#header {
	background: #ac0c0c url('/images/hdrbg.gif') left top repeat-x;
	height: 90px;
}

#header h1 {
	position: absolute;
	background: transparent url('/images/logo.jpg') 9px 10px no-repeat;
	cursor: pointer;
        margin: 0px;
        font-size: 1px;
        line-height: 1px;
        text-indent: -5000px;
	height: 90px;
	width: 250px;
	z-index: 9;
}

#menu {
	position: absolute;
	top: 60px;
	height: 50px;
	width: 668px;
	background: transparent url('/images/menu.gif') left top no-repeat;
	padding-left: 310px;
}

#menu ul li {
        float: left;
        margin: 7px 0px 0px 0px;
	text-indent: 0px;
        line-height: 30px;
        list-style: none;
}

#menu a {
	white-space: nowrap;
	text-align: center;
        color: #fff;
        font-family: helvetica, arial, sans serif;
        font-size: 10.5pt;
        font-weight: bold;
        text-decoration: none;
	margin-right: 46px;
}

#menu a:hover {
	color: #ffe787;
}

#menu #selected a {
	color: #fde050;
}

#submenu {
	display: none;
	height: 22px;
	background-color: #e9e9e9;
	border-bottom: 2px solid #bbb;
	text-align: right;
}

#submenu ul {
	padding: 0px;
	margin: 0px;
}

#submenu ul li {
	list-style: none;
	margin: 0px 12px 0px 0px;
	display: inline;
}

#submenu ul li a {
	color: #444;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

#submenu ul li a:hover {
	color: #cc1900;
	text-decoration: underline;
}

#submenu #addtofavs {
	width: 300px;
	float: left;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	margin-top: 1px;
	margin-left: 12px;
	cursor: pointer;
	cursor: hand;
}

#content {
	min-height: 400px;
	padding: 12px 16px 12px 16px;
	background: #fff url('/images/contentbg.gif') left top repeat-y;
}

#breadcrumbs {
	margin-top: 12px;
	clear:both;
	font-size: 9pt;
	margin-bottom: 12px;
	color: #ccc;
}

#breadcrumbs a {
	font-size: 9pt;
	color: #888;
}

#breadcrumbs b {
	color: #000;
}

#footer {
	clear: both;
	border-top: 2px solid #bbb;
	border-top: 2px solid #777;
	margin-top: 0px;
	background-color: #e9e9e9;
	background-color: #1f1f1f;
	height: 48px;
}

#footer #links {
	text-align: center;
	font-size: 9pt;
	margin: 6px;
	color: #333;
}

#footer #copyright {
	float: left;
	font-size: 8pt;
	width: 400px;
	margin-left: 8px;
	color: #555;
}

#footer #credits {
	float: right;
	font-size: 8pt;
	width: 400px;
	text-align: right;
	margin-right: 8px;
	color: #555;
}

#footer #links a {
	font-size: 9pt;
	color: #ccc;
}

#footer #credits a {
	font-size: 8pt;
	color: #555;
}

h1 {
	font-family: helvetica;	
	color: #b01900;
	font-size: 18pt;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
}

h2 {
	font-family: helvetica, arial;	
	color: #333;
	font-size: 13pt;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

h3, h3 a {
	font-family: helvetica;	
	color: #b01900;
	font-size: 11pt;
	margin: 0px 0px 2px 0px;
}

h3 a:hover {
	text-decoration: underline;
}

p, td, a, li {
	color: #333;
	font-size: 10pt;
}

li {
	margin-left: 20px;
}

p {
	margin: 0px 0px 8px 0px;
}

a:hover {
	color: #b01900;
}

ul {
        padding: 0px;
        margin: 0px 0px 8px 0px;
}

.datagrid {
	width: 100%;
	border-collapse: collapse;
}

.datagrid tr th {
	background-color: #e9e9e9;
	padding: 4px;
	text-align: left;
	font-size: 11pt;
	border: 1px solid #bbb;
}

.datagrid tr td {
	border: 1px solid #bbb;
	padding: 2px;
}

.datagrid .highlight1 td {
	background-color: #d3eab2;
}

.articleList {
	width: 100%;
	border-collapse: collapse;
}

.articleList tr {
	background-color: #f2f2f2;
}

.articleList tr td {
	padding: 6px 6px 0px 6px;
}

hr {
	color: #fff;
	background-color: #fff;
	border: 0px;
	border-top: 1px solid #ddd;
	height: 1px;
	line-height: 1px;
	margin: 0px 0px 8px 0px;
}

.imgborder {
	border: 1px solid #ccc;
	padding: 4px;
}

.thumbnail {
        display: inline;
        margin: 8px 0px 0px 8px;
        float: left;
}

.thumbnail img {
        border: 1px solid #ccc;
}

.thumbnail #selected {
        border: 1px solid #b01900;
}

.leftMenu {
	margin: 0px;
	padding: 0px;
}

.leftMenu li {
	list-style: none;	
	text-indent: 0px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.leftMenu li a {
	font-size: 9pt;
}

.leftMenu li #selected {
	color: #b01900;
	font-weight: bold;
	text-decoration: none;	
}

.edit {
	font-family: arial;
	font-size: 8pt;
}

#leftcol {
	float: left;
	width: 624px;
}

#rightcol {
	float: right;
	width: 295px;
}

#rightcol h2 {
	color: #b01900;
	margin: 0px 0px 6px 0px;
	font-size: 12pt;
	text-transform: uppercase;
}

#rightcol ul li {
	margin: 0px 0px 6px 18px;
}
