
A:link	{font-family: calibri; text-decoration: none; color:  red }
A:visited	{font-family: calibri; text-decoration: none; color:  red }
A:active	{font-family: calibri; text-decoration: none; color: red }
A:hover	{font-family: calibri; text-decoration: underline; color: red }


body {
	text-align: center;
	margin:0;
	padding:0;
	border:0;
	height:100%;
	width:100%;

}

p.first
{
font-family:"calibri";
font-size: 1.2em;
font-weight: 200;
color: #000000;
text-align: justify;
padding: 0px 30px;
}

p.second
{
font-family:"calibri";
font-size: 1.2em;
font-style: italic;
font-weight: 200;
color: #000000;
text-align: center;
padding: 0px 40px;
}

p.third
{
font-family:"calibri";
font-size: 1em;
font-weight: 200;
color: #000000;
text-align: center;
padding: 0px 0px;
}

p.forth
{
font-family:"calibri";
font-size: 1.2em;
font-weight: 200;
color: #000000;
text-align: left;
padding: 0px 30px;
}

p.fith
{
font-family:"calibri";
font-size: 1em;
font-weight: 200;
color: #C0C0C0;
text-align: center;
padding: 0px 30px;
}

h1
{
font-family: "calibri";
color: red;
text-align: center;
font-weight: bold;
font-size: 1.5em;

}

h2
{
font-family: "calibri";
font-size: 2em;
text-decoration: none;
text-weight: bold;
color: #000000;
text-align: center;
padding-top: 3px;
padding-left: 30px;
}

h3
{
font-family: "calibri";
color: red;
text-align: left;
font-weight: bold;
font-size: 1.5em;
padding: 0px 30px;

}


#header {
	float: left;
}

#spacer {
	float: left;

}

    

#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;

}

#container { width: 750px; padding-left: 35px; overflow: hidden; }

#div1, #div2, #div3 {float: left ; width: 230px; padding: 5px; }


#container2 {
	width: 999;
	margin: 0 auto;
	text-align: left;

}

#container2 { width: 999px; padding-left: 10px; overflow: hidden; }

#div4, #div5, #div6 {float: left ; width: 300px; padding: 5px; }

ul.niceList { 
  margin-left:0em; 
  padding-left:3.2em; 
  margin-bottom:1em; 
}
ul.niceList li { 
  background:url(images/bullet.gif) 0em 0.5em no-repeat; /* change background em accordingly */
  padding-left: 0.8em; 
  list-style: none; 
}
.niceList ul li { background-image:url(images/bullet_child.gif); }
 
ol.niceList li, ul.niceList li { margin-bottom:0.5em; }
 
ol.niceList { 
  margin-left:10.5em; 
  padding-left:10px; 
}
.niceList ol li { 
  list-style:decimal; 
  background-image:none; 
  padding-left:0em; 
}
