/* the first section defines styles used in the main template  */

body { color:#676CB5; background-color:#FFFFE8; }

#logo {
	position:absolute;
	left:52px;
	top:5px;
	width:60px;
	height:150px;
	z-index:1;
}

#navigation {
	position:absolute;
	left:5px;
	top:155px;
	width:150px;
	height:430px;
	z-index:3;
}
#content {
	position:absolute;
	left:168px;
	top:5px;
	width:599px;
	height:586px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0C1274;
	font-size:12px;
	z-index:4;
}
/* this section defines styles used in the original main template but removed for the first revision */
#banner {
	position:absolute;
	left:155px;
	top:5px;
	width:700px;
	height:100px;
	z-index:2;
}

/* the following styles are used in the Home, News and Commission pages */
.style0 {font-size: 14px}
.style1 {font-size: 18px}
.style2 {
	font-size: 24px;
	font-weight: bold;
}
/* the following styles are used in the Home page */
.style3 {
	font-size: 24px;
	font-family: "Comic Sans MS";
}

.style4 {color: #676CB5}
/* the following styles are used in the Home, Commission pages*/
ul
{ list-style-image: url("../images/heart.gif");
  list-style-position:outside;
  padding:20px;
  font-size:14px;
  text-indent:-25px;
  margin-left:50px
  }
  
#textLayer {
	position:absolute;
	width:400px;
	z-index:5;
	left: 200px;
	top: 110px;
}

#flashLayer {
	position:absolute;
	width:147px;
	height:127px;
	z-index:5;
	left: auto;
	top: auto;
}
#linksLayer {
	position:absolute;
	width:366px;
	height:115px;
	z-index:5;
	left: 200px;
	top: 170px;
}
