
html{
	height: 100%;
}
body {
background: #D4D8E1 url(images/bg_leaves__.jpg) repeat-y 820px 0;
margin: 0;
padding: 0;
height: 100%;	
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}

td {
	background: #FFF;
}

p {
 padding: 0 5px 0 0;
 margin: 8px 0;
 font-size: 13px;
 line-height: 21px;
 text-align: justify;
}

ul, li {
	list-style: none;
	margin: 0; 
	padding: 0;
}

a:link, a:visited {
color: Black;
text-decoration: none;
}
a:hover, a:active {
color: #FF0033;
text-decoration: none;
}

#header {
background-image: url(images/logo500.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 500px; 
	height: 123px;
	margin: 0; 
	padding: 0;
}

#wrapper {
	background: #FFF;
	height: 100%;		/* nb */
	width: 780px; 
	padding: 1px 0 0 0; /* For IE  & 30px FooterStick & side line not required*/
	margin: 0; /* top margin for line if required  - centered not required */
	/* border-left: 4px solid #000; */
	/* border-right: 1px solid #000; */
	background: #FFF url(images/bg_navside.gif) repeat-y bottom left;

}

#content {
	width: 780px;
	margin: 0; /* centered not required */
	padding: 0;
	height: 100%;
}

#colleft {
float:left;
width: 158px;
margin: 0;
padding: 0;
height: 100%;
}

#colright {
margin-left: 175px;
margin-top:50px;
padding: 0;
width: 333px;
}

#navmain {
/* on left */
margin: 0;
padding: 0; 
font-weight: normal;
color: #000;
height: 100%;
width: 158px;
}

#strapline {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 91px;
	width:100%;
	background: #FFF url(images/strapline__.jpg) no-repeat center;
}

#footer {
width: 780px;
text-align: right;
font-size: 10px;
color: #000;
padding: 2px;
margin: 5px 0 -30px 0;  
/* for footer-stick center not required - within content which is centered*/
position: relative; /* for footer-stick */
height: 30px; /* for footer-stick */
background-image: url(images/bgfooter.jpg);

}

img {
	padding:0;
	margin:0;
	border:0;
}

form {
	font-size: 12px;
	line-height: 20px;
}

.imgcntr {
	margin: 0 auto; 
}

.button {
	background: #7D8DC9;
	color: #FF0033;
}

.important{
	color: #FF0033;
}

.imgframe {
	border-top: 2px inset #000;
	border-right: 2px inset #000;
	border-bottom: 2px outset #000;
	border-left: 2px outset #000;
}

.titles {
	margin:0;
	padding: 0 3px 0 0;
	clear: none;
	float: none;
}

.bullets {
	margin:0;
	padding: 0 3px 0 0;
	clear: none;
	float: none;
}

 h1, h2, h3, h4 {
 margin:0; 

 }

 h1, h2 {
 color: #000;
 font-weight:bold;
 letter-spacing: 2px;
 font-size: 16px;
 height: 28px;
 text-transform: capitalize;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 padding: 5px 0;
 margin-bottom: 10px;
 background: #FFF url(images/divider_pink_3.gif) no-repeat bottom left;
 }

h3 {
 color: #000;
 font-weight: bold;
 letter-spacing: 2px;
 font-size: 12px;
 padding: 2px 0;
 }