@charset "UTF-8";
body {
	background: #D7D7D7;
	background-image: url(../images/BACK.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 160%;
}
.CONF2012 #container1 {
	width: 950px;
	margin: 0 auto;
	text-align: left;
} 
.CONF2012 #header1 {
	padding: 0;
	height: 20px;
	background-image: url(../images/CABPS-BANNER1.gif);
	background-repeat: no-repeat;
} 

.CONF2012 #container {
	width: 950px;
	margin: 0 auto 10px auto;
	text-align: left;
	-moz-box-shadow: 0px 18px 20px #666666;
	-webkit-box-shadow: 0px 18px 20px #666666;
	box-shadow: 0px 18px 20px #666666;
} 
.CONF2012 #header {
	padding: 0;
	height: 280px;
	background-image: url(../images/CABPS-BANNER.jpg);
	background-repeat: no-repeat;
} 
.CONF2012 #BODY-BACK {
	margin: 0;
	padding: 0;
	background:#FFF;
	background-image: url(../images/SIDE-BACK.jpg);
	background-repeat: repeat-y;
	min-height: 400px;
}

.CONF2012 #sidebar1 {
	float: left;
	width: 234px;
	padding: 0;
}
.CONF2012 #mainContent {
	margin: 0 0 0 234px;
	padding: 20px;
} 

.CONF2012 #footer {
	padding: 10px;
	color : #4A6323;
	font-size : 10px;
	font-family : verdana,arial;
	background-image: url(../images/CABPS-FOOTER.jpg);
	min-height: 180px;
	background-color: #90BA4E;
	background-repeat: repeat-x;
}

.CONF2012 #footer a:link {
	color : #FFF;
	text-decoration : none;
	font-size : 10px;
}

.CONF2012 #footer a:visited {
	color : #FFF;
	text-decoration : none;
	font-size : 10px;
}

.CONF2012 #footer a:hover {
	text-decoration : underline;
	color : #FF0;
}


a  {
	font-family : verdana,arial;
	font-size : 12px;
	color : #8B1A56;
	text-decoration : none;
}

a:visited  {
	color : #8B1A56;
}

a:hover  {
	text-decoration : underline;
	color : #060;
}


.SmallLinks a  {
	font-size : 10px;
}

.SmallLinks a:hover  {
	font-size : 10px;
	color : #A5C666;
}

.Whitelinks a  {
	color : #FFF;
}

.Whitelinks a:hover  {
	color : #360;
}

.Bergundy  {
	color : #8B1A56;
}

.BergundyBIG  {
	color : #8B1A56;
	font-size : 14px;
}
.WhiteBIG  {
	color : #FFF;
	font-size : 14px;
}

.GreyBIG  {
	color : #455D22;
	font-size : 14px;
}

.bigtext  {
	font-size : 14px;
}


.BodyText  {
	color : #333333;
	font-size : 12px;
	font-family : verdana,arial;
}

.BodyTextSmall  {
	color : #333333;
	font-size : 10px;
	font-family : verdana,arial;
}


.BodyTextSmall a {
	font-size : 10px;
}


.Red {
	color : #CC0000;
}

H1  {
	color : #9CC64A;
	font-size : 28px;
	font-weight : lighter;
	font-family : Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #669933;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	padding: 0 0 10px 0;
	margin: 5px 0 10px 0;
}

H2  {
	color : #8B1A56;
	font-size : 20px;
	font-weight : lighter;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	padding: 0 0 5px 0;
	margin: 30px 0 5px 0;
}

H3  {
	color : #93BF00;
	font-size : 18px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

H4  {
	color : #8B1A56;
	font-size : 16px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

H5  {
	color : #93BF00;
	font-size : 16px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

hr {
	border: none 0;
	border-top: 1px dotted #8B1A56; /*the border*/
	width: 100%;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
 }

.TDrule  {
	border-bottom: 1px solid #eaeaea;
}

.column {
	width: 155px;
	height: 170px;
	float: left;
	margin: 0 0 0 18px;
	padding: 0;
}

.label {
	color: #415A40;
	text-decoration: none;
	border-bottom: 1px dashed #CFEDB4;
	margin: 10px 0 5px 0;
	padding: 0 0 3px 0;
	font-weight: bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table {
	/* border-collapse: collapse; */
	text-align: left;
}
