/*****************************************************
HTML ELEMENTS
*****************************************************/

/*html, body
{
	margin: 0;
	padding: 0;
	width: 790px;
}*/
html, body 
{
    margin:9px 9px 0 9px;
    padding:0;
    background:#FFF;
    width: 790px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana;
}

h1
{
font-size: 14px;
color: #990000;
font-weight: bold;
}

h2
{
font-size: 11px;
color: #990000;
}

ul
{ list-style: disc outside; }

li { margin: 2px 0px 2px 6px; }

hr
{
	width: 80%;
	margin: 0 auto;
	clear: both;
	border: 1px solid #e9e9e9;
}

table
{
	font: 11px Verdana;
	
}
	
#member
{
	text-align: center;
	font: 11px Verdana;
	color: #990000;
	font-weight: bold;
}


#container
{
	float: left;
	margin: 0;
	padding: 0;
	width: 790px;
	overflow: hidden;
	position: relative;
	height: auto;
}

#content
{
	width: 615px;
	float: left;
	clear: none;
	margin: 0 0 0 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 40px;
	font: 11px Verdana;
	position: relative;
	height: auto;
	background: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-color: #A6B1D4;

}

#content1
{
	width: 700px;
	float: left;
	clear: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: 11px Verdana;
	position: relative;
	height: auto;
	background: url(/images/026.jpg);
	background-repeat: no-repeat;
	background-color: #A6B1D4;
	

}

.content1
{
	width: 500px;
	float: left;
	clear: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: 11px Verdana;
	position: relative;
	height: auto;
	background: url(/images/026.jpg);
	background-repeat: no-repeat;
	background-color: #A6B1D4;
	

}



/*****************************************************
HEADER STYLE
*****************************************************/

#header 
{	top:0;
	left:0;
	height:9em;
	width: 790px;
	overflow: hidden;
	float: none;
	clear: both;
	position: relative;
}

#blacknav 
{
	height: 16px;
	width: 790px;
	background-color: Black;
	font-family: Verdana;
	font-size: small;
	
	text-align: right;
}

.headerText, .headerText a:link, .headerText a:visited 
{
	color: White;
	font-size: 12px;
	text-decoration: none;
}
	

/*****************************************************
PAGE LAYOUT STYLES
*****************************************************/


	
/*****************************************************
NAVIGATION STYLES
*****************************************************/

#lnav 
{	
	height: auto;
	width: 175px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #BEBEBE;
	display: inline;
	position: relative;
	
	
}

p.lnavitem {
	font: bold 11px Verdana;
	color: #000000;
	background-color: #BEBEBE;
	margin: 0px 2px 0px 5px;
	padding: 5px 2px 3px 6px;
	text-align: left;
	height: auto;
	overflow: auto;
	border-bottom: 1px solid #FFFFFF;
	
}

.lnavitem a:link, .lnavitem a:visited  { 
	font: bold 11px Verdana;
	color: #000000;
	background-color: #BEBEBE;
	margin: 0px 2px 0px 5px;
	padding: 5px 2px 3px 6px;
	text-decoration: none; 
}

#lnav2table
{
	width: 175px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #bebebe;
}

#lnav2table td
{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 18px;
	padding-right: 18px;
	border-bottom: solid 1px #FFFFFF;
	overflow: auto;
	color: #000000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
}

#lnav2table td a
{
	text-decoration: none;
	color: #000000;
}


/*****************************************************
FOOTER STYLES
*****************************************************/

#footer
{
	width: 790px;
	overflow: hidden;
	float: none;
	clear: both;
	padding: 0px;
}
	