body	{color:black;
	//background: #E6E6FF;
        background: #fff;
	background-repeat: no-repeat;
	position;absolute;
	margin-top: -5px;
	margin-left: 5px;
	font-family:sans-serif, serif, cursive;
	font-size:12pt;
	}

dt	{text-decoration:underline;
	font-size: 12pt;
	}
	
dd	{text-decoration:none;
	font-size: 10pt;
	color: blue;
	}

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

h2.center {text-align:center;
        }

.logo  	{height:150px;
       	width:150px;
       	float:left;
       	margin:0px 15px 0px 0px;
       	border-style:none;
       	}

.small	{color:black;
	background:white;
	font-size:8pt;
	font-family:serif, cursive, sans-serif, monospaced;
	}
	
.bottom	{background:#cff;
        color:#fff;
        position: absolute;
	bottom: 15%;
	align: center;
	}

.highlight  {background:#f99;
        }

.faq 	{
	text-align:center;
	text-decoration: none;
	color:black;
	}

.middle {
	text-align: center;
	}

a	{color:#662693;
	text-decoration: none;
	font-family: serif, cursive, sans-serif, monospaced;
	font-size: 12pt;
	}

a.logo:visited {
	border-style:none;
	text-decoration:none;
	}

a:hover {
	text-decoration: underline;
        }
        
a.bold	{color:#FF0000;
	text-decoration: none;
	font-family: serif, cursive, sans-serif, monospaced;
	font-size: 12pt;
	}

a.bold:hover {
	text-decoration: underline;
        }

a.bold1	{color:#00ff00;
	text-decoration: none;
	font-family: serif, cursive, sans-serif, monospaced;
	font-size: 14pt;
	}

a.bold1:hover {
	text-decoration: underline;
        }

a.logo:active {
	text-decoration:none;
	border-style:none;
	}

.main	{
	list-style-image: url(/bullet.jpg);
	}

.lineheight {
	line-height: 1.5;
	}
        
li ul 	{
	display: none;
	} 

li:hover > ul {
	display: block;
	}
  
#main	{
	width:100%;
        }
        
#header {
	width:70%;
        background:#13017b;
        height:100px;
        padding:1em -1em 0em -1em;
        }

#headerright {
	position:absolute;
        left:77%;
        width:30%;
        background:#13017b;
        color:#fff;
        top:1em;
        }

#nav    {
	position:absolute;
	top:200px;
	left:10px;
	width:20%;
	}

#content {
	background:#fff;
        font-family:serif, cursive, sans-serif, monospaced;
        padding: 1em;
        width: 60%;
        border: 5px groove #0000ff;
	}

#content table {
	cellpadding:5px;
	}

#links	{
	background:#fff;
	position:absolute;
	top:120px;
	right:20px;
	width:20%;
	}

#qotd  {
	font-family:serif, cursive, sans-serif, monospaced;
	font-size:1.1em;
	color:#11f;
	}

.holiday  {
	font-family:serif, cursive, sans-serif, monospaced;
	color:#a00;
	font-size:1.5em;
	text-align:center;
	}
	
.bday   {
	font-family:serif, cursive, sans-serif, monospaced;
	color:#00f;
	font-size:1.5em;
	text-align:center;
	}
	
a #holiday  {
	font-family:serif, cursive, sans-serif, monospaced;
	color:#a0a;
	font-size:1.5em;
	}
	
#register  {
	border:1px solid red;
	padding:5px;
	margin:5px;
	}