﻿body
{
	background-color:black;
	margin-top:50px;
	font-family:Times New Roman,Arial, Helvetica, sans-serif;
}

h1
{
	color:white;
	font-family:Times New Roman,Arial, Helvetica, sans-serif;
	font-size:120%;
}

p
{
	color:white;
	font-family:Times New Roman,Arial, Helvetica, sans-serif;
	font-size:90%;
	vertical-align:text-top;
	font-weight:bold;
}
.holdingTable
{
	background-image:url('../images/holdingTablebg.jpg');
	background-color:black;
}

.contentWrapper
{
	height:446px;
	width:540px;
	padding-top:1px;
	background-image:url('../images/contentbg1.jpg');
}

.content
{
	padding:5px;
	margin:5px;
	border:1px white solid;
	height:424px;
}

#footerText
{
	color:white;
	font-family:Times New Roman,Arial, Helvetica, sans-serif;
	font-size:75%;
	text-align:center;
	margin-left:420px;
	margin-top:5px;
}
#footerText a
{
	color:White;
	text-decoration:none;
}

#footerText a:hover
{
	color:#869844;
	text-decoration:underline;
}

/*Navigation CSS*/
.cssnav
{
position: relative;
font-family:Times New Roman,Arial, Helvetica, sans-serif;
background: url(../images/overBtn.gif) no-repeat;
white-space: nowrap;
display: block;
width: 218px;
height: 35px;
margin: 0;
padding: 0;
/*filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-khtml-opacity: 0.7;*/

}

.cssnav a
{
display: block;
color:#000000;
font-size: 85%;
width: 218px;
height: 35px;
display: block;
float: left;
color: #869844;
text-decoration: none;
font-weight:bold;
}

.cssnav a:hover
{
display: block;
color:#000000;
font-size: 85%;
width: 218px;
height: 35px;
display: block;
float: left;
color: white;
text-decoration: none;
font-weight:bold;
}

.cssnav img
{
width: 218px;
height: 35px;
border: 0;
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 15px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

#p1 #link1,
#p2 #link2,
#p3 #link3,
#p4 #link4
{
display: block;
color:#000000;
font-size: 85%;
width: 218px;
height: 35px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.smallImage
{
	border:solid 1px white;
}
.contactInfo
{
	background-color:#869844;
	width:218px;
	color:black;
	width:225px;
	font-size:85%;
	border:solid 1px #949494;
	margin-top:20px;
}
.contactInfo a
{
	color:black;
	text-decoration:none;
}
.contactInfo a:hover
{
	color:white;
	text-decoration:underline;
}
#contactHeader
{
	text-decoration:none;
	font-weight:bold;
}
.imageViewer
{
	border:solid 1px white;
}

.welcomeToText
{
	color:white;
	font-family:Times New Roman,Arial, Helvetica, sans-serif;
	font-size:180%;
	text-align:center;
	width:780px;
}
