/* CSS Document */

div.OutterBlackBox {
	background-color: #000000;
	border: solid 1px #f05c22;
	padding: 5px 5px 5px 5px ;
	margin-bottom: 20px;
}
div.InnerGreyBox {
	background-color: #9d8d85;
	border-left: solid 1px #f05c22;
	border-right: solid 1px #f05c22;
	border-bottom: solid 1px #f05c22;
	padding: 8px 5px 5px 5px ;
	
}
h3.NewsTitle {
	border-top: solid 1px #f05c22;
	border-right: solid 1px #f05c22;
	border-left: solid 1px #f05c22;
	padding: 3px 2px 3px 5px ;
	font-variant:small-caps;
	background-color: #f05c22;
	color:#000000 !important;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 1.25em !important;
}
div.InnerGreyBox a{
	color: #eee1c5 !important;
}
div.InnerGreyBox a:hover {
	color: #f05c22;
	text-decoration: underline !important;
}


/* Right Column: Menus for Admin and Logged in Users */
div#AdminMenu  {
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
div.AdminQuickLinks {
	margin-bottom: 10px;
	border-bottom: solid 1px #f05c22 !important;
}
div.AdminQuickLinks a {
	display: block;
	border-top: solid 1px #f05c22 !important;
	border-left: solid 1px #f05c22 !important;
	border-right: solid 1px #f05c22 !important;
	font-size: 0.95em;
	font-style:italic;
	font-weight: bold;
	color:#eee1c5;
	text-decoration: none;
	padding: 5px 0 5px 5px;
	background-color: #031a1f !important;
}
span.SubLink {
	font-size: 0.85em;
}
span.SubLink a{
	padding-left:30px;
}
div.MyRemMenu a {
	text-decoration: none;
	font-size: 1.25em;
	color:#eee1c5;
	border-left: solid 1px #f05c22 !important;
	border-right: solid 1px #f05c22 !important;
	border-top: solid 1px #f05c22 !important;
	padding: 5px 0 5px 5px;
	font-size: 0.85em;
	display:block;
	background-color: #000000 !important;
}
div.MyRemMenu a:hover, div.AdminQuickLinks a:hover {
	color:#000000;
	background-color: #f05c22 !important;
	text-decoration: none !important;
}
div.MyRemMenu {
	border-bottom: solid 1px #f05c22 !important;
}