﻿#Container
{
width: 1000;
margin: 0px auto 0px auto;
padding: 20px;
background: #ffffff;
border: 0px solid #999A91;

}


#Masthead
{
border: 0px solid #fff;
height: 140px;
padding: 0px;
background: #ffffff url(../images/saintslogoblack.png) no-repeat;
background-position: center left;
text-align: left;
font-family: arial, verdana, sans-serif;
color: #000000;
}

#Menu
{
text-align: center;
border: 0px solid #fff;
height: 30px;
padding: 0px;
background-color: black;
font-family: arial, verdana, sans-serif;
font-weight: bold;
margin-bottom: 0px;
margin-top: 0px;
}
#Menu ul
{ 
margin: 0px 0px;
padding: 4px;

}

#Menu li
{ 
display: inline;
margin: 0px;
padding: 0px;

}

#Menu li a
{

text-decoration: none;
padding: 3px 10px 3px 10px;
color: #ffffff;
}

#Menu li a:hover
{
background: ;
color: gold;
text-decoration:underline;

}

#Sidebarright
{
color: #000000;
float: right;
width: 17%;
padding: 10px;
border: 0px solid #000;
background-color: #ffffff;
font-family: arial, verdana, sans-serif;
}
#Sidebarright a
{
	color:#BBFF00;
	text-decoration: none;
}

#Sidebarright a:hover
{
	color: #ffffff;
	text-decoration: none;
}






#Sidebarleft
{
	color: #000000;
	text-align: left;
	float: left;
	width: 17%;
	padding: 10px;
	border: 0px solid #000;
	background: #ffffff;
	font-family: arial, verdana, sans-serif;
}



#Sidebarleft a
{
color: #1477F5;
text-decoration: none;
}

#Sidebarleft a:hover
{
text-decoration:underline;
color: #000000;
}



#Content
{
	color: #000000;
	margin-left: 20%;
	margin-right: 5%;
	border: 0px solid #999A91;
	text-align: left;
	padding: 10px;
	font-family: arial, verdana, sans-serif;
	background: #ffffff;
	font-size: medium;
		
}

#Content a
{
color: #1477F5;
text-decoration: none;
}

#Content a:active
{
text-decoration: none;

}

#Content a:hover
{
text-decoration:underline;
color: #000000;
}


#Footer
{
text-align: right;
padding: 10px;

background-color: #ffffff;
color: #000000;
clear: both;
}

body
{
text-align: center;
font-size: 100%;
background-color: #000000;

}

h1
{
font-family: arial, verdana, sans-serif;
font-size: 150%;
color: #000000;
}

h2
{
font-family: arial, verdana, sans-serif;
font-size: 140%;
color:black;


}

h3
{
font-size: 120%;
color: #000000;
}

h4
{
	background-color:white;
}

p
{
font-size: 100%;
}

#Content table
{
color: #000000;
text-align: center;
font-size: 100%;
text-align: left;
padding: 10px;
font-family: arial, verdana, sans-serif;
background: #ffffff;
border: 0px solid #999A91;
}

