/* CSS Document */

/* Undo default browser styles */
:link,:visited {
	text-decoration: none; 
}
ul,ol {
  list-style: none;
}
h1,h2,h3,h4,h5,h6,pre,code {
  font-size: 1em;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
  margin: 0;
  padding: 0;
}
a img,:link img,:visited img {
  border: none;
}
address {
  font-style: normal;
}

/* General styles for whole site */	
body {
  background-image:url(../images/siteimages/body_bkgd.png);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.3em;
  width: 100%;
}	

/* Logo */
#mast {
  margin: 15px auto 5px;
  width: 450px;
  padding-left: 35px;
}

/* Content positioning */
#content {
	border:#000084 2px solid;
	background-color: #e7efff;
	padding: 10px;
	margin: 80px auto 15px;
	width: 720px;
}

#content p {
  margin-bottom: 10px;
}

/* Sentence above list in Home page */
.margin {
  margin-top: 10px;
 }

/* List styles */
#content ul {
  list-style-position: inside;
  list-style-type: disc;
  padding-left: 28px;
  text-indent: -20px;
}

#content li {
  padding: 3px;
}

/* List */
#list {
  margin-top: 7px;
  margin-bottom: 3px;
  margin-left: 30px;
}


/* Footer */
#footer {
  letter-spacing: 2px;
  margin-top: 50px;
  font-size: 80%; 
  background-image: url(../images/siteimages/orang_bkground.gif);
  background-repeat:repeat-x;
  text-align: center;
  padding-top: 0px; /* makes text position ok on FAQs page */
}    
  
#footer a:link, a:visited {
  color: #000;
}  

#footer a:visited {
  color: #fff;
}