﻿/* CREATED BY ADAM BAUMAN ON 2/4/2010 */
/* !important behind a value means that it will be forced and no other CSS file can override it */

.bckgrnd {
				background-color: #FFFFFF;  /* change this each year - background color for entire page */ 
				color: #000000; /* change this each year - text color */ 
				width: 957px; /* SHOULD NOT NEED TO CHANGE UNLESS MASTERPAGE WIDTH CHANGES THEN WILL NEED TO UPDATE TEXT-AREA WIDTH */ 
}
.btn {
/* buttons (BOLT Home, Lottery, Preview, Email Deb, etc) */
				margin: 5px;
				border: 2px double #FFFFFF; /* change this each year - button border color */ 
				display: table;
				position: relative;
				background: #000000; /* change this each year - button background color */ 
				padding: 3px;
				color: #FFFFFF!important; /* change this each year - button text color */ 
				text-decoration: none;
				cursor: pointer;
				font-size: small!important;
				font-family:HANA!important; /* change this each year - button text font */ 
}
.btn:link{
				color: #FFFFFF!important; /* change this each year - button text color SET SAME AS ABOVE */ 
}
.sidecolumn{
				background-image: url('siteart/sidebar.jpg');
				background-repeat: repeat-y;
				width:185px!important; /* SHOULD NOT NEED TO CHANGE UNLESS SIDEBAR IMAGE WIDTH CHANGES, THEN WILL NEED TO CHANGE TEXT-AREA WIDTH ALSO. */ 				
}
.sideimg {
/* sidebar image settings */
				width:181px!important; /* SHOULD NOT NEED TO CHANGE UNLESS SIDEBAR IMAGE WIDTH CHANGES, THEN WILL NEED TO CHANGE TEXT-AREA WIDTH ALSO. */ 

}
.txt {
/* text-area settings */
				color: #000000; /* change this each year - text-area text color */ 
				width: 750px!important; /* SHOULD NOT NEED TO CHANGE. text-area width (750px) = page width (937px) - sidebar image width (181px) */ 
				font-family: Cambria!important; /* change this each year - text-area text font EXAMPLE: font-family: Cambria!important; */ 
}
.txt_title {
/* text-area settings */
				font-size:large!important;
				font-family: Papyrus!important;
				color: #000000;
}
.old_txt{

}


