﻿body	{background: white url(../images/background.gif) repeat-y; margin: 0; font-family: arial, verdana, helvetica, sans-serif;}

p,td	{font-size: 10pt; color: black;}
li		{font-size: 10pt; color: black; margin-bottom: 6px;}
ul		{list-style-image: url(../images/tri.gif);}

h1	{font-size: 18pt; color: #990000; font-weight: bold; margin-bottom: 0;}
h2	{font-size: 14pt; color: #990000; font-weight: normal;}
h3	{font-size: 11pt; color: black; font-weight: bold;}
h4	{font-size: 13pt; color: black; font-weight: normal; margin-top: 0; margin-bottom: 10px;}

.title		{font-size: 12pt; color: black; font-weight: bold; margin-bottom: 0;}
.subtitle	{font-size: 10pt; color: black; margin-top: 0;}

.top	{margin-top: 0;}
.bottom	{margin-bottom: 0;}
.topbot	{margin-top: 0; margin-bottom: 0;}

.large	{font-size: 11pt;}
.small	{font-size: 8pt;}

a:link   	{color: #990000;}
a:active 	{color: #990000;}
a:visited 	{color: #666666;}
a:hover 	{color: black;}

a.menu:link   	{color: #990000; font-weight: normal;}
a.menu:active 	{color: #990000; font-weight: normal;}
a.menu:visited 	{color: #666666; font-weight: normal;}
a.menu:hover 	{color: white; font-weight: normal;}

#topmenu {
	width: 411px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #990000;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
}
	#topmenu a {color: #990000; text-decoration: none;}
	#topmenu a:hover {color: black;}

#menu, #menu ul {
	display: block;
	width: 109px; *width: 114px;
	height: 323px; *height: 383px;
	margin: 0;
	padding: 60px 0 0 5px;
	list-style: none;
	background: url(/images/menu_background.gif) no-repeat top left;
}
	#menu li {
		list-style: none;
		margin: 5px 0 0 0;
		padding: 0;
		font: 13px/15px "Arial Narrow",Calibri;
		font-weight: bold;
	}
	#menu a {
		color: white;
		text-shadow: 2px 2px 1px black;
		text-decoration: none;
	}
		#menu a:hover {
			color: yellow;
		}

#footer {width: 400px; padding-top: 10px; font-size: 8pt;}
	#footer .organization {color: #800000; font-size: 10pt; font-weight: bold;}
