/***********************************************************************************************
* Content
***********************************************************************************************/
body {
	background-image: url(background.jpg);
}

body,  td {
	font-family: verdana, sans-serif;
	font-size:12px;
}

h1 {
	color:#000000;
	font-size:1.5em;
}

h2 {
	color:#000000;
	font-size:1.25em
}

h3 {
	color:#000000;
	font-size:1em;
}

a:link {
	color: #669966;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#669900;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

a:active {
	color:#669900;
	font-weight:bold;
	text-decoration:none;
}

.copyright {
	background-color:none;
	color:black;
	font-size:10px;
	text-align: center;
}
.copyright a:link {
			color: #336699;
}
.copyright a:visited {
            color: #336699;
}
.copyright a:active {
            color: #ffffff;
}
.copyright a:hover {
            color: #ffffff;
			text-decoration:underline;
}

.caption {
	color:#993333;
}

#content {
	margin:5px 20px 5px 20px;
}

.border {
	border: none;
}

/***********************************************************************************************
*Cool Roll over buttons
***********************************************************************************************/
div.button {
	width:120px; 
	height:24px; 
	top:0px; 
	left: 0px;
	border: 0px #000 solid;
}

a.roll, .button a.selected  {
	width:120px; 
	height:20px; 
	padding-top:4px;
	display:block; 
	font: bold 7pt verdana, sans-serif;
	text-align:center;
	background:  url("four_state_roll_bckg.gif") 0px 0px no-repeat #000;
	/*NOTE: backgroud shorthand is equivilant of:	
	background-image: url("images_pres/four_state_roll_bg.gif"); 
	background-position: 0px 0px; 
	background-repeat: no-repeat; 
	background-color: #000; */
}
div.button a.roll:link {
	background-position: 0px 0px; color: white; text-decoration:none;
}

div.button a.roll:visited {
	background-position: 0px -25px; color:white;
}

div.button a.roll:hover {
	background-position: 0px -50px; color:white;
}
			
div.button a.roll:active {
	background-position: 0px -75px; color:white;
}

div.button a.selected {
	background-position: 0px -75px; color:black;
}.photo_border {
	border: 10px solid #FFFFFF;
}
.style1 {
	font-size: 12px;
}
