/*
body {
	background-image: url(default-background.jpg);
	margin:1em 2em 1em 1em;
}
*/

td {vertical-align:top;}

/*
html>body .headerimage {
    background: url(spinnaker-header.png) no-repeat;
}
.headerimage {
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='spinnaker-header.png',sizingMethod='image');
}
*/
body {font-size:95%;}
body,td,th,h1,h2,h3,h4,h5,div,p,a {font-family:verdana, sans serif; }
td,th,div,p {font-size:100%;}
h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#F60000;
}
h1 {font-size:230%; margin:0em 0em 0.2em 0em;}
h2 {font-size:180%; margin:0em 0em 0.2em 0em;}

h3 { color:red; }

h3,h4 {
	font-size:100%;
	font-weight:bold;
}

a {
  color: #003366;
}

hr { 
	color: #283983;
	background-color: #283983;
	border: 1px solid #283983;
	height:2px;
	width:90%;
	text-align:left;
	margin:1em 1em 1em 0em;
	padding:0em;
}


p {
	padding:0.5em 0em 1em 0em;
	margin:0em;
}
body {
	margin:1em 1em 1em 1em;
}
.content {
	width:auto;
	padding: 0em 0em 4em 1em;
}
.contentDiv {
	padding: 0.4em 1em 0em 1em;
}

.footer {
	text-align:right;
	font-size:70%;
	border-top: 1px solid gray;
}
.sidebar {
	width:120px;

	padding:0px; 
	padding-top:5px;
	menu:0px; 
	vertical-align:top;
	/*background: #6798F5;*/
	font-size:85%;
}
.sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
ul.menuLvl0 {
}
li.menuLvl0 {
	padding-top:3px;
}
a.menuLvl0 {
	background: #223377;
	padding:0px 0.5em;
	margin:1px;
	border:1px solid #00125C;
	
	font-weight:bold;
	display:block;
	width:120px;
	
	white-space:nowrap;
}
a.menuLvl0
, a.menuLvl0:link
, a.menuLvl0:visited
, a.menuLvl0:active {
	color: #CCCCCC;
	text-decoration:none;
}
a.menuLvl0open
,a.menuLvl0open:visited {
	color: #E5E5E5;
	background: #415DD3;
	border: 1px solid #142B90;
}
a.menuLvl0:hover {
	color: white;
	text-decoration:none;
}


ul.menuLvl1 {
	padding:0px 0px 0px 1em;
	margin:1px 0px 2px 0px;

	white-space:nowrap;
	font-size:100%;
}
a.menuLvl1, a.menuLvl1:link, a.menuLvl1:visited, a.menuLvl1:active {
/*	color: #223377; */
	color: #283983; 
	text-decoration:none;
	font-weight:bold;
}
a.menuLvl1open
,a.menuLvl1open:visited {
	color: black;
/*	color: #223377;
	text-decoration:underline; */
}
a.menuLvl1:hover {
/*	color: black;*/
	text-decoration:underline;
}



ul.menuLvl2 {
	padding:0px 0px 0px 1em;
	margin:1px 0px 2px 0px;
}
a.menuLvl2, a.menuLvl2:link, a.menuLvl2:visited, a.menuLvl2:active {
	color: #223377;
	text-decoration:none;
}
a.menuLvl2:hover {
	color: black;
	text-decoration:underline;
}

.img-float-right {
	float: right;
	margin-bottom: 0.2em;
	padding-left: 0.5em;
	text-align:center;
	font-style:italic;
}
.img-float-right img, .img-float-left img {
	padding:0px;
	margin: 0px 0px 0.2em 0px;
}
.img-float-right p, .img-float-left p {
	padding:0px;
	margin: 0px;
}
.img-float-left {
	float: left;
	margin-bottom: 0.2em;
	padding-right: 0.7em;
	text-align:center;
	font-style:italic;
}
