body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
body {
	background-color: #000000;
	margin:0px;
	padding:0px;
}

form
{
	margin: 0px;
}

a
{
	color: #0586C0;
	font-weight:normal;
	text-decoration:underline;
}

a:hover
{
	color: #ffffff;
	font-weight:normal;
	text-decoration:underline;
}

h1
{
	font-size: 20px;
	color: #0586C0;
	font-weight:normal;
}

h2
{
	font-size: 15px;
	color: #0586C0;
	font-weight:normal;
}

h3
{
	font-size: 12px;
	font-style: italic;
	color: #0586C0;
	font-weight:normal;
}

div.header1
{
	font-size: 20px;
	color: #0586C0;
	font-weight:normal;
}

div.header2
{
	font-size: 15px;
	color: #0586C0;
	font-weight:normal;
}



p
{
	padding:0px 0px 10px 0px;
	margin:0px;
}

.contentLineSpacing
{
    line-height: 16px;
}

#layout
{
	padding-top: 35px;
	width: 1012px;
	margin-left:auto;
	margin-right:auto;
}

#backgroundHomePage
{
	margin:0px;
	padding:0px;
	background-image: url(../_img/HomePageBackGround.jpg);
	background-repeat: no-repeat;	
	background-position: center top;
	height: 643px;
}

#backgroundGalleryPage
{
	margin:0px;
	padding:0px;
	background-image: url(../_img/backgroundGallery.jpg);
	background-repeat: no-repeat;	
	background-position: center top;
	height: 643px;
}

#backgroundAboutPage
{
	margin:0px;
	padding:0px;
	background-image: url(../_img/AboutPageBackGround.jpg);
	background-repeat: no-repeat;	
	background-position: center top;
	height: 643px;
}

#backgroundEventsPage
{
	margin:0px;
	padding:0px;
	background-image: url(../_img/EventPageBackGround.jpg);
	background-repeat: no-repeat;	
	background-position: center top;
	height: 690px;
}

#backgroundRegisterPage
{
	margin:0px;
	padding:0px;
	background-image: url(../_img/RegisterPageBackGround.jpg);
	background-repeat: no-repeat;	
	background-position: center top;
	height: 643px;
}

#backgroundStandardPage
{
	margin:0px;
	padding:0px;
	background-image: url(../_img/RegisterPageBackGround.jpg);
	background-repeat: no-repeat;	
	background-position: center top;
	height: 643px;
}

#container
{
}

#logo
{
    float:left;
    height: 97px;
    width: 270px;
}

#header
{
    float:right;
	height: 38px;
    width: 722px;
}

#content
{
    float: right;
    height: 415px;
    width: 722px;
    padding-top: 14px;
    padding-bottom: 24px;
}

.boldBlue
{
    color: #0586C0;
    font-weight: bolder;
}

.scrollingContent 
{
	overflow: auto; 
	width:100%; 
	height:350; 
	border:0 #000000 solid; 
	text-align: left;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}

#homeButtons
{
    clear:both;
    padding-left: 41px;
    height: 61px;
    width: 270px;
    position: relative;
    top: -60px;
}

#contentButtons
{
    clear:both;
    padding-left: 41px;
    height: 61px;
    width: 270px;
    position: relative;
    top: -10px;
}


.aboutCellContent
{
    border: solid 1px #003B77;
    background-color: #000000;
    padding: 20px;
}


.contactCellContent
{
	background-image: url(../_img/FormTile.jpg);
	background-repeat:repeat-y;
    border: solid 1px #003B77;
    background-color: #000000;
    padding: 20px;
}

.contactFormTitle
{
    width: 90px;
    padding-right: 5px;
    font-weight:bolder;
}

input.contactFormTextField, textarea.contactFormTextField, select.contactFormTextField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #332200;
	padding: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background: #F2F6FB;
	border: 0px solid #DEE9F5;
}

textarea.contactFormTextField
{
	width: 345px;
	height: 92
}

input.contactFormTextField
{
	width: 250px;
}

.thankYouCellContent
{
	background-image: url(../_img/ThankFormBackGround.jpg);
	background-repeat:no-repeat;
    border: solid 1px #003B77;
    background-color: #000000;
    padding: 20px;
    text-align:center;
    vertical-align:middle;
}


#footer
{
	clear: both;
	border-top: 1px solid #003B77;
	padding-bottom: 24px;
	margin-top: -56px;
}

#zzutilitymenu
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 10px;

	font-weight: bolder;
	color: #0586C0;
	font-size: 10px;
	z-index: 0;
}

#utilitymenu
{
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 10px;

	font-weight: bolder;
	color: #0586C0;
	font-size: 10px;

    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

#footerdivleft
{
    float:left;
    margin-left:auto;
    width: 360px;
}

#footerdivright
{
    float:left;
    margin-right:auto;
    width: 320px;
}

#utilitymenu a
{
	color: #0586C0;
	font-weight: bolder;
    text-decoration: none;
}

#utilitymenu a:hover
{
	color: #FFFFFF;
	font-weight: bolder;
    text-decoration: none;
}
