/* standard HTML blocks */
body {
	font-family: Tahoma, Verdana, Arial sans-serif;
	font-size: 11px;
	color: #F4F4AE;
	background-color: black;
}

a
{
	font-size: 11px;
	color: #F4F4AE;
	text-decoration: underline;
}

#GMKerrContainer
{
	border-bottom-style: solid;
	border-right-style: solid;
	border-width: 1px;
	padding-bottom: 10px;	
}

#GMQuoteContainer
{
	border-bottom-style: solid;
	border-right-style: solid;
	border-width: 1px;
	padding: 10px 5px 10px 5px;
}

#copyrightContainerVCenter
{
	position: relative; 
	top: 10px;		
}

/* Container Classes - multiple usage in the site. */
.CopyrightContainer
{
	vertical-align: middle;
	text-align: right;
	bottom: 0;
	width: 800px;
	height: 30px;
}

.Sidebar
{
	clear: both;
	float: left;
	width: 280px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	margin-right: 10px;
}

.MainContent
{
	width: 700px;
}

.LinksContainer
{
	display: inline;
	padding-left: 50px;	
}

/* Display Classes - multiple usage in the site. */
.DevInformation
{
	visibility:hidden;	
}

.SplashScreen
{
	font-family: serif;	
}

.SidebarContent
{
	text-align: center;
}

.SplashScreenTitle
{
	font-size: x-large;
}

.SplashScreenText
{
	font-size: large;
}

.PMRow
{
	text-align: center;
}

.PMHeader
{
	width: 250px;
}

.Title
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
	font-size: large;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

.SubTitle
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
	font-size: medium;
	padding: 10px 0px 10px 0px;
}

.Quote
{
	font-size: 11px;
	font-family: Apple Chancery, Zapf Chancery, cursive;	
}

.BigFont
{
	text-align: center;
	font-size: large;
}

.BigFont a
{
	font-size: large;
}
