BODY
{
	background-color:	#FFFFFF;
	font-family:		arial,sans-serif;
	font-size:		.9em;
}

H1
{
	text-align:		center;
}

P
{
	text-align:		justify;
}

IMG
{
	border:			0;
}

/* These next two are used in the etch manual */
P.example
{
	border-style: solid;
	border-width: thin;
	width: 75%;
	padding: .5em;
	text-align: left;
	background-color: #E1F1FF;
}
P.note
{ 
	border-style: solid;
	border-width: thin;
	width: 75%;
	padding: .5em;
	text-align: justify;
}

TABLE.contacts
{
	font-size:		1.2em;
	text-align:		center;
	border:			solid #065798;
	border-collapse:	collapse;
	/* This causes the table to center */
	margin-left:		auto;
	margin-right:		auto;
}

TD.contacts
{
	border:			solid #065798;
	padding:		10px;
}

DIV.topmenubox
{
	background-color:	#065798;
}

TD.topmenubox
{
	width:			500px;
}

DIV.leftmenubox
{
	background-color:	#065798;
	height:			400px;
	width:			100px;
}

P.loginstatus
{
	text-align:		right;
	font-size:		.8em;
}

P.topmenu
{
	text-align:		center;
	color:			#E1F1FF;
	font-size:		1.2em;
}

UL.sidemenu
{
	/*list-style-image:	url("/images/microflake.png");*/
	/*list-style-type:	none;*/
	font-size:		1.2em;
}

P.sidemenu
{
	margin-left:		1em;
	font-size:		1.1em;
}

A.menu:link, A.menu:visited, A.menu:active
{
	color:			#E1F1FF;
	text-decoration:	none;
}

DIV.space_25h { height: 25px; }
DIV.space_500h { height: 500px; }
DIV.space_15w { width: 15px; }
DIV.space_50w { width: 50px; }
DIV.space_500w { width: 500px; }

