/* colour notes:
	basic background and link hover colour (peachy-cocoa):  cc9966
	Basic links and menubar (dark red-brown):  663300
	Menu bar links (white):  ffffff
	Side menu bars (pale yellow-peach): ffffcc
	Basic text is black:  000000
	Main titles are black:  000000
	second level titles (dark red): 990000
	third level titles and emphatic text (gold): ff9900
*/

/* main body definition */
body
{
	font-size: 0.8em;
	font-family: Comic Sans MS,Chicago,Sans-serif,cursive;
	background: #cc9966;
	margin: 0px;
	padding-left:0%;
	text-align: left;
}

/* standard link -- dark blue text, underline appears on hover */
a:link {text-decoration: none; color: #663300}
a:visited {text-decoration: none; color: #663300}
a:hover {text-decoration: underline; color: #cc9966}

/* links on the family tree image (no outline) */
a.familytree:link {border:none}

/* main menu items */
.menuitem
{
	padding: 3px;
	color: #ffffff;
	font-size: 0.9em;
}

/* links on the main menu bar */
a.m_item:link {color: #ffffff} 
a.m_item:visited {color: #ffffff} 
a.m_item:hover {text-decoration: underline; color: #ffffff} 

h1,h2,h3,h4,h5,p,ul { font-family: Comic Sans MS,Chicago,Sans-serif,cursive; }

p {margin-top: 0; margin-bottom:15px;}

/* header definitions */
h1
{
	font-size:1.5em;
	color:#000000;
	font-weight:bold;
}

h2
{
	font-size:1.2em;
	color:#990000;
	font-weight:bold;
}

h3
{
	font-size:1.1em;
	color:#ff9900;
	font-weight:bold;
	margin-bottom: 5px;
}

/* main header table style */
.headertable
{
	width:800px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#cc9966;
	border:0;
	border-spacing:0;
	padding:0;
}

.menubar
{
	width:800px;
	padding:0;
	border-spacing:0;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#663300;
	border:0;
}

.footerbar
{
	width:800px;
	padding:0;
	border-spacing:0;
	margin-top:0px;
	margin-bottom:2px;
	background-color:#663300;
	border:0;
}

.maintext
{
	background-color:#ffffff;
	width:800px;
	padding:10;
	border-spacing:0;
	margin-top:0px;
	margin-bottom:0px;
	border:0;
}

.mainbody
{
	width:100%;
}

table.mainbody td
{
	padding:10px;
}

.sidemenu
{
	vertical-align:top;
	width:150px;
	background-color:#ffff99;
}

.sidemenuitem
{
	font-size:0.9em;
}

.emphatictext
{
	font-weight: bold;
	color: #ff9900;
}

.reviewquote
{
	border: 2px solid #990000;
	padding: 10px;
	background-color: #ffff99;
}

.fullscreen
{
	border-spacing:10;
	padding:10;
	background-color:#ffff99;
}

.fullscreenbody
{
	background-color:#ffff99;
	background:#ffff99;
}
