/* layout section*/

/* This is the Parent Box */
.area000
{
position:absolute;
left:0px;
top:0px;
width:875px;
height:150px;
border:none;
background-color:transparent;
}    



/* This is the header area*/
    .area001
{
position:absolute;
left:0px;
top:0px;
width:875px;
height:775px;
border:none;

}    

/* This is the links area*/
.area002
{
position:absolute;
left:0px;
top:150px;
width:250px;
height:625px;
border:none;
background-color:transparent;

}


/* This is the left body area*/
.area003
{
position:absolute;
left:250px;
top:150px;
width:525px;
height:625px;
border:none;
background-color:transparent;
}

/* This is the right body area*/
.area004
{
position:absolute;
left:800px;
top:150px;
width:150px;
height:625px;
border:none;
background-color:transparent;
}

/* Content Section*/


.first
{
font-family:times;
font-size:24pt;
font-weight:bold;
color:#007711;
text-align:center;
margin-left:0%;
margin-right:0%;
}

.second
{
font-family:ariel;
font-size:16pt;
font-weight:bold;
color:#007700;
text-align:left;
margin-left:5%;
margin-right:0%;
}

.third
{
font-family:times;
font-size:12pt;
font-weight:bold;
color:#003311;
text-align:center;
margin-left:10%;
margin-right:10%;
}

.fourth
{
font-family:times;
font-size:10pt;
font-weight:bold;
color:#009933;
text-align:center;
margin-left:5%;
margin-right:0%;
}

.fifth
{
font-family:times;
font-size:12pt;
font-weight:bold;
color:#007700;
text-align:left;
margin-left:5%;
margin-right:0%;
}

.sixth
{
font-family:times;
font-size:12pt;
font-weight:bold;
color:#009933;
text-align:center;
margin-left:0%;
margin-right:0%;
}

.seventh
{
font-family:times;
font-size:12pt;
font-weight:bold;
color:#009933;
text-align:center;
margin-left:0%;
margin-right:0%;
}

.eighth
{
font-family:times;
font-size:12pt;
font-weight:bold;
color:#009933;
text-align:left;
margin-left:10%;
margin-right:0%;
}

.ninth
{
font-family:times;
font-size:10pt;
font-weight:bold;
color:#003311;
text-align:center;
margin-left:0%;
margin-right:0%;
}


.tenth
{
font-family:times;
font-size:24pt;
font-weight:bold;
color:#f62121;
text-align:center;
margin-left:0%;
margin-right:0%;
}


.eleventh
{
font-family:times;
font-size:14pt;
font-weight:bold;
color:#f62121;
text-align:center;
margin-left:0%;
margin-right:0%;
}

a:link
{
font-family:times;
font-size:14pt;
font-weight:bold;
color:#003311;
text-decoration:none;
}

a:active
{
font-family:times;
font-size:14pt;
font-weight:bold;
color:#003311;

}


a:visited
{
font-family:times;
font-size:14pt;
font-weight:bold;
color:#007700;

}

a:hover
{
font-family:times;
font-size:14pt;
font-weight:bold;
color:#ff9900;
text-decoration:underline;
}


ul
{

font-family:times;
font-size:14pt;
font-weight:bold;
color:#117700;
text-align:left;
margin-left:10%;
margin-right:0%;
list-style-type: square
}


ol
{

font-family:times;
font-size:12pt;
font-weight:bold;
color:#003311;
text-align:center;
margin-left:0%;
margin-right:0%;
list-style-type: square
}

