/*standardblue.css - template for the Standard Blue layout */

body {
	margin:0px;
	padding:0px;
	background-color:#e1d7b2;
}

table {
	padding:0px;
	margin:0px;
}

.sitetitle {
	position:relative;
	right:25px;
	top:30px;
	color:white;
	font-size:xx-large;
	font-weight:bold;
}

.copyright {
	position:relative;
	right:20px;
	color:white;
	font-size:xx-small;
	font-weight:normal;
}

.copylink {
	color:white;
	font-size:xx-small;
	font-weight:bold;
	text-decoration:none;
}
.copylink:hover {
	color:#ffff60;
	background-color:#4060ff;
}

.occcm_leftnav{
	position:relative;
	left:20px;
	width:261px;
	font-weight:bold;
}

.occcm_leftnav_parent {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	//font-size:small;
}

.occcm_leftnav_sibling {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	//font-size:small;
}

.occcm_leftnav_current {
	color:#d77786;
	text-decoration:none;
	font-weight:bold;
	//font-size:small;
}

.occcm_leftnav_child {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	//font-size:small;
}

.occcm_topnav {
	position:relative;
	right:25px;
	top:80px;
	width:600px;
	color:#a0a0ff;
	font-size:small;
	font-weight:bold;
}

.occcm_topnav_link {
	color:white;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
}

.occcm_topnav_link:hover {
	color:#ffff60;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	background-color:#4060ff;
}

.nav_breadcrumb {
	font-family:sans-serif;
 	font-size:small;
	text-decoration:none;
	/*background-color:#a0c0ff;*/
	color:#8080ff;
	text-align:right;
	border-bottom:1px solid black;
}

.nav_breadcrumblink {
	font-family:sans-serif;
 	font-size:small;
	text-decoration:none;
	/*background-color:#a0c0ff;*/
	color:#ff8080;
	text-align:right;
	border-bottom:1px solid black;
}
.nav_breadcrumblink:hover {
	background-color:#e0e0e0;
}

.occcmtoolbar {
	font-family:sans-serif;
 	font-size:x-small;
	text-decoration:none;
	/*background-color:#a0c0ff;*/
	color:#d77786;
	text-align:right;
}

.occcmlogin {
	font-family:sans-serif;
 	font-size:x-small;
	text-decoration:none;
	/*background-color:#a0c0ff;*/
	color:#d77786;
	text-align:right;
}

.occcmtoolbar:hover {
	background-color:#ffffff;
}


h1 {
	color:#d77786;
}
