/* CSS Styles for Joe Capobianco's site */

body {
	background: #000;
	/* font: 80%/2em Arial, geneva, helvetica, sans-serif; */
	font: 10px Comic Sans MS;
	margin: 0px;
	padding: 0px;
	color: #fff;
	line-height: 18px;
}



img {
padding: 0px;
margin: 0px;
border: 0px;
}


.points {padding: 0; 
		margin: 0;
  		font: bold 18px Comic Sans MS;
		text-align: center;
		line-height: 16px;
	}
.points li {
		list-style: none; 
		margin: 0; 
		padding: 0.25em;
	 }
.points li a {
		color: #87BBD8;
		text-decoration: underline; 
	}

.points li a:visited {
		color: #87BBD8;
		text-decoration: underline; 
	}

.points li a:hover {
		color: #E18ABD;
		text-decoration: underline; 
	}


.standout {
color: #9fa837;
}



#homenews {
	text-align: left;
	width: 354px;
	vertical-align: top;
	padding-top: 20px;
}
#homephoto {
	vertical-align: top;
	width: 371px;
	padding-left: 25px;
	padding-top: 50px;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica;
	font-style: italic;
}
h1 {
		font-size: 175%;
	}
h2 {
		font-size: 150%;
		
}
h3 {
 		font-size: 125%;
}

.heading {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
font-style: italic;
color: #901818; 
}

content.img {
padding: 10px;
}


a:link {
	color: #87BBD8;
	/* font-weight: bold; */
text-decoration: underline; 
}
a:visited {
	color: #87BBD8;
	/* font-weight: bold; */
	text-decoration: underline; 
}
a:hover {
	color: #fff;
	/* font-weight: bold; */
	text-decoration: underline,bold;
}

#footerleft {

vertical-align: middle;
font-size: 10px;
font-family: Comic Sans MS;
font-weight: bold;
line-height: 18px;
letter-spacing: 1px;

}


#footerleft a:link {
	font-size: 10px;
	color: #87BBD8;
	font-weight: bold;
	text-decoration: underline;
}
#footerleft a:visited {
	font-size: 10px;
	color: #87BBD8;
	font-weight: bold;
	text-decoration: underline;
}
#footerleft a:hover {
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#footerright {

vertical-align: bottom;
text-align: right;
font-size: 10px;
font-family: Comic Sans MS;
line-height: 14px;
}


form {
 padding: 2px;
 background-color: transparent;
 border: 0px dashed #fff;
 
 color: #fff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-align: ;right
}


input {
  font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: bold;
 background-color: #000;
 color: #CCCCCC;
 border: 1px solid outset #fff;
} 

textarea {
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: bold;
 background-color: #000;
 color: #CCCCCC;
 border: 1px solid inset #fff;
 width: 300px;
} 

select {
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: bold;
 background-color: #000;
 color: #CCCCCC;
 border: 1px solid #fff;
}

.contentheader {
font: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #fff;
font-weight: bold;
}

.formcontent {
color: #fff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-align: right;
}



