@charset "UTF-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	background: #660066;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top:6px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/* background-color: #660066;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;*/
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) 
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}


#mainContent {width:780px; margin: 0 auto; margin-top:24px; background-color:#ffc; }
#Content {background-image:url(../images/bkg.gif); background-repeat:repeat-y;}
#navigation {width:180px; float:left;  vertical-align:top; text-align:left; }
#navigation ul{ margin:40px 20px 30px 20px;}
#navigation ul li{text-decoration:none; list-style:square; color:#ffc; line-height:16px;}
#navigation a:link, #navigation a:visited {color: #FFFFCC;  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;   font-weight: 500;  text-decoration: none;  text-transform: capitalize;}
#navigation a:hover {  color: #633;  font-size: 13px;  text-decoration: none;}
#navigation p.img{ align:center;padding:20px auto 150px auto;}
#main {padding:30px 30px 30px 210px; text-align:left;}
#main h3, #main h2 {
  color: #633;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#main h1{font-size:16px; padding-top:20px;color:#633; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;}


#main a, #main a:link {
  color: #660033;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
#main a:visited {
  color: #999933;
  text-decoration: none;
}
#main a:hover {
  color: #996600;
  text-decoration: none;
}
#main p.link {padding-left:40px;}
#main p.contact {padding-left:40px; font-weight:600;font-size:1.3em;}


.clearFloat {
  clear: left;
  display: block;
}


#footer {
  background-color: #660066;
  border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
  color: #FFC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:780px;
  margin:0 auto;
  text-decoration: none;
  /*float:right;*/
  text-align:right;
}

#footer a:link{
  color: #FFC;
  font-weight: bold;
  text-decoration: none;
}