body
{
	align: center;
	border-width: 0px;
	font-family: serif;
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
}

#canvas
{
	background: white;
	border-style: solid;
	border-width: 20px 10px;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 800px; // originally 755
}

#title
{
	border-style: solid; // none solid none;
	border-width: 1px;
	font-size: 25pt;
	text-align: center;
	width: 645px; // originally 600
}

#subtitle
{
	border-style: solid none solid none;
	border-width: 1px;
	font-size: 18pt;
	margin: 30px 50px 10px 50px;
	text-align: center;
	width: 545px; // originally 500
}

#name
{
	border-style: none;
	border-width: 0px;
	font-size: 14pt;
	margin: 0px;
	text-align: left;
}

#poly
{
	border-style: none;
	border-width: 0px;
	font-size: 13pt;
	margin: 0px;
	text-align: left;
}

#text
{
	border-style: none;
	font-size: 12pt;
	text-align: left;	
}

#content
{
	background: white;
	border-style: none none none solid;
	border-width: 1px;
	color: black;
	margin: 10px 0px 10px 5px;
	padding: 0px 5px 0px 5px;
	text-align: left;
}

#content a
{
	color: blue;
}

#content a:hover
{
	color: green;
}

#menu
{
	color: white;
	font-family: sans-serif;
	font-weight: bold;
	margin: 10px 0px 10px 5px;
	padding: 15px 15px 5px 15px;
	text-align: center;
	width: 80px;
}

table
{
	border-collapse: separate;
}

ul li table
{
	border-collapse: collapse;
}

form table
{
	border-collapse: separate;
}


#content table td
{
	padding: 4px;
}

td
{
	padding: 0px;
}

#menu img
{
	border-width: 5px;
	border-color: white;
	margin: 0px 0px 10px 0px;
}

#menu a:hover, #menu a:hover img
{
	border-width: 5px;
	border-color: #D0C800;
}

p
{
	text-indent: 1.5em;
}

/* Styles for Menu Items */
ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 80px; /* Width of Menu Items */
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
* redStyle a { 	width: 14px; height: 14px; }
/* End */

ul li a
{
	color: white;
	display: block;
	text-decoration: none;
	padding: 3px 5px;
}

ul li a:hover
{
	background-color: #FFFFFF;
}

/* new style choosing */
#redStyle, #greenStyle, #blueStyle, #monochromeStyle
{
	font-size: 0pt;
}

#redStyle a
{
	padding: 0px;
	width: 12px;
	height: 12px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	color: #B04040;
	background-color: #B04040;
}

#redStyle a:hover
{
	width: 8px;
	height: 8px;
	border-color: white;
	border-width: 3px;
}

#greenStyle a
{
	padding: 0px;
	width: 12px;
	height: 12px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	color: #408040;
	background-color: #408040;
}

#greenStyle a:hover
{
	width: 8px;
	height: 8px;
	border-color: white;
	border-width: 3px;
}

#blueStyle a
{
	padding: 0px;
	width: 12px;
	height: 12px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	color: #4040A0;
	background-color: #4040A0;
}

#blueStyle a:hover
{
	width: 8px;
	height: 8px;
	border-color: white;
	border-width: 3px;
}

#monochromeStyle a
{
	padding: 0px;
	width: 12px;
	height: 12px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	color: #A0A0A0;
	background-color: #A0A0A0;
}

#monochromeStyle a:hover
{
	width: 8px;
	height: 8px;
	border-color: white;
	border-width: 3px;
}

#spacing
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	width: 8px;
	height: 34px;
}
