BODY {
	background-color: #000000;
	background-image: url(../images/backgrounds/main_BG.jpg);
	background-repeat:repeat-y;
	/* background-attachment:fixed; */
	background-position:top center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#main {
}
/* NAVIGATION - LINKS */

a:link {
	color: #ffffbe;
	text-decoration: none;
}
a:visited {
	color: #ffffbe;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
}
.alerttxt a:link, .alerttxt_med a:active, .alerttxt_med a:visited {
	font-size: 12px;
	color: #af2d00;
	font-weight: normal;
	text-decoration: none;
}
.alerttxt a:hover {
	font-size: 12px;
	color: #af2d00;
	font-weight: normal;
	text-decoration: underline;
}
.copy, .copy a:link, .copy a:active, .copy a:visited {
	font-size: 10px;
	color: #fefefe;
	text-decoration: none;
}
.copy a:hover {
	font-size: 10px;
	color: #fefefe;
	text-decoration: underline;
}
/* GLOBAL PROPERTIES */

h1 {
	font-weight: normal;
	font-size: 20px;
	color: #ffffff;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
}
h3 {
	font-weight: normal;
	font-size: 15px;
	color: #ffffff;
}
input {
	font-size: 11px;
	color:#efefef;
	background-color:transparent;
	padding:2px;
	margin:1px;
	border:5px;
	border-color:#5e5e5e;
	border-width:1px;
	border-style:solid;
}
p {
	font-size: 12px;
}
select {
	font-size: 11px;
	color:#efefef;
	background-color:transparent;
	padding:2px;
	margin:1px;
	border:5px;
	border-color:#5e5e5e;
	border-width:1px;
	border-style:solid;
}
textarea {
	font-size: 11px;
	color:#efefef;
	background-color:transparent;
	padding:2px;
	margin:1px;
	border:5px;
	border-color:#5e5e5e;
	border-width:1px;
	border-style:solid;
	}
ul {
padding:0px;
margin:0px;
}
li {
padding:0px;
margin:0px;
}
/* TEXT STYLES */
.bluheadn {
    font-family: Bradley Hand ITC, Chalkboard, Lucida Handwriting;
	font-size: 22px;
	color:#4364a6;
	font-weight:normal;
	text-decoration:underline;
	}
.alerttxt {
	font-size: 12px;
	color: #af2d00;
	font-weight: normal;
}
/* LISTS */

.ul_img, .ul_img a:link, .ul_img a:visited, .ul_img a:active {
	list-style-image: url("../images/accents/pointer.gif");
	font-size:11px;
	font-weight: bold;
	color: #6d6c5d;
	text-decoration:none;
}
.ul_img a:hover {
	list-style-image: url("../images/accents/pointer.gif");
	font-size: 11px;
	font-weight: bold;
	color: #6d6c5d;
	text-decoration:underline;
}
.ul_bio a:link, .ul_bio a:visited, .ul_bio a:active {
	list-style-image: url("../images/accents/pointer.gif");
	font-size:12px;
	color: #64392e;
	text-decoration:none;
}
.ul_bio a:hover {
	list-style-image: url("../images/accents/pointer.gif");
	font-size: 12px;
	color: #64392e;
	text-decoration:underline;
}
/* TABLE PROPERTIES */


/* IMAGES */

.blnkimg {
	border: 0px;
	font-size:0px;
	line-height:0px;
	display: block;
}
img {
	border: 0px;
}
/* BORDERS */

/* BACKGROUNDS */

#contactid {
	background-image: url(../images/backgrounds/contact_BG.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	width:750px;
	height:454px;
	padding:0px;
	margin:0px;
	border:0px;
}
#events{
	background-image: url(../images/events/eventboard.gif);
	background-repeat: no-repeat;
	background-position:top center;
	width:525px;
	height:770px;
	padding-top:33px;
	margin:0px;
	border:0px;
}
#daheader {
	background-image: url(../images/backgrounds/main.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	width:1000px;
	padding:0px;
	margin:0px;
	border:0px;
}
.content {
	background-image: url(../images/backgrounds/content.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	width:900px;
	padding:0px;
	margin:0px;
	border:0px;
}
.sendbut {
	background-image: url(../images/buttons/send.gif);
	background-repeat: no-repeat;
	background-color:transparent;
	border:0px;
	width:90px;
	height:30px;
	margin:3px;
}.retbut {
	background-image: url(../images/buttons/return.gif);
	background-repeat: no-repeat;
	background-color:transparent;
	border:0px;
	width:275px;
	height:46px;
	margin:3px;
}
.trans {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}