body
{
	font-family: Verdana;
    font-size: 11px;
    margin: 0px 0px 0px 0px;
}
html {
     overflow: -moz-scrollbars-vertical;
}
p
{
	font-family: Verdana;
    font-size: 11px;
}
div, td, textarea
{
   font-family: Verdana;
   font-size: 11px; 
}


/* STANDARD / TEMPLATES ***********************************************************/
A
{
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #00529E;
}

h1{
	color: #03539C;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	margin: 0 0 0.5em 0;
}
.MainPane
{
	width: 100%;
	height: 100%; 
	vertical-align: top;
}
.LeftPane
{
	padding-top: 42px; 
	vertical-align: top;
	width: 47.5%;
	text-align: left;
}
.MiddlePane
{
	width: 5%;
}
.RightPane
{
	padding-top: 42px; 
	vertical-align: top;
	width: 47.5%;
	text-align: left;	
}
input.donate
{
	width: 100%;
	font-family:Verdana;
	font-size: 11px;
	border: 1px solid #D6D6D6;
}
table.donate td
{
	padding-top: 10px;
}
textarea.donate
{
	width: 100%;
	font-family:Verdana;
	font-size: 11px;
	border: 1px solid #D6D6D6;
}

.BookWeekHeader
{
	color: #004487;
	font-size: 14px;	
	padding-left: 15px;
	border-top: 1px solid white;
	cursor: pointer;
	height: 35px;
}

.BookWeekContent
{
	padding-left: 15px;
	padding-right: 10px;

}


/* MENUS ***********************************************************/
A.TopLevelMenu
{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: White;
	white-space: nowrap;
}
A.SubMenu
{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #00529B;
}
A.SubMenuSelected
{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #DA011E;
	white-space: nowrap;
}
TD.TopLevelMenu
{
	background-color: #00529B;
	text-align: center;
}

TD.SelectedTopLevelMenu
{
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
TD.SubMenu
{
	border-bottom: 1px solid #B5EA51;
	padding-left: 12px;
	width: 164px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* NEWS section***********************************************************/
.NewsLink
{
	text-decoration:underline;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	color: #0144AC;
	text-decoration: none;
	font-weight: bold;
}
.NewsDate
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: White;
	padding-bottom: 7px;
	height: 10px;
}
.NewsTitle
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #DA001D;
	padding-bottom: 7px;
	height: 10px;
}
.NewsDescription
{
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-bottom: 5px;
	text-align: justify;
	padding-right: 10px;
	height: 10px;
}
.LetterTitle
{
	height: 20px;
}

