a:link {
	color: #0CF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #0CF;
}
a:active {
	text-decoration: none;
	color: #0CF;
}

/* this code is for the the text styles */

.small {
	font-size: 10px
}

.Heading {
	color: #FFF;
	font-weight: normal;
	font-size: 45px;
	font-family: Arial, Helvetica, sans-serif;
}

.SubHeading {
	color: #0CF;
	font-weight: bold;
	font-size: 16px;
}

.pic_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.smallwhite {
	font-size: 10px;
	color: #FFF;
}

/* this code is for the the body*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-attachment: fixed;
	font-size: 12px;
	text-align: justify;
	background-image: url(../images/floral-back.jpg);
	margin: 0px;
}
p {
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* this code is for the layout divs */
#content {
  width: 1100px ;
  margin-left: auto ;
  margin-right: auto ;
}
#content2 {
  position:relative;
  width: 1100px ;

}

/* this code is for the top picture divs */
#top_picture_container {
	position:relative;
	top:0px;
	left:0px;
	height: 454px;
	z-index:1;
	background-image: url(../images/brown-shadow.png);
	background-repeat: repeat-y;
}
#top_picture {
	position:absolute;
	top:0px;
	left:27px;	
	z-index:1;
	height: 454px;
}
#top_fade {
	position:absolute;
	top:0px;
	left:27px;	
	z-index:3;
	background-image: url(../images/faded.png);
	height: 80px;
	width: 933px;
}
#top_fade2 {
	position:absolute;
	top:374px;
	left:27px;	
	z-index:3;
	background-image: url(../images/faded.png);
	height: 80px;
	width: 933px;
}
#logo {
	position:absolute;
	top:5px;
	left:10px;	
	z-index:1;
	width: 800px;
}
#blue_underline {
	position:absolute;
	top:77px;
	left:0px;	
	z-index:1;
	width: 933px;
}
#page_title {
	position:absolute;
	top:15px;
	left:94px;		
	z-index:1;
	width: 800px;
}
#menu {
	position: absolute;
}

/* this code is for the main divs */

#brown_container {
	position:relative;
	z-index:1;
	top:454px;
	left: 0px;
	width: 1000px;
}
#main_brown {
	position:relative;
	bottom:0px;
	left:0px;
	z-index:1;
	background-image: url(../images/brown-shadow.png);
	background-repeat: repeat-y;
}
#main_words {
	position:relative;
	top:10px;
	left:120px;	
	z-index:4;
	width: 800px;
}
#bottom_brown {
	position:relative;
	top:0px;
	left:0px;
	width:1000px;
	height:175px;
	z-index:2;
	background-image: url(../images/brown-shadow-bottom.png);
	background-repeat: no-repeat;
}
#disclaimer {
	position:relative;
	top:50px;
	left:120px;	
	z-index:1;
	width: 450px;
}
#evd_ad {
	position:absolute;
	top:40px;
	left: 600px;
	width:200px;
	height:120px;
	margin: 0 auto;
}

