
/****************************************************************************/
/* general elements that apply to all pages */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #e6e6e6;
	color: #000000;
}

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: #808080;
	color: #000000;
}

.evenbar {
	background-color: transparent;
	color: #000000;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.border {
	border: 1px solid #000000;
	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: #000000;
	letter-spacing: normal;
	background-color: #e6e6e6;
	border: 1px solid #000000;
	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: #808080;
	border: 1px outset black;
}
.button a:hover
{
	text-decoration: none;
	color: #bfbfbf;
	background-color: #000000;
}

/****************************************************************************/
/* containers */

#containercontainer {
	width: 930px;
	margin: 0 auto;
}

#container {
	padding: 0px 0px 0px 0px;	
	border: 1px solid #000000;
	background-color: #000000;
	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: #000000;
	background-image:url(../images/logoanim.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

#pagecontent {
	float:  left;
	width: 785px;
	min-height:300px;
	margin: 0px;
	padding: 0px;
	overflow: hidden; /*stops it from sliding down below the side menu in IE*/
}

#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: 755px;
	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: 95%;
	border: 1px solid #000000;
	background-color: #bfbfbf;
	position:relative;
	overflow:scroll;
}

/* hide this from IE6 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: #000000;
	text-align: right;
	height: 50px;
}

.categorylist {
	margin: 0;
	padding: 0px;
	list-style-position: inside;
}

.pagesection h3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 13px;
	letter-spacing: normal;
}

/*div {
	border: 1px solid red !important;
}*/

body {
	background-color: #000000;
	color:white;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:1.5em;
	text-align: left;
	margin: 0;
	padding: 0;
}

h1, h2 {
	letter-spacing: normal;
}

#containercontainer {
	margin: 0;
	margin-left: 32px;
	background: transparent;
}

#container {
	background: transparent;
}

#pagepreview {
	position: absolute;
	width: 930px;
	text-align: center;
	padding: 0;
}

#pagepreview a {
	color: red;
	text-decoration: underline;
}

#pageheader {
	background-position: center 7px;
}

#pageheader h1 {
	margin-left: -5000px;
}

#pagetitle {
	position: absolute;
	top: 80px;
	left: 200px;
	/*background-image: url(../images/topbar.gif);*/
	background-repeat: no-repeat;
	width: 396px;
	/*height: 96px;*/
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, #pagetitle h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	margin-top: 0px;
	line-height: normal;
	font-size:32px;
}

#pagetitle h1 {
	font-size:1em;
}

#pagetitle br {
	display:none;
}

#pagetitle .titletext {
	display:none;
}


#pagetext {
	position: absolute;
	left: 200px;
	top: 100px;
	padding: 0px;
}

.pagesection .noindent {
	padding: 20px;
}

.pagesection p {
	margin-top: 0;
}

.pagesection a {
	color: #666666;
	text-decoration: underline;
}

.pagesection #adminlink-edit {
	float: right;
	margin-left: 5px;
	line-height: 1.3em;
}

#adminlink-up, #adminlink-down {
	display: none;
}

.pos0 {
	/*position: absolute;
	left: 0px;
	top: -50px;*/
	/*background-image: url(../images/midbox.gif);
	background-repeat: no-repeat;	*/
	width: 430px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	color: white;
}

.pos0 .noindent {
	padding: 0px 0px;
	clear:right;
}

.pos1 {
	position: absolute;
	left: 460px;
	top: -3px;
	background-image: url(../images/rightbox.gif);
	background-repeat: no-repeat;	
	width: 306px;
	height: 458px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.2em;
	text-align: left;
	color: black
}

.pos0 a, .pos1 a {
	color: #666666;
}

.pos1 a {
	color: #333333;
}

.pagesection a img {
	border: 1px solid #333333;
}