/* CSS Document */

/* Banner and Logo */
#BANNER {position:absolute; left:4px; top:4px; width:800px; height:110px; z-index:1; 
	background: url(images/banner.JPG) no-repeat; }
#TITLETAG {position:absolute; left:146px; top:19px; width:615px; height:50px; z-index:2;}
h1 {font-family: Verdana, sans-serif; font-size: 24px; font-weight: bold; color: #CC0000 }
SPAN.h2 { font-family: Verdana, sans-serif; font-size: 18px; font-weight: bold; color: #CC0000 }

/* Contact Info */
#CONTACT {position:absolute; left:388px; top:96px; width:401px; height:17px; z-index:2;}
DIV.CONTACT { font-family: Verdana, sans-serif; font-size: 10px; font-weight: bold; color: #CC0000;}
	
/* Left Navigation */
#nav {position:absolute; left:4px; top:127px; width:110px;  }
#nav ul {margin:0; padding:0; list-style-type:none; }
#nav ul li a {display: block; font-family: Verdana, sans-serif; font-size: 11px; font-weight: bold; color: #CC0000; line-height: 12px; padding: 10px; background-repeat: repeat-x;background-image: url(images/button_yellow.jpg); } 
#nav ul li.current a {color: #FFFFCC; background-image:  url(images/button_burgundy.jpg); background-repeat: repeat-x; }
#nav ul li a:hover {color: #000000; text-decoration:underline}
#nav ul a:active{color: #663366;}

/* Body text and photos */

#BODY {position:absolute; left:142px; top:135px; width:635px; height:600px; z-index:3; }

DIV.BODYTEXT {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; }

SPAN.BODYTITLE {font-family: Verdana, sans-serif; font-size: 18px; font-weight: bold; color: #000000; }
h3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: bold; font-style: italic; }
.photo-left {float:left; padding: 10px 10px 10px 0px;}
.photo-right {float:right; padding: 10px 0px 10px 10px;}
.photo-row {padding-right: 15px;}

/* Link behaviors */
a:link { color: #CC0000; text-decoration: none; }
a:visited { text-decoration: none; color: #CC0000;}
a:hover {text-decoration: underline; color: #3300FF;}
a:active {text-decoration: none; color: #CC0000;}








	
