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 side menu */
#sidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-indent: 10px;
}
#sidemenu li {
	background-color: #FF0000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #000000;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#sidemenu a {
	display: block;
	width: 160px;
	background-color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	filter:blendTrans(duration=0.3);
}
#sidemenu a:link, #sidemenu a:active, #sidemenu a:visited {
	color:#3366FF;
	font-weight: bolder;
}
#sidemenu a:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color:#3366FF;
	color: #FFFFFF;
	font-weight: bolder;
}


/* this code is for the layout divs */
#top_picture_container {
	z-index:1;
	top: 0px;
	background-image: url(../images/brown-shadow.png);
	background-repeat: repeat-y;
}
#main_brown {
	z-index:1;
	left: 150px;
	top: 0px;
	background-image: url(../images/brown-shadow.png);
	background-repeat: repeat-y;
	width: 1000px;
}
#bottom_brown {
	width:1000px;
	height:175px;
	z-index:2;
	left: 0px;
	top: 0px;
	background-image: url(../images/brown-shadow-bottom.png);
	background-repeat: no-repeat;
}
#brown_container {
	position:absolute;
	z-index:1;
	left: 80px;
	width: 1000px;
}
#top_picture {
	z-index:1;
	top: 0px;
	position: relative;
	left: 27px;
}
#top_fade {
	z-index:3;
	top: 0px;
	position: absolute;
	left: 27px;
	background-image: url(../images/faded.png);
	height: 80px;
	width: 933px;
}
#top_fade2 {
	z-index:3;
	top: 374px;
	position: absolute;
	left: 27px;
	background-image: url(../images/faded.png);
	height: 80px;
	width: 933px;
}
#main_words {
	z-index:4;
	position: relative;
	left: 150px;
	top: 10px;
	width: 800px;
}
#page_title {
	z-index:1;
	position: relative;
	left: 123px;
	top: 15px;
	width: 800px;
}
#disclaimer {
	z-index:1;
	position: relative;
	left: 150px;
	top: 50px;
	width: 350px;
}
#logo {
	z-index:1;
	position: relative;
	left: 10px;
	top: 5px;
	width: 800px;
}
#blue_underline {
	z-index:1;
	position: relative;
	left: 0px;
	top: 25px;
	width: 933px;
}

