/* CSS Document */
/**********************************************************************
HTML
**********************************************************************/
body
{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
/**********************************************************************
CENTERPAGE
**********************************************************************/
div#divCenterPage
{
	/*text-align:center;*/
	width:780px;
	margin-left:auto;
	margin-right:auto;
/*	border: 1px dotted #333; */
}
/**********************************************************************
MAIN
**********************************************************************/
div#divMain
{
	width:780px;
	text-align:left;
	background:url(images/lssb1.jpg) repeat-y top left;
	padding:1px;
/*	border: 1px dotted #ff0000; */
}
/**********************************************************************
HEADER
**********************************************************************/
div#divHeader
{
	background-color:#244070;
	width:780px;
	height:165px;
	margin:0px 15px 0px 0px;
	background-image:url(images/titleBar1.gif);
	background-repeat:no-repeat;
	background-position:15px 15px;
}
/**********************************************************************
HEADER NAVIGATION
**********************************************************************/
div#divHeaderNav
{
	background-color:#244070;
	margin: 0px 15px 0px 0px;
	width:780px;
	height:55px;
}

div#divHeaderNav2
{
	background-color:#bcccea;
	margin: 0px 15px 0px 15px;
	width:750px;
	height:40px;
}
/**********************************************************************
NAVIGATION
**********************************************************************/
div#divNav
{
	float:left;
	margin-left:15px;
	width:248px;
/*	border: 1px dotted #00ff00; */
}

div#divNav table tr td
{
	text-align:center;
	padding:5px;
	border:0px;
/*	border-collapse:collapse;
	border-style:dashed;	*/
}


/**********************************************************************
CONTENT
**********************************************************************/
div#divContent
{
	margin:15px 30px 15px 280px;
/*	border: 1px dotted #000fff; */
}

/**********************************************************************
FOOTER
**********************************************************************/
div#divFooter
{
	background-color:#244070;
	width:780px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:#FFFFFF;
	font-size:small;
}

/**********************************************************************
CLEAR 
	Forces DIVs to stay inside containing DIVs
	(See article http://positioniseverything.net/easyclearing.html)
**********************************************************************/
div#divClear
{
	clear:both;
}

