<style>


body
{
background-color:#cccc99;
margin:0;
padding:0;
}

#outerwrapper
{
margin-left:auto;
margin-right:auto;
text-align:center;

}

#innerwrapper
{
width:1500px;
padding:0px;
margin:0px;
}

#header
{
background-color:#708090;
height:100px;
text-align:center;
}


#menu
{
background-color:#C6E2FF;
width:400px;
padding:10px;
margin: 0 10 0 0;
float:left;
height:1100px;
}

#menu.img
{
margin-left:auto;
margin-right:auto;
}

#content
{
background-color:#a4d3ee;
margin:0 0 0 0;
padding:10px;
width:1000px;
text-align:left;
}

#footer
{
background-color:#36648B;
clear:both;
text-align:center;
}

.clear
{
clear:both;
}


h1
{
margin-left:auto;
margin-right:auto;
width:70%;
color:#003333;
text-align: center;
}

h2
{
color:#cc3300;
}

h3
{
font:arial,sans-serif; 
color:#990033;
text-align:middle;
}

h5
{
text-align: left;
}

h1.a
{
text-align:center;
font-size:18px;
}
.text1
{
color:#1874CD;
font-weight:bold;
text-align:justify;
}

p.para1
{
text-align:justify;
margin-left:10px;
color: #36648B;
}


.bold
{
font-weight:bold;
}

ul.a 
{
list-style-type: square;
list-style-position:inside;
}



</style>