/*-----------------------------------------------------------------------------
website:   www.sleeplessinrochester.com

-----------------------------------------------------------------------------*/
body {background-color:#000066;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#logo {
	background-color:#000;
	width:800px;
	text-align:center;
}
ul#navlist {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 800px;
	height:20px;
	color: #fff;
	background-color: #000;
}
ul#navlist li {
	display: inline;
}
ul#navlist li a {
	float: left;
	color: #fff;
	background-color: #000;
	padding-top:4px;
	text-align:left;
	padding-left:20px;
	text-decoration: none;
}
ul#navlist li a:hover {
	text-decoration:underline;
}
#content {
	min-height:300px;
	background-color:#FFF;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
}
#footer {
	background-color:#FFF;
	padding-top:20px;
	text-align:center;
	font-size:10px;
}

div#toptitle {
	text-decoration: none;
	font-weight: bold; 
    color:#FFFFCC;
    font-size: 162%;
	background-color:#999966;
	text-align: right;
	padding-right: 0.25em;
	padding: 0.25em 0.25em 0.25em 0;
}

h1 {
	color: #000066;
	font-size: 136%; 
	padding-top:20px;
}

h2 {
	color: black;
	font-size: 122%;
	padding: 0.25em 0;
}

h2.center {
	color: black;
	font-size: 122%;
	padding: 0.25em 0;
	text-align: center;
}

h3 
{
	font-size: 100%;
}

.AcceptDecline
{
	color: #0093c1; /* Vista text blue */
	font-size: 122%;
	text-align: center;
	font-weight: bold;
}

.separator
{
	padding-left: 5em;
}

ol
{
	list-style: decimal none outside;
	margin-left: 2em; /* For IE to add numbering */
	padding-left: 2em;
}

div.center {
	margin: 0 auto;
	width: 30em;
	text-align: center;
}

div.center ol {
	margin-left: auto;
	margin-right: auto;
	list-style: decimal none outside;
	text-align: left;
	margin-bottom: 0.5em;
}

p.center {
	margin: 0 auto;
}

.padLeft {
	padding-left: 0.25em;
}

a.button {
	display: block;
	width: 15em; /* dimensions needed for IE5.x/Win */
	padding: 0.2em;
	line-height: 1.4;
	background-color: #221F9C;
	border: 1px solid black;
	font-size: 122%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color:#FFF;
}

a.button:visited {
	color: silver;
}

a.button:hover, a.button:focus {
	background-color: #801919;
	color: white;
	text-decoration: none;
}