﻿body
{
background-color:#000099;
}
h1{
	color: white;
	text-align: center;
	font-family: Arial;
	font-size: x-large;
	padding-left:260px;
	margin-bottom:-2px /*reduced space here*/
}
h2{
	color:white;
	text-align:center;
	font-family:Arial;
	font-size:large;
	padding-left:260px
}
h2.img{
	color:white;
	text-align:center;
	font-family:Arial;
	font-size:large;
	padding-left:260px;
	margin-bottom:4px /*use when image follows to create space*/
}


p{
	color:white;
	text-align:left;
	font-family:Arial;
	font-size:medium;
	padding-left:260px
}
ul{
	color:white;
	text-align:left;
	font-family:Arial;
	font-size:medium;
	padding-left:300px
}
	
}
p.pad{
	padding-left:410px;
	/*padding-right:25px*/
}
a:link{
	color:orange;
	text-decoration:underline
}

div.sidebar{
	position: absolute;
	background-color: silver;
	top: 0;
	right: 0;
	width: 205px;
	height: 700%;
	padding-top: 6px;
	color: white;
	font-size: small;
	padding-left: ;
	min-height: 100%;
}
div.sidebarleft{
	position: absolute;
	background-color: silver;
	top: 0;
	left: 0;
	width: 205px;
	height: 700%;
	padding-top: 6px;
	color: white;
	font-size: small;
	padding-left: ;
	min-height: 100%;
}
