body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	color: #002B00;
	background-color: #12310F;
	background-image: url(../newstuff/images/bckgrnd.jpg);
	line-height: 1.3em;
}
.lrgtext {
	font-size: 16px;
	color: #002B00;
}
.smtext {
	font-size: 10px;
}
.textblack {
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 13px; 
	color: #000000;
}
.bold_pink {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 18px;
	color: #BE5252;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
}

.texttitleyellow {
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 20px; 
	color: #FFFF66;
}
.texttitle {
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 20px; 
	color: #000000;
}

a:link {
	font-family: Arial, sans-serif, Tahoma; color: #330066; text-decoration: underline; font-weight: bold;
}
a:visited {
	font-family: Arial, sans-serif, Tahoma; color: #463663; text-decoration: underline; font-weight: bold;
}
a:hover {
	font-family: Arial, sans-serif, Tahoma; color: #660000; text-decoration: none; font-weight: bold;
}
a:active {
	font-family: Arial, sans-serif, Tahoma; color: #006600; text-decoration: underline overline line-through; font-weight: bold;
}

/***DIVISIONS***/

#title {
	background-color: #1C1E35;
	background-image: url(../newstuff/images/title.jpg);
	width: 744px;
	height: 200px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-left-style: double;
	border-right-color: 0c2a09;
	border-left-color: 0c2a09;
	background-repeat: no-repeat;
}
#block1 {
	background-color: #d4d4d4;
	background-image: url(../newstuff/images/block1bkgrnd.jpg);
	background-repeat: repeat-x;
	width: 744px;
	padding-top: 0px;
	padding-bottom: 8px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: 0c2a09;
	border-bottom-color: 0c2a09;
	border-left-color: 0c2a09;
}

#block1 #mainblock {
	background-color: #ededed;
	width: 710px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	background-image: url(../newstuff/images/topshadow.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	margin-right: 17px;
	margin-left: 12px;
}

