/*GENERAL STYLES FOR ALL FILES*/
body{
    background-color: #BF0709;
	 background-image: url(images/bgimage.jpg);
    background-repeat: no-repeat;
	 margin: 0 0 0 0;

}

#bodycontent{
	 background-image: url(images/bodytile.jpg);
    background-repeat: repeat;

}

#textarea{
	 background-image: url(images/header2.jpg);
    background-repeat: no-repeat;

}

#textarea_coordinatorspg{
	 background-image: url(images/header1_special.jpg);
    background-repeat: no-repeat;

}

#textarea_coordinatorspg2{
	 background-image: url(images/header2_special.jpg);
    background-repeat: no-repeat;

}

#sidebar{
	 background-image: url(images/menubg.jpg);
    background-repeat: no-repeat;
	 margin: 0 0 0 0;

}


#footerarea{
	 background-image: url(images/footertile.gif);
    background-repeat: repeat;

}

#galleryrow{
      margin: 16px 35px 8px 46px;
}

img.gallerypic{
	margin-right: 10px;
}

p{
	font-family: arial, sans serif;
	margin: 0 35px 10 46px;
	font-size: 80%;
	color: #000080;
}

ul{
	font-family: arial, sans serif;
	margin: 0 35px 16px 46px;
}

li{
	font-family: arial, sans serif;
	font-size: 80%;
	color: #000080;
	margin: 0 25px 4px 20px;
	
}


#styledlists ul {
	list-style-image: url(images/eventarrow.jpg);
	list-style-position : outside;
	padding: 0 0 0 0px;
    margin: 0 35px 26px 46px;
    }
	 
#styledlists li{font-family: Arial, sans-serif;
      font-size: 80%;
      color: #000080;
      margin: 15px 35px 4px 20px;
		text-align: left;
    }

form{
	font-family: arial, sans serif;
	margin: 0 35px 10 46px;
	font-size: 80%;
	color: #000080;
}

p.sidebar{
	font-family: arial, sans serif;
	margin: 6px 14px 10px 30px;
	font-size: 10px;
	color: #ffffff;
}

p.btmmenu{
	font-family: arial, sans serif;
	margin: 0 0 0 0;
	font-size: 10px;
	color: #ffffff;
}

h1{
	font-family: arial, sans serif;
	margin: 0 80px 10 46px;
	font-size: 14px;
	color: #C00000;
	font-weight: bold;
}

h2{
	font-family: arial, sans serif;
	margin: 6 80px 6 46px;
	font-size: 12px;
	color: #000080;
	font-weight: bold;
}

h3{
	font-family: arial, sans serif;
	margin: 0 0 10 0;
	font-size: 14px;
	color: #C00000;
	font-weight: bold;
}

hr{
	width: 100%;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	height: 1;
	margin: 6px 35px 6px 46px;
}

img.floatright{
	float: right;
	margin-left: 6px;
}

img.floatleft{
	float: left;
	margin-right: 6px;
}

img.upbtn{
	float: right;
	margin: 0 20px 0 0;
}

/*Text Links - not set up yet*/
A:link{
            font-family: Arial, sans-serif;
				font-size: 11px;
				color: #000080;
				font-weight: bold;
				text-decoration: none;
}

A:active {font-family: Arial, sans-serif;
            font-size: 11px;
				font-weight: bold;
            color : #000080;
            text-decoration: none;
}

A:visited {font-family: Arial, sans-serif;
            font-size: 11px;
				font-weight: bold;
            color : #000080;
            text-decoration: none;
}

A:hover {font-family: Arial, sans-serif;
            font-size: 11px;
				font-weight: bold;
            color : #FFFFC0;
            text-decoration: none;
}

A:link.btmmenu,A:active.btmmenu,A:visited.btmmenu{
            font-family: arial, sans-serif;
				font-size: 10px;
				color: #ffffff;
				font-weight: bold;
				text-decoration: none;
}

A:hover.btmmenu{
            font-family: arial, sans-serif;
				font-size: 10px;
				color: #ffffff;
				font-weight: bold;
				text-decoration: underline;
}