/* CSS Document */

body
{
	background-image: url("../images/bg.gif");
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
}

TD
{
	font-size: 1em;
	line-height:1.4em;
}

LI 
{
	padding-bottom: 10px;
}

TD.left 
{
	background-image: url("../images/left_bg.gif");
	width: 6px;
}

TD.right 
{
	background-image: url("../images/right_bg.gif");
	width: 11px;
}

TD.middle 
{
	background: #FFFFFF;
	width:758px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	vertical-align:top;
	font-size:1em;
}

TD.header
{
	background-image: url("../images/header.jpg");
}

TD.nav
{
	font-size:.7em;
	text-align: center;
	background: #FFFFFF;
	width:768px;
	padding:10px;
}

TD.footer
{
	background: #FFFFFF;
	width:758px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	vertical-align:top;
	font-size:.7em;
	text-align:center;
	line-height:12px;
	color: #CCCCCC;
}

a.footertext:link, a.footertext:visited
{
	text-decoration: none;
	color: #CCCCCC;
}

a.footertext:hover
{
	text-decoration: underline;
	color: #CCCCCC;
}

a.navitem:link, a.navitem:visited
{
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	padding-left: 4px;
	padding-right:4px;
}

a.navitem:hover
{
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
	padding-left: 4px;
	padding-right:4px;
}
	
.quote
{
	font-style: italic;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	line-height: 24px;

}

.quotecite
{
	text-align: right;
	padding-right: 150px;
	padding-left: 150px;
}
		
p.menu
{
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	border-bottom: 1px #CCCCCC solid;
	margin-left:200px;
	margin-right:200px;
	padding-bottom:4px;
}

p.menuitem
{
	text-align: center;
	margin-left:100px;
	margin-right:100px;
}		
TD.menu
{
	text-align: center;
	font-weight: bold;
	border-bottom: 1px #CCCCCC solid;
	padding-bottom:4px;
}

TD.menuitem
{
	text-align: center;
}
TD.menuitem_spacer
{
	text-align: center;
	font-size:.1em;
}

TD.menubg
{
	background: url("../images/menubg.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 1px #CCCCCC solid;
	padding:20px;
	
}

TD.menubottom
{
	background: url("../images/menu_bottom.jpg");
	height:10px;
	background-repeat: no-repeat;
}
TD.menubottomright
{
	background: url("../images/menu_bottomright.jpg");
	width:10px;
	height:10px;
	background-repeat: no-repeat;
}
TD.menuright
{
	background: url("../images/menu_right.jpg");
	width:10px;
	vertical-align: top;
}.writtenin {
	font-size: .8em;
}
#info {
	float:right;
	margin-top:100px;
	width:40%;
	padding:1em;
	border: 1px solid #CCCCCC;
	font-size:.8em;
	background: #EEEEEE;
}