


body {
	font-family: Arial, sans-serif;
	background: rgb(229,27,36);
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: grey;
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(229,27,36);
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
}

h1 {
	font-size: 21pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 11pt;
}

h4 {
	font-size: 11pt;
    color: grey
}

h5 {
	font-size: 11pt;
	font-weight: normal;
}

h6 {
	font-size: 9pt;
	font-weight: normal;
	color: grey;
}

a {
	color: rgb(229,27,36);
	text-decoration: none;
}

.dark {
	color: white;
}

.dark h1, .dark h2, .dark h3, .dark h4 {
	color: rgb(255,121,0);
}

#main {
	color: rgb(110,112,115);
	width: 960px;
    margin: 0px auto;
	text-align: left;
}

#main, td {
	color: rgb(110,112,115);
	font-family: sans-serif;
	font-size: 11pt;
}
.dark td {
	color: white;
}

.main-content {
	padding-left: 1em;
	padding-right: 1em;
}

.main-content a {
	font-style: italic;
	color: grey;
}

.dark .main-content a {
	color: rgb(229,27,36);
}


#content {
	padding-top: 1em;
	padding-bottom: 1em;
	background: white;
	display: block;
	z-index: 1;
}

#header {
	position: relative;
	background: white;
	z-index: 500;
}

.dark, .dark #content, .dark #header {
	background: black;
}

/* So that editable header content doesn't have gaps */
#header p {
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

#footer, #footer a, #footer .copyright {
	color: rgb(229, 128, 36);
	font-size: 0.8em;
}
#footer a {
	text-decoration: none;
}

#footer .copyright {
	float: right;
}

.right-pane h2, .right-pane h3, .right-pane h4 {
	font-weight: normal;
}

.right-pane {
	padding-left: 1em;
	padding-right: 1em;
	border-left: 2px dotted rgb(110,112,115);
}
.dark .right-pane {
	border-left-color: white;
}

#main-menu {
	position: absolute;
	top: 20px;
	width: 900px;
	text-align: right;
}

div.main_menu {
    font-size: 13px;
    height: 25px;
}

div.main_menu ul {
    list-style-type: none;
    margin: 0px;
	margin-right: 12px;
	/*padding-left: 70px;*/
}

div.main_menu ul li {
    color: rgb(110,112,115);
    display: inline;
    position: relative;
    top: 3px;
}

div.main_menu ul li a {
    color: rgb(110,112,115);
    text-decoration: none;
    margin: 0px 0px;
	padding-top: 3px;
	padding-left: 12px;
	padding-right: 12px;
    padding-bottom: 5px;
	cursor: pointer;
}

div.main_menu ul li a.current {
    color: black;
	/*background-color: rgb(110,112,115);*/
}

div.main_menu ul li.hover a {
    color: white;
    background-color: rgb(110,112,115);
}

div.main_menu ul.menu-children {
    background-color: white;
    border: 2px solid silver;
	text-align: left;
	padding: 10px 0px;
	padding-top: 8px;
	margin: 0px;
	top: 20px !important;
}
div.main_menu ul.menu-children li {
	padding: 0px;
	margin: 0px;
	padding: 2px 0;
    display: block;
}

div.main_menu ul.menu-children li:hover {
  background-color: rgb(110,112,115);
}

div.main_menu ul.menu-children a {
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 2px;
	color:black !important; /* set important so they aren't overriden by li.hover a above.*/
	background: transparent !important;
}

div.main_menu ul.menu-children a:hover {
    color: white !important;
    background-color: rgb(110,112,115) !important; /* set important so they override the above css */
	cursor:pointer;
}

.side_menu li {
	list-style-type: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 1em;
}

.side_menu li a {
	color: rgb(110,112,115);
	text-decoration: none;
}
.side_menu li a.current {
	color: black;
}
.side_menu li a:hover {
	color: rgb(229,27,36);
}

.side_menu ul {
	padding-left: 0px;
	margin-left: 1em;
	padding-top: 0px;
	margin-top: 0px;
}

.op_links {
	display: block;
	float: right;
}

.message {
	font-weight: bold;
	color: green;
	margin-bottom: 1em;
}

.admin-heading {
	font-size: 2em;
}

.admin_menu a {
	text-decoration: none;
}

.dark div.content_item {
    _border: solid 1px black;
}

