
/****************************************************************************/
/* general elements that apply to all pages */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #e7f9f2;
	color: #06613a;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	letter-spacing:1px;
	margin: 0px;
	padding: 3px;
	padding-left: 0px;
	/*padding-left: 5px;	*/
}

h2 {
	font-size:14px;
	font-weight: bold;
	font-weight:bold;
	letter-spacing:1px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
}

/****************************************************************************/
/* some general classes */

.floatright {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}

.floatleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.floatcenter {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.floatcenter div {
	margin-left: auto;
	margin-right: auto;
}

.backlink {
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
	margin-right: 2px;
}

.forwardlink {
	background-image: url(../images/forward.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 10px;
	margin-left: 2px;

}

.oddbar {
	background-color: #86e1ba;
	color: #000000;
}

.evenbar {
	background-color: transparent;
	color: #06613a;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.border {
	border: 1px solid #06613a;
	margin: 0px;
	padding: 0px;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

.confirm {
	color: #000000;
	font-weight: bold;
}


/****************************************************************************/
/* Links */

.imagelink img {
	text-decoration: none;
	border: 0px;
}

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

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

a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
}

.adminlink {
	font-weight: normal;
	font-size: 10px;
	color: #06613a;
	letter-spacing: normal;
	background-color: #e7f9f2;
	border: 1px solid #0aa463;
	padding-left: 2px;
	padding-right: 2px;
}

.button {

}

.button a{
	padding: 2px 5px;
	white-space: nowrap;
}
.button a:link, .button a:visited
{
	text-decoration: none;
	color: #000000;
	background-color: #86e1ba;
	border: 1px outset black;
}
.button a:hover
{
	text-decoration: none;
	color: #000000;
	background-color: #0CC174;
}

/****************************************************************************/
/* containers */

#containercontainer {
	width: 750px;
	margin: 0 auto;
}

#container {
	padding: 0px 0px 0px 0px;	
	border: 1px solid #06613a;
	background-color: #;
	text-align: justify;
	background-image: url(../images/);
}

/* header at the top of the page (probably the same across the whole site) */
#pageheader {
	height:95px;
	width: auto;
	background-color: #;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

#pagecontent {
	float:  left;
	width: 615px;
	min-height:300px;
	margin: 0px;
	padding: 0px;
}

#pagetitle {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 20px;
}

#pagesubtitle {
	padding: 10px;
	padding-left: 20px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

/* Page preview - contains warning that we're in preview mode */
#pagepreview {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

/* Page text - contains all the sections */
#pagetext {
	padding: 10px;
	padding-left: 20px;
}

/* page section - contains text and an image floated left or right */
.pagesection {
	clear: both;
	width: 585px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pagesection .indentleft {
	margin: 0px;
	padding: 0px;
	margin-left: 10px; /* this has to match the padding-right on floatleft images */
}

.pagesection .indentright {
	margin: 0px;
	padding: 0px;
	margin-right: 10px; /* this has to match the padding-left on floatright images */
}

.pagesection .noindent {
	margin: 0px;
	padding: 0px;
}

/* scrollable div.  Have to specify its height in the markup */
.scrollbox {
	padding-top: 10px;
	width: 100%;
	border: 1px solid #0aa463;
	background-color: #c2efdc;
}

/* hide this from IE because it doesn't seem to be able to cope with scrolling */
.scrollbox[class] {
	overflow: scroll;
}

.paddingbox {
	padding-left: 10px;
}

#pagefooter {
	clear: both;
	padding: 10px;
	font-size: 9px;
	color: #06613a;
	text-align: right;
	height: 95px;
}

body {
	background-color: #000000;
	background-image: url(../images/carpet.jpg);
	color: #ffffff;
	font-family: "comic sans ms", arial, helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	padding-left: 0px;
	font-size: 16px;
	color: #03301d;
	font-family: "comic sans ms", cursive;
	font-family: arial, helvetic, sans-serif;
	font-variant: small-caps;
}

a:link, a:active, a:visited, a:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.backlink:link, .backlink:active, .backlink:visited {
	text-decoration: none;
}

.backlink:hover {
	text-decoration: underline;
}

.adminlink:link, .adminlink:active, .adminlink:visited {
	text-decoration: none;
}

.adminlink:hover {
	text-decoration: underline;
}

.error a {
	color: #ffffff;
}


#ball1 {
	position: relative;
	top: 65px;
	left: 95px;
}

#ball2 {
	position: relative;
	top: 55px;
	left: 35px;
}

#ball3 {
	position: relative;
	top: 58px;
	left: 550px;
}

#ball4 {
	position: relative;
	top: 0px;
	left: -180px;
}

#ball5 {
	position: relative;
	top: -5px;
	left: -80px;
}

#ball6 {
	position: relative;
	top: 0px;
	left: 20px;
}

#pagemiddle {
	float: left;
	width: 100%;
	background-image: url(../images/middle.gif);
}

#pagemiddle2 {
	float: left;
	width: 100%;
	background-image: url(../images/side.gif);
	background-repeat: no-repeat;
	background-position: 0px 450px;
}

#container {
	border: 0px;
	background-color: transparent;
	color: #000000;
}

#logo {
	position:absolute;
	background-image: url(../images/logo2.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 120px;
	width: 750px;
}

#spacer {
	height: 40px;
}
#pageheader {
	background-color: transparent;
	background-position: bottom;
}

#pagetitle {
	padding-left: 5px;
	margin-left: 0px;
}

#pagetext {
	padding-left: 5px;
}

#pagecontent {
	width: 450px;
}

.pagesection {
	width: 450px;
}

#pagefooter {
	padding:0px;
	padding-right: 70px;
	background-image: url(../images/bottom.gif);
	background-color: transparent;
}

.scrollbox {
	border: 1px solid #0aa463;
	background-color: #49d197;
}

.oddbar {
	background-color: #49d197;
}