/* document style */

body {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
    background-color: #354141;
	background-image: url('images/background.gif') ;
	background-repeat: repeat-y;
	background-position: center;
	padding: 0;
	margin: 0;
}



/* site-wide hyperlink styles */

a {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #9badad;
}

a:visited {
	text-decoration: none;
	color: #9badad;
}

a:hover {
	text-decoration: none;
	color: #cccccc;
}

a:active {
	text-decoration: none;
	color: #cccccc;
}

/* Extra styling for links in top right menu */

.links {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 48px;
	padding-bottom: 45px;
	font-style: normal;
	margin: 0;
}

/* Extra styling for links in page on the right hand side */

.bodytextlinks {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-left: 48px;
	line-height: 1.6em;
	padding-top: 24px;
}



 /* logo style */
 
img.logo { 
    padding-top: 48px;
    padding-bottom: 46px;
	padding-left: 0px;
	padding-right: 0px;
}

/* top left pic style */

img.mainpic {  
    padding-bottom: 0px;
	border-color: #cccccc;
}

/* right hand text on most pages */

.bodytext {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-left: 48px;
	padding-bottom: 12px;
	padding-top: 0px;
	line-height: 1.3em;
     text-align: justify;
}

.bodytext2 {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-left: 0px;
	padding-bottom: 12px;
	padding-top: 24px;
	line-height: 1.3em;
}


/* text on gallery page */

.gallerytext {
	font-size: .6em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 1.3em;
}




/* small text style on most pages */

.smallbodytext {
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	padding-left: 48px;
	padding-top: 0px;
    text-align: justify;
}

.smallbodytext2 {
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	padding-left: 0px;
	padding-top: 24px;
}

.copyright {
	font-size: .6em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	padding-top: 24px;
}

.lyrics {
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6em;
	padding-left: 48px;
    
}


/* styles for the form buttons and textfields */

form { 
 border: 1px solid #9badad; 
 padding: 21pt;  
}

.inputstyle { 
 background-color: #cccccc; 
 color: #191d1f;
 font-size: .8em;
 font-family: Arial, Helvetica, sans-serif;
 border: 1px solid #9badad;
 line-height: 1.7em;
}

.inputstylegallery { 
 background-color: #cccccc; 
 color: #191d1f;
 font-size: .9em;
 font-family: Arial, Helvetica, sans-serif;
 border: 1px solid #9badad;
 line-height: 1.7em;
}

.submitstyle { 
 background-color: #cccccc; 
 color: #191d1f;
 font-size: .8em;
 font-family: Arial, Helvetica, sans-serif;
 margin-top: 6px;
 line-height: 1.7em;
}

.formtext {
    font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-top: 6px;
	line-height: 1.7em;
}

.formtextsmall {
    font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-top: 6px;
	line-height: 1.7em;
}
 
 
 /* Extra bits of styles used in a couple of places */
 
.cellpadder1 {
	padding-left: 48px;
	padding-right: 48px;
}
 
.normaltext {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


