/*
styles.css
*/

/* Positioning */

body	{
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 0 0 25px 0;
	border: 0;
	text-align: left;
	font-family: arial, sans-serif;
	font-size: medium;
}

#wrapper	{
	background-color: #fff;
	color: #6b0d65;
	margin: 5px auto;
	padding: 0;
	border: none;
	width: 600px;	 
}

/*imaging*/
tr.banner {
  background: transparent url(images/bgbanner.jpg) no-repeat top;
  height:166px;
}
tr.body {
  padding-top:0;
  background: transparent url(images/bg-fill.jpg) repeat-y top;
  background-color: #fff;
  color: #6b0d65;
}
tr.bodytop{
  height:26px;
  background: transparent url(images/bg-top.jpg) no-repeat top;
}

tr.menu td {
  padding-top:2px;
}

tr.body td {
  padding: 0 30px 0 20px;
  font-family: "Times New Roman", "Bitstream Vera", helvetica, arial, sans-serif;  
}

tr.bum {
  background-color: #fff;
}
tr.bum td {
  padding: 0 10px 0 10px;
  font-size: x-small;  
}
tr.bum td p {
	margin: 0;
	padding: 0;
}

table#content {
  margin: 5px;
}

tr.heading {
  color: black;
  font-weight: bold;
  background-color: #d7e3ee;
}

table#content td {
  padding: 2px;
}  

img {
  border: 0;
}

img.centred {
   display: block;
   margin-left: auto;
   margin-right: auto 
}

/* fonts */

h1, h2, h3, h4, h5, h6 {
   font-family: "Lucida Calligraphy","Times New Roman", "Bitstream Vera", helvetica, arial, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #840a7b;
	border-bottom: 1px solid #840a7b;
	margin-bottom:4px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 0px;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
	border-bottom: none;
	margin-bottom:0;
	padding:0;
}
h6 {
	font-size: medium;
	border-bottom: 0;
}

.errorText
{
	color: #FF0000;
}
.strike {
   text-decoration: line-through;
}

.error {
	font-size:10px;
	color:#FF0000;
}

.Footer a  {
   color:#000000;
}

span.important {
  color: red;
}

/* Links */
a, a:link, a:visited {
	color: #d8518c;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/*Footer links*/
tr.bum a, tr.bum a:link, tr.bum a:visited {
	color: #3f007e;
	text-decoration: none;
}

tr.bum a:hover {
	text-decoration: underline;
}

ul.centered-bulletless {
   list-style-type: none;
}

ul.centered-bulletless li {
   text-align: center;
   list-style-position:inside
}

p.menuh1 {
   font-size: 24px;
   line-height: 10px;
   font-style: italic;
}
p.menuh3 {
   font-size: 18px;
   line-height: 0;
   padding-top: 5px;
}
p.menuextra {
   font-size: normal;
   line-height: 10px;
}
p.menupudding {
   font-size: normal;
   line-height: 10px;
}
