body
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #EEEEEE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
}
.oneColFixCtr #container
{
	width: 1020px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent
{
}
.oneColFixCtr #bannerImage
{
	background: url('resources/Images/Banner.jpg');
	height: 101px;
}
.oneColFixCtr #bannerText
{
	position: relative;
	top: 30px;
	left: 563px;
	width: 500px;
	font-size: 15px;
	color: #FFFFFF;
}
.oneColFixCtr #topNavImage
{
	height: 81px;
}
.oneColFixCtr #topNavText
{
	position: relative;
	height: 41px;
	top: 0px;
	left: 45px;
	width: 930px;
	padding-top: 25px;
	text-align: center; /* 	word-spacing:5px; 	*/
	font-size: 16px;
	color: #FFFFFF;
}
.oneColFixCtr #topNavText #bar
{
	padding-left: 15px;
	padding-right: 15px;
	word-spacing: normal;
}
.bluecolumn
{
	background-color: #3BAEE5;
	color: #FFFFFF;
}
.columnspacer
{
	height: 533px;
	width: 18px;
}

.content_table_default
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 490px;
	color: Black;
}

.content_table_default_All
{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}


.content_table_Home
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 450px;
}

.content_Labels
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #3BAEE5;
}

.content_Labels
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #3BAEE5;
}

.content_HomeText
{
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 30px;
}

.Event_Title
{
	font-size:21px;
	font-family:Arial;
	padding-left: 20px;
	color:#3090c7;
	font-weight:bold;
	padding-top:10px;
}

.Event_Text_Left
{
	font-size:15px;
	font-family:Arial;
	color:#00529c;
	font-weight:800;
}

.Event_Text_Left_Bottom
{
	font-size:12px;
	font-family:Tahoma;
	font-weight:600;
}

.Event_Text
{
	font-size:20px;
	font-family:Arial;
	padding-left: 20px;
	font-weight:bold;
	color:White;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
	padding-top:35px;
	text-align:center;
	line-height:28px;
	
}

.content_JustPadded
{
	padding-left: 20px;
	padding-right: 20px;
}

.content_AboutDefault
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 20px;
}

.content_AboutRightPara
{
	padding-left: 5px;
}

.content_AboutLeftPara
{
	padding-right: 5px;
}

.gradient
{
	border: 1px solid #CCCCCC;
	background-image: url('resources/Images/ADA_tablegradient.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}
        

	#mastleft 
	{
		top:0px;
        margin: 0px;
		height: 110px;
		width: 1000px;
        float:none;
        margin-top: 0px;
		margin-bottom:0px;
		/*background-color:#F9C700;*/
		color: #000;
		font-family: verdana,helvetica,sans-serif;
		font-size: 9px;
		font-weight:normal;
		vertical-align:bottom;
		text-align:right;
		font-style:normal;
		padding: 2px 4px 0px 2px;
		text-decoration: none;
		background-repeat:no-repeat;
        background:url('resources/Images/Header.jpg');
	}
    
	#mastright 
	{
		top:0px;
        margin: 0px;
		height: 94px;
        width: 325px;
        float: right;
	}
    
	#mastcenter 
	{
		top:0px;
        margin: 0px;
		height: 94px;
        width: 205px;
        float: right;
		vertical-align:bottom;
	}
    #content-right {
        float: right;
    }
    .btnSubmit
    {
    	background-image:url('resources/Images/Btn_Submit.jpg');
   		background-repeat:no-repeat;
    }
	p {
		color: #333333;
		font-family: verdana,helvetica,sans-serif;
		font-size: 12px;
        line-height: 16px;
		font-weight: normal;
		font-style : normal;
	}
    
 
	.footer {
		color: #3090c7;
        font-family: verdana,helvetica,sans-serif;
		font-size: 10px;
		font-weight: normal;
		font-style : normal;
		text-decoration: none;
        text-align: right;
	}
	.GiftTable {
		color:#333333;
		padding: 10px;
       	border: 1px dotted #000000;
	}
	.GiftImageTable {
		border-bottom: 1px dotted #000000;
	} 
	.ThemeTable {
		color:#333333;
		padding: 10px;
       	border: 1px dotted #000000;
	}
.headline
{
 font-size:large;
 font-weight:bold;
 color:#3090c7;
	}