/*================================================================
The MAIN stylesheet for the website.

Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Sidebar Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
  
================================================================*/

@import url("base.css");
@import url("layout.css");
@import url("nav.css");


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html, body {
  font-family: arial, verdana, helvetica, sans-serif;
  color: black;
  line-height:16px;
  font-size:11px;
}

h1 {
  color: #194465;
  margin: 26px 0 16px 0;
  font-size: 18px;
}

h2,h3,h4,h5,h6 {
  color: #194465;
  margin: 26px 0 6px 0;
  font-size: 14px;
}


p {
  margin: 10px 0 6px 0;
}


a {
  color: #AA1948;
  text-decoration:underline;
}

a:hover {
  color: #AA1948;
  text-decoration:none;
}


/* HEADER CONTENT
----------------------------------------------------------------*/
#header h1 {
  margin: 3px 0 0 5px;
  padding:0; 
  color: #fff;
  font-weight: normal;
  font-size: 9px;
  border-bottom:none;
  text-align:center;
}


/* SIDEBAR CONTENT
----------------------------------------------------------------*/
#sidebar h2 {
  color: #000000;
  margin-top: 0;
}
#sidebar p {
  font-size: 11px;
}


#sidebar a { color: #ffffff; text-decoration:none; }
#sidebar a:hover { color: #ffffff; text-decoration:underline; }



/* FOOTER CONTENT
----------------------------------------------------------------*/
#footer p {
  text-align: right;
  color: #fff;
  font-size: 11px;
  padding: 10px 20px;
  line-height:14px;
}

#footer a {
  color: #ffffff;
  text-decoration:none;
}

#footer a:hover {
  color: #ffffff;
  text-decoration:underline;
}


/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
p.error {
  color: red;
}

.bannerAd{
	margin: 10px 0 20px 10px;
	border:1px solid #000000;
}
