﻿
/************************************************************************
* Header
************************************************************************/

	/* Picture at the top of the site */
	#header
	{
		background: #1b1464 url(images/headerlpsa.png) no-repeat ;
		margin-right: auto;
		margin-left: auto;
		width: 900px;
		height: 194px;	
	}

/************************************************************************
* Body
************************************************************************/

	#body
	{
		margin: 0px;
		border:0;
		background: #1b1464 url(images/bgbody.png) repeat-x top;

	}

	#page
	{

		background:transparent url('images/bgfader.png') repeat-y top center;
		margin:0 auto;
		text-align:center;
		width:auto;
	}
	
	#content
	{
		border-style: none solid none solid;
		border-width: 1px;
		border-color: white;
		margin: 0px;
		width: 900px;
		margin-right: auto;
		margin-left: auto;
		/*background: #2a3636 ;*/
		/*background: #3f3f3f;*/
		background:transparent url('images/bgcontent.png') repeat;
	}
	
/************************************************************************
* footer
************************************************************************/

	#footer
	{
		border-style: none solid solid solid;
		border-width: 1px;
		border-color: white;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		width: 900px;
		height:39px;
		background: #2a3636 url(images/navbar.png);
	}
	

/************************************************************************
* Menu 
************************************************************************/
	
	#menutop
	{
		border-style: solid solid none solid;
		border-width: 1px;
		border-color: white;		
		margin-right: auto;
		margin-left: auto;
		width: 900px;
		height: 39px;
		background: #2a3636 url(images/navbar.png);
	}

	
/************************************************************************
* Page Layouts 
************************************************************************/
	
	.sectionframecenter
	{
		border: 1px solid white;
		width: 700px;
		margin-right: auto;
		margin-left: auto;
		background: #5f92d2;
		margin-bottom: 10px;
	}
	
	.sectionframeleft
	{
		border: 1px solid white;
		left: 15px;
		margin-bottom: 10px;
		background: #5f92d2;
		vertical-align: top;
		width: 300px;
	}
	
	.sectionframeright
	{
		border: 1px solid white;
		left: 15px;
		margin-bottom: 10px;
		background: #5f92d2;
		position: relative;
		width:500px;
	}
	
	.sectionheader
	{
		/*background: url(images/bgsectionheader.png) repeat-x ;*/
		background: url(images/sectionheader.png) repeat-x ;
		height:35px;
		border-bottom: 1px solid white;
	
		text-align:center;
		
	}
	
	.sectionbody
	{
		 padding-top:10px;
		 color:Black;
		 font-weight:normal;
		 font-size:10pt;
		 font-family:Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	}
	
		

	.dashedline
	{
		border-bottom: 1px dashed white;
		margin-bottom: 10px;
	}
	
	.miniheader
	{
		font-weight: bold;
		color: black;
		text-decoration: underline;
	}

	a:link
	{
		color: white;
	}

	 
	a:visited
	{
		color: white;
	}
