/* CSS Document */

/* GLOBAL */
body{
	background-position: 0% 0%; margin:0; padding:0; background-image:url('images/bg.gif'); background-repeat:repeat; background-attachment:fixed
}
#galaBkgd {
	background-image: url(news/images/Gala%20bkgd%20fundraising.jpg);
	height: 299px;
	width: 487px;
}

.title       { font-family: Arial; font-size: 14px; color: #336699; font-weight: bold; margin-top:10px;}
body, td, p{
	font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Arial; color:#003366
}
p{
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 20px;
}


a{
	color: #00529F;
}
a:hover
{
	color:#990099;
	text-decoration:none;
}

h1, h1 a{
	text-decoration: none;
	font-size: 16px;
	color: #00529F;
	margin-bottom: 5px;
}
h2, h2 a{
	text-decoration: none;
	font-size: 14px;
	color: #00529F;
	margin-bottom: 5px;
}
h3, h3 a{
	text-decoration: none;
	font-size: 12px;
	color: #00529F;
	margin-bottom: 10px;
}
hr{
	border-left:0px none; border-right:0px none; border-bottom:0px none; margin:10px 0; padding:0; height: 1px;
	border-top: 1px solid #CCDCEC
}
a.button{
	text-decoration: none;
	display: block;
	color: #FFF;
	font-weight: bold;
	line-height: 25px;
	background: #E9EBED url('/images/bg_button.gif');; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0
}
a:hover.button{
	background: url('/images/bg_button_over.gif');
}
/* NAVIGATION */
.navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

.navcontainer li
{
border-bottom: 1px solid #B6CCC9;
margin: 0;
}

.navcontainer li a
{
display: block;
border-left: 0px solid #1958b7;
border-right: 10px solid #799FD7;
background-color: #4271B5;
color: #E5E0CC;
text-decoration: none;
width: 100%; font-family:arial; font-size:13px; font-weight:bold; padding-left:12px; padding-right:5px; padding-top:5px; padding-bottom:5px
}

html>body .navcontainer li a { width: auto; }

.navcontainer li a:hover
{
border-left: 0px solid #1c64d1;
border-right: 10px solid #dc7eed;
background-color: #a52abb;

color: #fff;
}

/* FOOTER */
.footer {
	color: #FFFFFF;
	font-size: 10px; background-color:#799fd7; width:774px;
}

.footer a{
	color: #FFFFFF;
}
.footer a:hover
{
	color:#990099;
	text-decoration:none;
}


/* HEADER */
.header {
	color: #ffffff;
	font-size: 11px; background-color:#799fd7;
	margin:10px;
}

.header a{
	color: #FFFFFF;
}
.header a:hover
{
	color:#990099;
	text-decoration:none;
}


/* News */
.news {
	color: #003366;
	font-size: 12px;
	margin:10px;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Arial; 
}

.home ul           
{ list-style-type: disc; list-style-image: url('../vtcDev/images/bullet.gif') }
.pink {
	color: #B221AD;
}

