/* General styles */




body

{
	

margin: 0;
	

padding: 0;


border: 0;

width: 100%;


background: #ffffff;


min-width: 700px;

font-size: 10pt;


font-family: Arial

}




a:link

{


color: #0A64FF;


text-decoration: none

}




a:visited

{

color: #0A64FF;


text-decoration: none

}



a:hover

{


color: #0A64FF;


text-decoration: underline


}



a:active

{

color: #C80000;


text-decoration: underline

}



h1, h2, h3

{


margin: 0;


padding: 0

}




h1

{

font-size: 20pt;

text-decoration: bold

}



h2

{

font-size: 15pt;

text-decoration: bold

}



h3

{

font-size: 15pt;

text-decoration: none

}



p

{

margin: 0px;

padding: 0px

}



.content p

{

margin: 0px 0px 10px 0px;

}



img

{


margin: 10px 10px 10px 10px;


border: none

}




img.float

{

float: right

}



/* Header */




.header

{


clear: both;


float: left;


width: 100%;


border-bottom: 1px solid #000000;


background-image: url(images/headerbg.jpg)

}

.header h1

{


margin: 0
px;

color: #000000

}



/* Body (contains content and bar) */


.body

{


position: relative;

float: left;


width: 100%;

overflow: hidden;

}



.content,
 .bar

{


float: left;


position: relative;


padding: 5px 10px 5px 10px;


overflow: hidden


}



.body .bar

{


left: 0%;

width: 24%;

background-image: url(images/bg.png);

border-right: 1px solid #000000

}



.body .content

{


width: 70%;

left: 1%;

}




/* Footer styles */


.footer

{


clear: both;


float: left;


width: 100%;


border-top: 1px solid #000000;


background: #FFFFFF

}




.footer p

{


padding: 2px;


margin: 0px;


font-size: 8pt;

color: #646464;

text-align: center

}

