/* CSS file for Penticton Sandcastle competition */


/* Define tables */
	
td {
	 font-size: 12pt;
	 font-weight: normal;
	 font-style: normal;
	 font-family: arial,helvetica;
	 }
	

/* Create the basic navbar */

a.navbar
 {
	float: left;
	width: 135px;
	padding: 6px;
	border-right: 1px #FFFFCC;
	font-family: arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
 }

a.navbar:link
 {
	color: #FFFFCC;
	background-color: #CC3300;
 }

a.navbar:visited
 {
	color: #FFFFCC;
	background-color: #CC3300;
 }

a.navbar:hover
 {
	color: #CC3300;
	background-color: #FFFFCC;
 }

a.navbar:active
 {
	color: #FFFFCC;
	background-color: #CC3300;
 }

/* Create second navbar class -- for current page */


a.navbar2
 {
	float: left;
	width: 110px;
	padding: 6px;
	border: 1px #CC3300;
	font-family: arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #CC3300;
	background-color: #FFFFCC;
 }

/* Create third navbar class -- for left navbar */

a.navbar3
 {
	float: top;
	width: 150px;
	padding 6px;
	font-family: arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: #3333CC;
	background-color: #FFFFCC;
}

/* Creating the links */

a.normal
 {
	font-family: arial,helvetica;
	font-size: 10 pt;
	font-weight: normal;
	text-decoration: underline;
 }

a.normal:link
 {
	color: #3333CC;
 }

a.normal:visited
 {
	color: #CC3300;
 }

a.normal:hover
 {
	color: #CC3300;
 }

a.normal:active
 {
	color: #CC3300;
 }

/* Create links for Photo Gallery */

a.photo
 {
	font-family: arial,helvetica;
	font-size: 12 pt;
	font-weight: bold;
	text-decoration: underline;
 }

a.photo:link
 {
	color: #3333CC;
 }

a.photo:visited
 {
	color: #CC3300;
 }

a.photo:hover
 {
	color: #CC3300;
 }

a.photo:active
 {
	color: #CC3300;
 }	



