body {
	background:  url("background.gif");
	color: #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}

/* HYPERLINKS */
a:hover {
	background: #3399ff;
	color:  white;
	font-weight: bold;
	text-decoration: none; /* underline;*/
	}
a:active {
	background: white;
	color:  blue;
	font-weight: bold;
	text-decoration: none; /* underline;*/
	}
a:link {
	background: white;
	color:  blue;
	font-weight: bold;
	text-decoration: none; /* underline;*/ 
	}
a:visited {
	background: white;
	color: purple;
	font-weight: bold;
	text-decoration: none; /* underline;*/ 
	}


/* TEXT */
p, h1, h2, td, ul, li {
	background: white;
	color: navy;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	}
p, td {
	/*font-size: medium;*/
	font-size: small;
	}
h1 {
	font-weight: bold;
	/*font-size: xx-large;*/
	font-size: x-large;
	}
h2 {
	font-weight: bold;
	/*font-size: x-large;*/
	font-size: large;
	}
.main {
	text-align: left;
	}
.box {
	margin-top: 10px;
	text-align: center;
	width: 100%;
	clear: right;
	}
.center {
	text-align: center;
	}
#clear {
	clear: both;
	}
.em, i {
	font-style: italic;
	}
.inset {
	float: right;
	width: 120px;
	}
.menu {
	border-top: dotted thin #3399ff;
	border-bottom: dotted thin #3399ff;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	}
.new {
	color: #3399ff;
	font-style: italic;
	font-weight: bold;
	}
.notice {
	background-color:#3399ff;
	color: white;
	/*font-style: italic;*/
	font-size: small;
	font-weight: bold;
	text-align: center;
	}
.strong, b {
	font-weight: bold;
	}
.subhead {
	font-weight: bold;
	font-size: small;
	/*font-size: x-small;*/
	text-align: center;
	}
.tiny {
	/*font-size: small;*/
	font-size: x-small;
	text-align: center;
	}
.tinygray {
	background: white;
	/*color: gray;*/
	color: #0080ff;
	/*font-size: small;*/
	font-size: x-small;
	font-style: italic;
	}
.tinytext {
	/*font-size: small;*/
	font-size: x-small;
	text-align: left;
	}
.instructions {
	background: white;
	color: gray;
	font-size: x-small;
	font-variant: small-caps;
	text-align: center;
	}


/* LAYOUT  */
#content {
	background: white;
	border: thin solid #3399ff;
	color: navy;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 10px;
	width: 85%;
	}

/* LISTS */
UL 	{
	/*border-top: dotted thin #3399ff;*/
	/*border-bottom: dotted thin #3399ff;*/
	list-style-type: circle;
	}
LI 	{
	/*font-style: italic;*/
	font-size: small;
	list-style-position: outside; 
	}

/* GRAPHICS  */
div.float {
	float: left;
	}
div.float p {
	text-align: center;
	}
img {
	border: 0;
	padding: 10px 10px 10px 10px;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: right;
	} 

