/*-------------------------------
All pages:
---------------------------------*/
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans serif;
	
	background-attachment: fixed;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: center; 


}

/* this is a colorized, large font that can be used at the top of any page. */

.largetitle {
		font-family : Papyrus, Verdana,Helvetica,sans-serif;
		font-size : 20px;
		color : #879A5B;
	}
	
/* this is a colorized, medium sized font that can be used for subheads. */

.mediumtitle {
		font-family : Verdana,Helvetica,sans-serif;
		font-size : 15px;
		color :  #6E8B3D;
 600;
	}
	
/* this is a colorized, normal sized font that can be used for body text, for example, in tables. */

.bodytext {
		font-family : Verdana,Helvetica,sans-serif;
		font-size : 11px;
		color : #6E8B3D;
	}
	
/* this is a colorized, small sized font that can be used for ornamental text, for example. */

.punktext {
		font-family : Verdana,Helvetica,sans-serif;
		font-size : 8px;
		color : #879A5B;
	}
	
/*-------------------------------
link formatting
--------------------------------*/
a:active {
	color: #879A5B;
}
a:hover {
	color: #879A5B;
}
a:link{
	color: #879A5B;
}
a:visited{
	color: #9C6C2B;
}

a:link .image { border-color: #6E8B3D; }
a:hover .image, a:active .image {border:1px; border-thickness: 1px; border-color: #6E8B3D; border-style: solid}

/* this is a table that wraps the whole page. */
.pageBox {
	width:1000px;
	border:0px;
	padding:0px;
	cell-spacing:0px;
}


/* this is a table that wraps the header image and navigation */
.headerBox {


}

/* this is the cell that the the headers go in */
.headerCell {

background-image: url;
	width:950px;
	font-size:10px;
	font-weight:500;
}

/* this is the area that body content goes in */
.bodyCell {
	width:700px;
	position: relative;
	font-size:11px;
	font-weight:400;
	padding-left:20px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* this is the area that sidebar content goes in */
.sideBarCell {
background-image: url;
background-color: #FFFFFF;
	width:150px;
	font-size:10px;
	font-weight:500;
	padding-left:20px;
}


/* and the page footer */
.pageFooter {
	font-family: Verdana;
	font-size:10px;
	font-weight:500;
}

.image {
border:1px; border-thickness: 1px; border-color: #6E8B3D; border-style: solid;
}
/*-------------------------------
rounded corner box
--------------------------------*/


#myElement {
 padding: 15px;
 color: #fff;
}
 
.topleft {
  background: url(http://wiki.mootools.net/media/top-left.gif) no-repeat top left;
}
 
.topright {
  background: url(http://wiki.mootools.net/media/top-right.gif) no-repeat top right;
}
 
.bottomleft {
  background: url(http://wiki.mootools.net/media/bottom-left.gif) no-repeat bottom left;
}
 
.bottomright {
  background: #ff3300 url(http://wiki.mootools.net/media/bottom-right.gif) no-repeat bottom right;
  width: 330px;
}





