body {
	background-image: url('images/bg.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 0;
	}

/* Text styles */

h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 0 5px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #cccccc;
	}

h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 0.9em;
	margin-top: 20px;
	}
	
p.standard	{
	font-size: 0.7em;
	margin: 10px 0 0 5px;
	color: #333333;
	}

a	{
	color: #FF0000;
	}

a:hover		{
	color: #999999;
	}
	
hr {
	clear: both;
	}

/* End of text styles */

/* Main structure of the front page */

#maincontainer	{
	width: 750px;
	margin: 0 auto; /* This is to get the container centered in Firefox, Netscape, etc */
	padding: 0px;
	background-color: #FBFBFB;
	border-left: solid #999999 1px;
	border-right: solid #999999 1px;
	text-align: left;
	}

#header {
	height: 100px;
	background: #999999 url('images/LLP_banner.jpg') no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
#header h1 {
	display: none;
	}
	
#header img {
	margin: 0 0 0 10px;
	padding: 0px;
	}

/* Topbar menu begins */
#topnav {
	float: left;
	width: 750px;
	margin: -2px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCCCCC;
	border-bottom: 3px solid #666666;
	background: #999999 url(images/nav-bg.gif) repeat-x top left;
	}
	
#topnav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(images/nav-li-bg.gif) no-repeat top right;
	}
	
#topnav a	{
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	}
	
#topnav a:hover {
 	color: #fff;
	background-color: #999999;
	}
	
#topnav a.active {
	font-weight: bold;
	background: #999999 url(images/nav-on-bg.gif) repeat-x bottom left;
	}

/* Topbar menu ends */
	
	
/* Sidebar menu begins */

#navig	{
	float: left;
	width: 165px;
	margin-left: 0px;
	margin-top: 0px;
	border-top: solid #cccccc 10px;
	border-right: solid #cccccc 2px;
	border-bottom: solid #cccccc 10px;
	border-left: solid #cccccc 2px;
	background-color: #FFFFFF;
	}
	
#navig ul	{
	margin: 5px;
	padding: 5px;
	list-style: none;
	border: 1px solid #ff0000;
	}

#navig li	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	letter-spacing: -1px;
	line-height: 15px;
	margin: 0;
	}
	
#navig li.current, li.link {
	padding: 0 0 5px 15px;
	vertical-align: top;
	}
	
#navig li.link {
	background: url('images/bullet.gif') no-repeat top left;
	}
	
#navig li.current {
	background: url('images/bullet_on.gif') no-repeat top left;
	}
	
#navig li.label	{
	font-size: 0.8em;
	font-weight: bold;
	color: #FF0000;
	padding: 0 0 5px 0;
	}

#navig a	{
	color: #333333;
	text-decoration: none;
	}
	
#navig a:hover	{
	color: #999999;
	text-decoration: none;
	}
	
#navig li.current	{
	color: #ff0000;
	}

/* Sidebar menu ends */

/* content in front page begins */
*html #content {
	margin: 15px 0 15px 168px;
}

#content {
	width: 550px;
	margin: 40px 0 15px 168px;
	padding: 0 10px 0 10px;
	background-color: #F7F7F7;
	}
	
.textcol	{
	margin-right: 170px;
	}

.photocol	{
	float: right;
	width: 150px;
	margin-top: 10px;
	}
	
.photocol img {
	padding: 5px;
	margin: 0 5px 10px 10px;
	border: solid #cccccc 2px; /* This command does not work with Firefox, Netscape & Opera so I have repeated it in each image tag */
	}
	
.item	{
	padding: 0px;
	margin: 0 0 0 15px;
	
	}
	
.item ul	{
	margin-top: -10px;
	}

.item p, .item li	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 17px;
	color: #333333;
	}
	
*html .item p	{
	margin-top: -15px;
	}
	
.item p	{
	margin-top: -10px;
	}	
	
.item p.notice	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	margin: 10px 0 0 0;
	padding: 2px 2px 2px 5px;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	background-color: #ffffff;
	}
	
.item table	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	border: 1px solid #cccccc;
	margin-top: -10px;
	margin-bottom: 10px;
	}
	
.item th, .item td	{
	border: 1px solid #cccccc;
	}

/* content in front page ends */

/* Form */
#form	{
	padding: 0;
	margin: 0 0 0 15px;
	}
	
#form p	{
	line-height: 17px;
	font-size: 0.7em;
	margin: 10px 0 0 0;
	}
	
#formoptional	{
	margin: 10px 0 0 20px;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 250px;
	}
	
p.formtitle	{
	font-weight: bold;
	}
	
input.button	{
	font-size: 0.7em;
	}

/* Form Ends */


/* Footer begins */
#footer	{
	clear: both;
	margin-right: 0;
	margin-left: 0;
	padding-left: 20px;
	background-color: #999999;
	}

#footer p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	line-height: 20px;
	}
/* Footer ends */	

