.laContent {
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
	font-size: 13pt;
	background-image: url(images/noteboard-mid.jpg);
	background-repeat: no-repeat;
}
.laContentBg {
	background-image: url(images/noteboard-midBg.jpg);
	background-repeat: repeat-y;
}
.laContentTitle {
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
}
.title {
	font-size: 24px;
	font-weight: bolder;
	color: #F5CF5C;
}
.subtitle {
	font-size: 18px;
	font-weight: bolder;
	color: #F5CF5C;
}





a.laLink:link {
	text-decoration: none;
	font-size: 14pt;
	color: #000;
}
a.laLink:visited {
	text-decoration: none;
	font-size: 14pt;
	color: #000;
}
a.laLink:hover {
	color: #336600;
	text-decoration: underline;
}


body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-y;
	scrollbar-arrow-color:#AD8C47;
	scrollbar-base-color:#AD8C47;
	scrollbar-shadow-color:#211101;
	scrollbar-face-color:#AD8C47;
	scrollbar-highlight-color:#C29552;
	scrollbar-dark-shadow-color:#211101;
	scrollbar-3d-light-color:#5F3100;
	scrollbar-track-color:#381D02;
	background-position: center;
	}



#container {

    width: 100%; 

	height: 100%; 

	margin: 0px;

	left: 0px;

	top: 0px;

	position: absolute; 

	text-align: center;

	background-image: url(images/bodyBg.jpg); 

	background-repeat: repeat-y; 

	background-position: center; 

	}



#header {

    height: 152px;

	width: 100%;

	left: 0px;

	background-image:  url(images/bannerBg.jpg);

    background-repeat: no-repeat; 

	background-position: center;

	position: relative;

	}

	

#headerBg {

    height: 152px;

	width: 100%;

	left: 0px;

	background-image:  url(images/banner.jpg);

    background-repeat: no-repeat; 

	background-position: center;

	position: relative;

	}	



#content {

	position: relative;

	text-align: left;

	width: 100%;

	left: 0px;

	background-image:  url(images/bodyBg.jpg);

    background-repeat: repeat-y;

	background-position: center;	

	overflow: auto;

	}

	

#contentFooter {

	height: 174px;

	width: 100%;

	position: relative;

	left: 0px;

	background-image:  url(images/contentFooterBg.jpg);

    background-repeat: no-repeat;

	background-position: center;	

	}

	

#footer {

    height: 51px;

    width: 100%;

    background-image:  url(images/footerBg.jpg);

    background-repeat: no-repeat;

	position: relative; 

	left: 0px;

	background-position: center;

	}

		

a:link {  

	color: #FFCC66; 

	text-decoration: none

	}

	

a:hover {
	color: #BBFB60;
	text-decoration: underline;

	}

	

a {

	color: #FFCC00; 

	text-decoration: none

	}

	

li {  

	color: #F9DF93

	}



.normalText {

	color: FAE8AF

	}

	

.text {

	color: #FFFFCC

	}
.redText {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
}
.mainMenu {  text-align: center; vertical-align: middle; top: 3px; clip:    rect(   ); position: relative}

.white {  color: #000099; text-decoration: underline}

hr {  color: FFCC66}
