/*******************************
 * Reset all styles so all browsers start of equal
 *******************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*******************************
 * Begin Website Styles
 *******************************/

body
{
   font: normal 10pt Calibri, Myriad, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
   
   /* normal 10pt Calibri, Myriad, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; /*
   /* 90% Verdana, Helvetica, Arial, sans-serif; */
   text-align: center;
   background: url(body_bg.gif) #FFFFFF;
   background-repeat: repeat-x; 
   min-width: 710px;
}

.container
{
    position: relative;
    margin: auto; 
    text-align: left;
    width: 700px;
}


/*******************************
 * Standard Body Style Elements
 *******************************/
 
.content
{
  position: relative;
  margin: 0 auto;
  width: 650px;
  text-align: justify;
}

p
{
   margin: 10px 0 10px 0;
}

.content a
{
   text-decoration:none;
   color:red;
}

.content a:link { color: red; }
.content a:visited { color: red; }
.content a:hover { text-decoration: underline; }
.content a:active { color: red; }

/* --------Headers--------- */

h2
{
   font-size:150%;
   margin: 10px 0 10px 0;
}

h3
{
   font-size:140%;
   margin: 10px 0 10px 0;
}

h4
{
   font-size:120%;
   font-weight:bold;
   margin: 10px 0 10px 0;
}

hr
{
  height: 1px;
  border: 0;
  color: red;
  background-color: red;
}



/* ----------Lists----------- */

ol, ul
{
  margin:5px 30px 5px 40px;
}

ol
{
  list-style:decimal outside;
}

ul
{
  list-style:disc outside;
}

ol li, ul li
{
   padding:3px 0 3px 0;
}



/*******************************
 * Footer
 *******************************/
 
.footer
{
   margin: 20px 0 0 0;
   text-align: center;
   background: transparent url(footer_bg.gif) top no-repeat;
   font-size:8pt;
   clear: both;
}

.footer p
{
   padding: 5px 0 0 0;
}