/* StyleSheet for galillebc.org */
/* Block element styles for fancy layout stuff */
/* #f5f6f7 */
body 	{ 	background-color: #195fb7; }

div	{ 	padding: .35em;
		margin: .15em;
		background-color: #fff; }
		
#allofit
	{	padding: .1em;
		border: solid thin black;
		margin: .15em;
		background-color: #fff; }

#header	{	border: none;
		padding: .15em;
		margin: 0px;
		text-align: center; }

#main	{  float: left;
	    position: relative;
	    width: 70%;
	    margin-right: .15em;
	    margin-left: -1px;
	    border: dotted thin gray; }

#motto	{font-family: cursive;
		font-weight: bold;
		font-size: 1.2em;
		line-height: 150%;
		color: #195fb7;
		text-align: center;}

#nav	{	background-color: #ebf5fc;
		float: left;
		position: relative;
		width: 25%;
		height: 100%;
		margin-right: 0em;
		border: dotted thin gray;
		line-height: 1.5em; }

#outline {font-family: sans-serif;
		font-size; 1em; 
		/*white-space: normal; */ }
		
.floatr {float: right;
        position: relative;
        padding: 15px 0 15px 20px}

.floatl {float: left;
        position: relative;
        padding: 15px 20px 15px 0}

.footer	{	text-align: left;
		font-size: .8em;
		border: none;
		width: 95%;
		clear: left; }

.phead	{	font-size: 1.2em;
		letter-spacing: .06em;
		text-indent: 1em;
		border-bottom: dotted thin gray;
		background-color: #f5f6f7;
		margin: -.2em;
		margin-bottom: 1em;
		padding-top: 0;
		line-height: 1.4em; }
		
.mhead  { font-family: "Brush Script", cursive;
	    font-size: 1.2em;
	    font-style: italic; }

.bold	{	font-weight: bold; }

.center	{	text-align: center; }

/* Link colors */
a:link		{	color: #1059b3;	}
a:visited	{	color: #800;	}
a:hover, a:active		/* fancy-schmancy rollover thingy*/
		{	color: #fff;
			background-color: #195fb7; }

html, body, h2, h3, h4, div, p, ul, li, input
		{	font-family: sans-serif; }

table   {width: 95%;
		margin-left: 2%;
		border-spacing: 10px;}
		
td 		{padding: 2 10 2 5px;}