﻿body
{
	background-color: #002649;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
	font-family:Tahoma;
	margin:0;
	padding:0;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
	font-family: Tahoma;
	font-weight: bold;
	border:0;
	padding:0;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
	float:left; 
	position:relative;
	padding:0;
	margin:0;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited
{
    display: block;
    text-align: center;
    text-decoration: none;
    width: 110px;
    height: 30px;
    color: #ffffff;
    line-height: 30px;
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #012f50;
    padding:0;
    margin:0;
}

/* make the dropdown ul invisible */
.menu ul li ul {
	display: none;
	padding:0;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
	color:#ffffff; 
	background:#012f50;
	font-family: Tahoma;
	font-weight: bold;
	padding:0;
	margin:0;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:31px; 
	left:0; 
	width:140px;
	padding:0;
	margin:0;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
	display:block; 
	background:#012f50; 
	color:#ffffff;
	font-family: Tahoma;
    font-weight: bold;
    border:1px solid #fff;
	border-width:1px 1px 0 0;
	padding:0;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
	background:#3d5e7f; 
	color:#ffffff;
	padding:0;
	margin:0;
}

#ticketpriority
{
	
}

#ticketpriority a
{
	width:125px;
}

#ticketpriority ul li a
{
	width:125px;
}

#majorgift
{
	
}

#majorgift a
{
	width:125px;
}

#majorgift ul li a
{
	width:125px;
}


.header
{
	vertical-align: middle;
	text-align: center;
}

.header h1
{
	color: #ff3300;
	font-size: x-large;
}

.header h2
{
	font-size: large;
	color: #ff9933;
}

.header h3
{
	font-size: small;
	color: #ffff33;
}

#border
{
	background-color:Orange;
	width:20px;
}

#table1
{
	background-color: #e87511;
}

#imgBanner
{
    width :230px;
    border:0;
	border-bottom:solid 1px #fff;
}

#imgBannerTop
{
	 border-bottom:solid 1px #fff;
}

#imgBannerBottom
{
	width: 230px;
	border: 0;

}

#content
{
    color: Black;
    text-align: left;
    font-family: Tahoma;
    font-size:12px;
    margin-left:5px;
    margin-right:5px;
}

#content p
{
	margin-bottom:5px;
	margin-left:5px;
    margin-right:5px;

}

.style1
{
    color: #000000;
    font-family:Tahoma;
    font-size:10pt;
}


.style2
{
    color: #000000;
    font-family: Tahoma;
    font-size: 8pt;
    text-align: justify;
}
.style3
{
    text-align: left;
    color:Black;
}
#Calendar
{
    border:0;
}

#V3GLogo
{
    border:0;
    margin:0;
}

#V3GLogoText
{
    border:0;
    margin:0;
    font-family:Tahoma;
    font-size:12px;
}

#video
{
	background-image: url(img/VideoBackground.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	background-position: center center;
	height:900px;
}

#video a
{
	color: #fff;
}