/*TemplateBeginEditable name="head"
/ *TemplateEndEditableTemplateEndEditable TemplateBeginEditable name="doctitle"*/


body
{
    background : rgb(0 , 102 , 0);
    margin : 0;
    text-align : center;
    color : rgb(0 , 0 , 0);
    Font-family : Verdana , Arial , Helvetica , sans-serif , Times New Roman;
    Font-size : 100%;
}
#img
{
    Border-style : groove;
    Border-color : rgb(0 , 0 , 0);
    Border-width : 4px;
    Clear : right;
	margin-top : 20px;
    Margin-left : 100px;
	margin-right: 103px;
    Margin-bottom : 6em;
}
#img1
{
    Border-style : groove;
    Border-color : rgb(0 , 0 , 0);
    Border-width : 4px;
    Clear : right;
    Margin-left : 70px;
	margin-right : 50px; 
}
.time
{
    Text-align : center;
	Font-size : medium;
	margin-top : 10px;
    margin-bottom : 10px;
	margin-left: 50px;
}
/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector  it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
p
{
    text-align : justify;
}
.twoColFixLtHdr #container
{
    width : 900px;
    /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background : rgb(255 , 255 , 255);
    margin : 0 auto;
    /* the auto margins (in conjunction with a width) center the page */
	border : 1px solid rgb(0 , 0 , 0);
    text-align : left;
}
/* this overrides the text-align: center on the body element. */
.twoColFixLtHdr #header
{
    background : rgb(153 , 255 , 153);
    padding : 10px;
    Font-size : 2em;
    Padding-right : 10px;
    Padding-bottom : 20px;
}
/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
.twoColFixLtHdr #header
{
    padding : 10px;
    Text-align : center;
}
/* using padding instead of margin will allow you to keep the element away from the edges of the div */
.twoColFixLtHdr #sidebar1
{
    float : left;
    /* since this element is floated, a width must be given */
	width : 200px;
    /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background : rgb(235 , 235 , 235);
    /* the background color will be displayed for the length of the content in the column, but no further */
	padding : 10px;
    Padding-left : 10px;
    Padding-bottom : 10px;
    Padding-right : 20px;
    Padding-top : 10px;
}
.twoColFixLtHdr #mainContent
{
    margin : 0 0 0 250px;
    /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding : 0 20px;
    text-align : justify;
    padding-bottom : 20px;
}
.twoColFixLtHdr #mainContent p
{
    /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding : 0 20px;
    text-align : justify;
    padding-bottom : 20px;
    Margin-left : 50px;
}
.twoColFixLtHdr #footer
{
    clear : left;
    padding : 0 10px 0 20px;
    /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background : rgb(221 , 221 , 221);
}
.twoColFixLtHdr #footer p
{
    margin : 0;
    /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding : 10px 0;
    text-align : center;
    Font-size : small;
}
/* padding on this element will create space, just as the the marg;in would have, without the margin collapse issue */
.fltrt
{
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float : right;
    margin-left : 8px;
}
.fltlft
{
    /* this class can be used to float an element left in your page */
	float : left;
    margin-right : 8px;
}
.clearfloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
height : 0;
    font-size : 1px;
    line-height : 0px;
}
/*[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1
{
    width : 230px;
    margin-bottom : 10px;
}
/* place css fixes for all versions of IE in this conditional comment */

.twoColFixLtHdr #sidebar1 dl, dt, dd, ul
{
    clear : both;
    margin : 0;
    padding : 0;
    list-style-type : none;
}



.sh
{
    Font-weight : bold;
    Font-size : 25px;
    Padding-top : 25px;
    margin-bottom : 25px;
    margin-left : 160px;
}
a:visited
{
	
	color : rgb(0 , 0 , 0);


}
a:active
 {


		color:  rgb(0 , 0 , 0);

}
caption
{

padding-top : 40px; 
