﻿/*-------------------- Body --------------------*/

html { height: 100%; margin-bottom: 1px; }

body, td, p, li, h1, h2, h3, h4, select
{	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color:#333333;
}
h1
{
	font-size:140%;
	font-weight:bold;
	color:#333366;
}

h2 
{   letter-spacing: 0.1em;
    font-size: 120%;
	color:#666666;
}

/*-------------------- Links --------------------*/
a:link
{	text-decoration:underline;
	color: #A38D9D;
}
a:visited
{	text-decoration:underline;
	color: #A38D9D;
}
a:hover 
{	text-decoration:none;
	color:#FF0000;
}
a:active
{
	text-decoration:none;
	color: #CCB1C5;
}

/*-------------------- Page Structure --------------------*/

#page
{
	width:728px;
	margin: 10px auto;
	background-color: #ffffff;
}

#footer
{
	clear:both;
	width:100%;
	text-align:center;
	white-space: nowrap;
	margin-top:0px;
	border-top-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	border-color: #f0f0f0;
	padding-top:8px;
	margin-top: 16px;
	padding-bottom:16px;
}

#maincontent
{
	float:left;
	width:auto;
}


/*-------------------- Misc --------------------*/

.floatleft 
{
    display:block;
    float:left;
}

.floatright 
{
    display:block;
    float:right;
}
.floatrightindent
{
    display:block;
    float:right;
    margin-right: 100px;
}

.WordInput
{
	font-size: 22px;
	width: 350px;
	margin:8px;
	text-transform:uppercase;
	background-color: #f5f5ff;
}

.WordTable
{
    margin-top:8px;
}

.WordTable td
{
    width: 16.67%;
    padding: 4px;
    font-size: 14px;
    font-family: "Courier New",Courier, monospace;
}

select 
{
    font-size: 11px;   
}
input[type="submit"]
{
    font-size: 16px;
    font-weight:bold;
    padding:4px;
    margin:8px;
}

.pagedebug 
{
	color: #d0d0d0;
	font-size:7pt;
}

.center 
{
	text-align:center;
}