

/* Begin Typography & Colors */
body {
    background: url("/images/kubrickbgcolor.jpg"); 
	font-size: 12px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	margin-top:0px;
}
p{
	line-height: 24px;
	font-size: 12px;
}

ul {
	list-style-image: url(/images/bullet.gif);
}

li 
{
	line-height: 24px;
	font-size: 12px;
}

/* Menu/Navigation Style */
ul.menu 
{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
	
ul.menu a {
 	font-size:14px; 
	line-height:24px;
 	padding:0;
	margin-bottom:0px;
  	text-align:left; 
  	text-decoration:none; 
	font-weight: normal;
  	color: #999999;
}

ul.menu a:visited{
  	text-align:left; 
  	text-decoration:none; 
	font-weight: normal;
  	color: #999999;
}

ul.menu a:hover {
	font-weight: normal;
	color:#333333;
}

ul.submenu 
{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

ul.submenu li
{
	margin-left:20px;
}

ul.submenu a {
 	font-size:12px; 
	line-height:24px;
 	padding:0;
	margin-bottom:0px;
  	text-align:left; 
  	text-decoration:none; 
	font-weight: normal;
  	color: #999999;
}

ul.submenu a:visited {
  	text-align:left; 
  	text-decoration:none; 
	font-weight: normal;
  	color: #999999;
}
ul.submenu a:hover {
	font-weight: normal;
	color:#333333;
}


#donor {
 	font-size:14px; 
	line-height:24px;
}
#donor a, #donor a:visited {
  	text-align:left; 
  	text-decoration:underlined; 
	font-weight: normal;
  	color: #333333;
}
#donor a:hover {
	font-weight: normal;
	color:#333333;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

.title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24pt;
	font-weight: normal;
	color: #8F2D00;
	line-height: 24pt;
}

.sub-title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}


.mmhide_error 
{
    background-color: Red;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
}

.body-single-regular
{
	line-height: 12px;
	font-size: 12px;
}