body{                                              /* body background for site*/
background-color: #c2b280; /*ecru*/ /*#c5cdd8;light blue*/ /*#b4cfec; light blue*/
}

body.lpb{
background-color: #fff8c6; /*cream*/
}

#header {                                           /*Header space*/
	width: 800px;
	margin: 0;
	padding: 0;
    border: 0;
}

 
table.header	{ 
width:800px;	 									 /*header table*/
margin: 0;
padding: 0;
}  	 									

td.header1                                              /*for color box in header*/
{
background-color: #fff8c6; /*cream*//*#640e27; red*/ /*#c58917; rust orange*/ 
margin:0;
border: 25px solid #640e27; /*red*/
padding: 20px;
}

td.header2                                          /*for logo in header*/
{
margin: 0 auto 0 auto;
padding: 0;
border: 0;
}


#container{                                        /*all pages*/
background-color:#ffffff;
width:800px;
margin: 5% auto;
padding: 0;
border:0;
color:#000000; /*text color*/
line-height:100%;
}

#content-home{
background-color:#ffffff;
width:800px;
margin-left: auto;
margin-right: auto;
padding: 0;
border:0;
line-height:100%;
}

#hr {
    text-align: center;
}

#footer {
    color: black;
    clear: both;
	text-align: center;
	font-size: smaller;
	margin: 0;
	padding: 1em;
}

.pone {
font-family: comic sans ms;
color: #640e27;  /*red*/ /*#c58917; rust orange*/ /*#354e71; dark blue*/
font-size: 20px;
margin:10% 0 0 0;
padding:0;
}


.pone-a {
font-family: comic sans ms;
color: #640e27;  /*red*/  /*#c58917; rust orange*/ /*#354e71;dark blue*/
font-size: 20px;
padding: 30px;
}

.pone-b {
font-family: comic sans ms;
font-size: 16px;
margin: 0;
padding: 0px;
}

.ptwo {
display: block;
font-family: trebuchet ms;
font-size: 12px;
}

.pthree {
display: block;
font-family: trebuchet ms;
font-size: 16px;
}

.pthree-a {
font-family: trebuchet ms;
font-size: 16px;
}

/*to center text*/
.blocktext {
    text-align: center;
	font-family: trebuchet ms; arial; comic sans serif;
}

/*to center image*/
.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }


/* start list types css */
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}    
ul.none {list-style-type: none}

ol.decimal {list-style-type: decimal}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}
ol.ualpha {list-style-type: upper-alpha}    
	


a:link{                                      /* for menu links */
color: white;
text-decoration: none;}     /* unvisited link */
a:visited {
color: white;
text-decoration: none;}     /* visited link */
a:hover {
color: yellow;
text-decoration: underline;}   /* mouse over link */
a:active {
color: white;
text-decoration: underline;
}   /* selected link */

a:link.one{                                 /* for all other links */
color: blue;
text-decoration: underline;}     /* unvisited link */
a:visited.one {
color: blue;
text-decoration: underline;}     /* visited link */
a:hover.one {
color: red;
text-decoration: underline;}   /* mouse over link */
a:active.one {
color: blue;
text-decoration: underline;
} 

a:link.two{                 /* for catlogue links */
color: #640e27;
text-decoration: none;}        /* unvisited link */
a:visited.two {
color: #640e27;
text-decoration: none;}        /* visited link */
a:hover.two {
color: red;
text-decoration: underline;}   /* mouse over link */
a:active.two {
color: #640e27;
text-decoration: underline;}
 
