/* CSS Document */

/* Developed by Reusser Design, LLC */
/* http://www.reusserdesign.com */


body {
	color:#333333;
	margin:0px
	padding:0px
	font-size: 11px; 
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:#4c4c49;
	background-image:url(../images/bg-distressed.jpg);
	background-repeat:repeat-x;
	z-index:-1;
	}


#container {
	border:4px solid #333333;
}

img { /* needed for firefox */
	border: 0px;
	}
	
a {
	color:#FF0000;
	text-decoration:none;
	}
	
a:visited {
	color:#FF0000;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
	
h1 {
	font-size:13px;
	padding-bottom:4px;
	border-bottom: 1px solid #FF0000;
	color:#333333;
	font-weight:bold;
	text-align:left;
	}
	
h2 { 
	font-size:12px;
	color:#FF0000;
	padding-bottom:4px;
	border-bottom: 1px solid #333333;
	font-weight:bold;
	text-align:left;

	}
	
h3 {
	font-size:11px;
	font-weight:bold;
	padding-bottom:4px;
	font-size:95%;
	text-align:left;
	}

p, .events {
	font-size:11px;
	text-align:left;
	color:#333333;
	}

ol{
	font-size:11px;
	text-align:left;
	color:#333333;
}

p.justify {
	text-align:left-justify;
	}


.paragraphs p { 
	margin: 0px;
	padding: 2px 0 5px 0;
	line-height: normal;
	}

.footer {
	font-size:11px;
	color:#CCCCCC;
	}
	
.redbullet {
	color:#FF0000;
	}
	
/* Form components */

.textfield{
	border: 1px solid #999999;
	background-color:#FFFFFF;
}

.textfield:hover{
	border: 1px solid #999999;
	background-color:#EEEEEE;
}

.textfield:focus{
	border: 1px solid #999999;
	background-color:#EEEEEE;
}

.button{
	border: 1px solid #888888;
	background-color:#DDDDDD;
}