/* CSS Document */
*
{
	margin:0;
	padding:0;
}
	
body
{
	margin:0 auto;
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	color:#525252;
	width:100%;
	background-color: #FFFFFF;
}
	
a, a:visited, a:active
{
	color:#000000;
	text-decoration:underline;
	margin: 0px;
}
	
a:hover, a:focus
{
	color:#CC0000;
	text-decoration:underline;
	margin: 0px;
}
	
p
{
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 1.5em;
    margin-bottom:1.6em;
    text-align:left;
}

h1
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 24pt;
    color:#525252;
    text-align: left;
}

h2
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 10pt;
    color:#525252;
    text-align: left;
}	

h3
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 10pt;
    color:#525252;
    text-align: left;
    margin-bottom: 7px;
}
	
div
{
    /*border: solid 1px black;*/
    margin: 0px;
}

img
{
    border: 0px;
}

#mainimage
{
    /*border: solid 2px yellow;*/
    position: relative;
    display: none;
}

#container
{
    /*border: solid 2px green;*/
	width:800px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	/*background: #FFFFFF url(/images/lightblue_logobottomhalf.jpg) no-repeat bottom right;*/
}

#content
{
    /*border: solid 2px yellow;*/
    margin-bottom: 5px;
}

#contentleft
{
    display: none;
}

#contentright
{
    /*border: solid 2px purple;*/
    position: relative;
    margin: 0px;
    background-color: #FFFFFF;
    width:100%;
}

hr.break
{
    width: 40%;
    border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:2px #CECECE dotted;
	font-size: 1px;
	margin: 8px auto 8px auto;
}
/* *

/*****************Footer styling*****************/
#footer
{
    /*border: solid 2px red;*/
    display: none;
}

/*****************Footer styling end*****************/


/* *********************************************************************************************************** */

