/*================================================================
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: verdana, helvetica, sans-serif;
  color: black;
  line-height:16px;
}

h1 {
  color: #660000;
  margin: 26px 0 16px 0;
  padding: 3px 0;
  font-size: 18px;
  border-bottom: 1px dotted #666;
}

h2 {
  color: #660000;
  margin: 26px 0 6px 0;
  font-size: 18px;
}

p {
  margin: 10px 0 6px 0;
  font-size: 11px;
}

a:link, a:visited {
  color: #FF0000;
}

a:hover {
  color: #CCCCCC;
}


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



/* SIDEBAR CONTENT
----------------------------------------------------------------*/
#sidebar h2 {
  color: #660000;
  margin-top: 0;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
}
#sidebar p {
  font-size: 11px;
}

/* FORMS
----------------------------------------------------------------*/
fieldset {
  border: 1px solid #AAA;
}

fieldset p {
  margin: 4px 0;
}

legend {
  color: #999;
  font-weight: bold;
  font-size: 18px;
}

label {
  float: left;
  width: 160px;
  text-align: right;
  font-size: medium;
  margin-right: 14px;
}

input.text {
  width: 290px;
} 

input.textShort {
  width: 80px;
}

input.submit {
  float: right;
}


/* TABLES
----------------------------------------------------------------*/
table {
  clear: both;
  border-collapse: collapse;
  text-align: left;
}
td {
  padding: 2px 3px;
  font-size: small;
}


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


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

#ad{
	margin-top:20px;
}

#ad img{
	text-align:center;
	border:1px solid #000000;
}
