﻿* {
	font-family:Verdana;
	margin:0px;
}
a {
	text-decoration:none;
	color:green;
	font-size:small;
}
a.hover {
	color:lime;
}
h1
{
	font-size:large;
	font-style:italic;
	color:green;
}
h2 {
	color:blue;
	background-color:transparent;
	font-size:14px;
	font-weight: bold;
}
h3{
	font-size:small;
	font-weight:bold;
	text-decoration:underline;
}
h4{
	font-family:"Times New Roman";
	font-size:50px;
	font-style:italic;
	color:green;
}
p {
	font-family:Times New Roman;
	color:green;
	font-size:small;
	font-style:italic;
	text-align:center;
}
ul {
	padding:20px;
	margin-left:30px;
}
#tips{
	height:200px;
	width:500px;
	font-family:times new roman;
	font-size:small;
	color:green;
	font-style:italic;
	text-align:justify;
	border:1px #6C6CFF solid;
	padding:10px;
	margin:auto;
}
#holding {
	width:800px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
}
#header {
	text-align:left;
	width:780px;
	height:100px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	border:1px #6C6CFF solid;
	background-color:transparent;
}
#headerimg {
	float:right;
	width:250px;
	background-color:transparent;
}
#navigation {
	font-family:Arial;
	font-weight:bold;
	font-size:15px;
	color:black;
	text-align:center;
	width:780px;
	height:20px;
	padding-left: 10px;
	padding-right:10px;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	border:1px #6C6CFF solid;
	border-top:10px #6C6CFF solid;
	background-color:transparent;
}
#content {
	font-family:Verdana;
	font-size:small;
	width:780px;
	height:400px;
	overflow:auto;
	padding: 10px;
	border:1px #6C6CFF solid;
	border-top:10px #6C6CFF solid;
	text-align:justify;
	background-color:transparent;
}
#groups {
	width:150px;
	height:200px;
	overflow:auto;
	padding: 10px;
	border:1px green solid;
	border-top:10px green solid;
	text-align:center;
	float:left;
}
#Logo{
	padding:10px;
	height:87px;
	background-repeat:no-repeat;
	background-position:center;
	margin-top:10px;
}
#textbox{
	margin-left:10px;
	float: left;
	width:300px;

}
#textbox2{
	width:740px;
	padding: 10px;
	float: left;
}
#footer{
	width:780px;
	margin:auto;
	font-size:x-small;
	text-align:center;
}
#foot.a{
	text-decoration:underline;
	color:blue;
	font-size:x-small;
	
}
#images {
	width:735px;
	height:200px;
	margin:5px;
	padding-left:5px;
	clear:both;
	border:1px green solid;
	border-top:10px green solid;
}
#images2 {
	float:right;
	text-align:center;
	padding:10px;
	clear:both;
	margin-left:10px;
	border:1px green solid;
	border-top:10px green solid;
}
