/* CSS Document */
ul li ul li {
	width: 120px;
	background-color: #00CC33;
	bottom: 23px;
	position: relative;
	left: 165px;
	float: left;
	}

ul li:hover ul li {
	display: block;
	position: relative;
	float: left;
	background-color: #FFFF00;
	text-align: left;

}

li{
	list-style-type: none;
	background-color: #CC66FF;
	display: block;
	text-align: left;
	color: #000000;
	font-size: large;
	font-weight: bold;
	left: 300px;
	width: 200px;
	float: none;
	height: 20px;
	border: none;
	position: relative;
}

li:hover {
	background-color: #FF6699;
	
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0033CC;
	background-color: #FFFFCC;
	background-image: none;
}

a{}
a:hover{}

h1 {
	right: 80px;
	font-size: 36px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: lowercase;
	color: #3300FF;
	font-family: Arial, Helvetica, sans-serif;
	}

h2, h3{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
h4, h5, h6{}

img{}

.main_table{
	height: 580px;
	width: 1024px;
	background-image: url(images/trans.png);
	background-repeat: repeat;
	background-color: #00FFFF;
}
.banner{
	background-image: url(images/bannerswallow.jpg);
	background-repeat: no-repeat;
	background-color: #99FFFF;
	height: 80px;
}
.text_content a{
	text-decoration: none;
}
.text_content{
	height: 460px;
	width: 624px;
	
	}
	
.text_content div{
	float: right;
	height: 440px;
	width: 450px;
	padding: 10px 50px 5px 5px;
	border: none;
	vertical-align: baseline;
	color: #00FFFF;
	position: relative;
	top: 10px;
	clear: none;
	margin-right: 20px;
	text-align: justify;
	cursor: default;
	font-size: 12px;
}
.bigimage img{
	width: 310px;
	}

.image_content{
	height: 460px;
	width: 400px;
	float: left;
}

.nav{
	height: 40px;
}
.nav a{
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	float: left;
	display: inline;
	width: 230px;
	padding: 10px;
	
}
.nav a:hover{
	color: #00FFCC;
}
.signature{
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	vertical-align: top;
}
