/*This is the core style sheet of the site.*/

body 
	{
	 background: url(images/laurabg.jpg) top left;
	color: #6B6D70;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	} 
h1	
	{
	font-size: 18px;
	text-align: left;
	font-style: bold
	letter-spacing: 1px;
	font-family: Verdana, Arial, sans-serif;
	color: #3E699F;
	padding-top: 0px;}

p
	{
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	}

a:link
	{	
	color: #193F6E;
	text-decoration: none;
	}
a:visited
	{
	
	color: #193F6E;
	text-decoration: none;
	}
a:hover
	{
	color: #000000;
	text-decoration: underline;
	}
a:active
	{color:#193F6E;
	text-decoration: underline;
	}



#content
	{background: url(images/bluebg.gif) top left repeat-y #ffffff;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	margin-top:10px;
	}
#header
	{
	background: url(images/headerbg.gif) top left no-repeat #ffffff;
	width: 900px;	
	height:200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center ;
	padding: 0px;
	border-top: 20px #3E699F solid;
	}

#header table
	{width: 900px;
	 margin-top: 0px;
	}
#header table td
	{width: 180px;
	height: 50px;
	background: url(images/button.gif) center center no-repeat #ffffff;
	color: #ffffff;}
#header table td a:link
	{color: #3E699F;
	}
#header table td a:hover
	{color: #4E853F;
	text-decoration: underline;
	}
#header table td a:visited
	{color: #3E699F;
	}
#header p
	{text-align:left;
	color: #ffffff;
	line-height: 10px;
	padding-top: 0px;
	padding-left: 35px;}

#navbar
	{
	margin-top: 50px;
	width: 325px;
	height: 500px;
	text-align:left;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	line-height: 14px;
	color: #3E699F;
	}
#navbar p
	{padding-left: 0px;
	width: 351px;
	text-align:left;
	line-height: 12px;
	}



#column1
	{margin-top:40px;
	width: 450px;
	height: 100%;
	text-align: center;
	padding: 20px;
	margin-left: 350px;
	margin-bottom: 20px;
	}
#columnWide
	{margin-top: 50px;
	width: 800px;
	height: 100%;
	padding-left: 10px;
	padding-right: 20px;
	}
#columnWide p.padded
	{padding-left: 350px;
	padding-top: 10px;
	}

#columnWide h1.padded
	{padding-left: 350px;
	padding-top: 10px;
	}

	
#footer
	{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	clear: left;
	border-top: 1px solid #cccccc;
	background: #3E699F;}
#footer p
	{font-size: 9px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	color: #432E25;
	}
#footer a:link
	{color: #ffffff;
	}
#footer a:visited
	{color: #ffffff;
	}
.floatimgleft
	{padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 50px;
	float: left;
	}

.floatimgleftMain
	{padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	float: left;
	}
.floatimgleftContent
	{padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 0px;
	float: left;
	}
.floatimgright
	{padding-left: 25px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	float:right;
	}