/* Main stylesheet */
@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("news.css");
@import url("rightcol.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0 0 20px 0;
	padding: 0;
  background-color: #B99C71;
	background-image: url(../images/MainBG.gif);
	background-position: top;
	background-repeat: repeat-x;
}

A {
	color: #cc0000;
  text-decoration: none;  
}

A:hover {
	text-decoration: none;
  color: #000000;
}

/* Layout classes and ID's */
.pagewidth {
	width: 969px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.headerRow {
	width: 969px;
  height: 118px;  
  background-image: url(../images/BG_HeaderRow.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.logo {
	float: left;
	margin: 10px 85px 0 15px;
}

.logo IMG {
	display: block;
}

.menuHeader {
  height: 28px;
}

.menuHeader IMG {
  display: inline;
}

.menuMeta {
  float: right;
  margin-top: 10px;
  color: #FFFFFF;
}

.statusRow {
	float: left;
	width: 506px;
	padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
  border-bottom: 1px solid #d0b080;
}

.menuMain { 
  float: left;
}

.menuMainActiv {
  background-color: #FFFFFF;  
  display: block;  
}

.menuSub {
  background-color: #FFFFFF;
  background-image: url(../images/helpButtonLeft.gif);
  background-position: bottom left;
  background-repeat: no-repeat;  
}

.menuSubShadow {
  height: 88px;
  width: 219px;
  background-image: url(../images/MenuMainShadowBottom.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.donate {
  width: 180px;
  float: right;
  height: 35px;
  margin-top: 37px;
}

.wrapper {
	height: 100%;
}

.leftcol {
	width: 219px;
	float: left; 
  margin-right: 5px;
}

.oneCol {
	width: 720px;
	float: left;
	padding: 0 10px 10px 10px;
	min-height: 400px;
}

.twocols {
	width: 745px;
	float: right;
  background-color: #FFFFFF;  
}

.rightcolWrap {
  float: right;
  width: 204px;
  padding: 8px 8px 0 0;
  margin-bottom: 10px;
} 
 
.rightcol {
	float: left;
}

.maincol {
	float: left;
	width: 500px;
	padding: 0 8px 25px 8px;
	min-height: 400px;
}

/* Bottom Box */
.bottomBox {
  margin-top: 12px;
  height: 93px;
  width: 969px;
  background-color: #FFFFFF;
}

.bottomLeft {
  margin: 8px;
  width: 208px;
  float: left;
}

.bottomLeft H1 {
  font-size: 100%;
  padding: 2px 5px 2px 5px;
  background-color: #CC0000;
  color: #FFFFFF;
}

.bottomMiddle {
  margin: 8px 0 8px 0;
  width: 525px;
  float: left;
}

.MiddleBoxTitle {
  width: 515px;
  height: 15px;
  background-color: #CC0000;
  color: #FFFFFF;  
  padding: 2px 5px 2px 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.bottomMiddleTitle {
  width: 340px;
  float: left;
}

.bottomMiddleNews {
  float: right;
  text-align: right;
  width: 150px;
}

.bottomMiddleNews A {
  color: #ffffff;;
}

.bottomMiddleNews A:hover {
  color: #000000;;
}

.bottomRight {
  margin: 8px;
  width: 204px;
  float: left;
}

/* Footer */
.footerRow {
	height: 25px; 
	clear: both;
	padding: 0 8px 0 10px;
	font-size: 100%;
  background-image: url(../images/FooterBG.png);
  background-position: top left;
  background-repeat: no-repeat;
  color: #FFFFFF;  
}

.copyright {
	float: right;
	line-height: 25px;
	font-size: 90%;
}

.address P {
	line-height: 25px;
}

.copyright A {
	color: #FFFFFF;
	text-decoration: none;
}

.copyright A:hover {
	color: #000000;
}

.menuFooter {
	float: left;
	text-align: left;
}



/* CLASSES */
/* Classes for Filelinks */
.fileContainer {
	margin-bottom: 10px;
}

.fileIcon,
.fileLink {
	min-height: 18px;
}

.fileLink {
	padding-left: 30px;
}

.fileIcon {
	width: 30px;
	float: left;
	clear: left;
}

.fileRemark,
.fileInfos {
	font-size: 90%;
	padding-left: 30px;
	clear: both;
}

.clear {
	clear: both;
}


/* classes for 3 cols with layout option */
.threeColBox1st2nd,
.threeColBox3rd {
	width: 160px;
	float: left;
	margin: 0 15px 15px 0;
}

.threeColBox3rd {
	margin-right: 0;
}

/* this box is required after 3 col boxes */
.oneColBox {
	width: 500px;
	float: left;
	margin-bottom: 15px;
}

.backLink {
	clear: both;
	float: right;
	margin-top: 10px;
}


/* CSS STYLED CONTENT OVERRIDES */
.csc-textpic-caption {
  font-weight: bold;
  font-size: 90%;
}

.maincol .csc-linkToTop {
	margin: 10px 0 10px 0;
	text-align: right; 	
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
	
.maincol .csc-linkToTop A { 
	color: #000000; 
	text-decoration: none; 
}

.csc-frame-rulerAfter {
  border-bottom: 1px solid #d0b080;
	height: 3px;
	width: 506px;
	clear: left;
  margin-bottom: 8px;
}

.csc-mailform-field IMG {
	margin-top: 4px;
}


/* extensions with minimal styles */
#captchaResponse {
	margin: 4px 5px 0pt 120px;
	vertical-align: top;
	width: 114px;
}

.tx-flvplayer-pi1 {
	text-align: left;
}