#body {
	background-color:white;
	color: #376295;
}
a, a:link {
	text-decoration: none;
	color: #376295;
}
a:visited	{
	text-decoration: none;
	color: #3c19aa9;
}
a:hover, a:active	{
	text-decoration: none;
	color: white;
	background-color: #c36cd3;
}
ul	{
	height: auto;
	list-style-type: none;
	display:inline;
}
li	{
	list-style-type: none;
	display: inline;
	height: 75px;
}
hr	{
	height: 10px;
	background-color: #376295;
}
#container	{
	margin: 0 auto 0 auto;
    width: 1000px;
	min-height: 600px;
}


#splashLeft	{
	width:40%;
	height: 600px;
	float: left;
	background:  url(../images/prphoto.gif) no-repeat;
	height:auto;
}
#splashLeft	h3 {
	margin-left: 35px;
	font: bold 24px "Comic Sans MS" Verdana, Arial, Helvetica, sans-serif; 
	color: #376295;
}
#splashLeft	p {
	height: 225px;
}
#splashLeft	span	{
	display: none;
	text-indent:-5000px;
}
#left	{
	float: left;
	width:40%;
	height:auto;
	overflow: auto;
}
#left h3 {
	font:  15px "Comic Sans MS" Verdana, Arial, Helvetica, sans-serif; 
	color: #376295;
}
#left hr {
	height: 5px;
	background-color: #376295;
}
#center		{
	width: 60%;
	height: auto;
	float: left;
	font:  10px "Comic Sans MS" Verdana, Arial, Helvetica, sans-serif; 
	color: #376295;
}
#center h3 {
	font:  18px "Comic Sans MS" Verdana, Arial, Helvetica, sans-serif; 
	color: #376295;
}
#center p	{
	font:  14px "Comic Sans MS" Verdana, Arial, Helvetica, sans-serif; 
	color: #376295;
}

#bottom	{
	width: 100%;
	border-top: thick solid #376295;
}
#bottom ul	{
	height: 50px;
	display: inline;
}
#bottom li	{
	list-style-type: none;
	display: inline;
	margin-right: 30px;

}

#bottom li a, a:link	{
	text-decoration: none;
}
#bottom li a:visited	{
	text-decoration:none;
}
#bottom li a:hover	{
	background-color: #1cf0f3;
}
.Graistan {
	font:  10px "Comic Sans MS" Verdana, Arial, Helvetica, sans-serif; 
	color: #376295;
}
.title {
	font: bold 18px "Comic Sans MS" Verdana, Arial, Helvetica, sans-serif; 
	color: #376295;
}
.aboutTitles {
	text-decoration: underline;
}