/* GBC Specific CSS formats*/

.normal { text-align: left;}

/* Margins for Images */
.imageMIDDLE {
      Margin: 5px 10px 5px 10px
}
.imageRHS {
      Margin: 5px 0px 5px 10px
}
.imageLHS {
      Margin: 5px 10px 5px 0px
}

/* 2 and 3 column arrangement in text boxes */
.twoCol {
	PADDING-RIGHT: 10px;
	DISPLAY: inline;
	PADDING-LEFT: 10px;
	FLOAT: left;
	WIDTH: 49%;
	LINE-HEIGHT: 1.3em;
	max-width: 44%
}
.threeCol {
	PADDING-RIGHT: 10px;
	DISPLAY: inline;
	PADDING-LEFT: 10px;
	FLOAT: left;
	WIDTH: 33%;
	LINE-HEIGHT: 1.3em;
	max-width: 29%
}

/* Action Strip formatting for the bottom of pages of text */

.actionstrip {
                PADDING-BOTTOM: 5px;
                PADDING-TOP: 5px;
                WIDTH: 100%;
                COLOR: white;
                BACKGROUND-COLOR: #ffb5bd;
                text-align: center;
}
.actionstrip A {
                Color: white;
	font-weight: bold;
	text-decoration: underline;
}
.actionstrip A:hover {
	Color: yellow; 
	text-decoration: underline;
	font-weight: bold; 
}
.actionstrip A:visited {
	Color: #f5deb3; 
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold; 
}



