/*still to add:
table
input
contentnosplit */

/* PRINT STYLE SHEET */

/* --- Page placement styles --- */

body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 1.3;
}

#sidemenu {
   display: none;
 }

#menu {
  display: none;


}
 
#content {
	float: left;
	width: 600px;
}	



/* --- Logo styles -- */

#logo{
	float: left;
	border: 0;
}

/* --- Content styles --- */

#contentleft {
	float: left;
	width: 407px;
	padding: 13px;
	text-align: left;
	margin-right: 15px;
	padding-bottom: 50px;
}

/* IE 5 and up only - to align text correctly */
*html #contentleft {
   margin-top: 5px;

}

#contentright_img {
	float: left;
	width: 160px;
	padding-top: 21px;
	margin-right: 16px;
	padding-bottom: 50px;
}

/* IE 5 and up only - to align images correctly */
*html #contentright_img {
   margin-top: 5px;
   padding-top: 23px;
   margin-right: 13px;   
}

#content_nosplit {
	width: 557px;
}


/*--- Footer styles --- */

/* footer is absolute div contained in relative #graphicright*/
#footer 
{
 display: none;
}

/* ---- General text styles --- */

p {
	font-size: 11px;
	text-align: left;
}

font {
	text-align: left;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #d26e36;
	text-transform: uppercase;
	background:none;
	padding-bottom: 5px;	
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #d26e36;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a {
	color: #d26e36;
	text-decoration: none;
}

a:hover {
	color: #EF8336;
	text-decoration: underline;
}

a:visited {
	color: #B66C29;
	text-decoration: underline;
}

 ul {
	list-style-type:square;
	margin-left: 0px;
}

/* IE 5 and up only - to align bullets correctly */
*html ul {
   margin-left: 15px;
}

 ul li {
	padding-left: 9px;
	line-height: 1.5;
	background: none;
}
img.pic {
   border: 1px solid #000000;
   margin-top: 5px;
   margin-bottom: 5px;
}

table {
	border: none;
	border-collapse: collapse;
	padding: 0;
	margin: 3px;
	width: 100%;
}

table th{
	border: none;
	padding:7px;
	background-color: #DDDDDD;
	vertical-align: top;
}

table td {
	border: none;
	padding: 7px;
    vertical-align: top;
}
