/*================================================================
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");
@import url("rollover.css");


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#525252;
	background-color:#e8efff;
}

p {
	text-align:left;
	margin:5px 15px 20px 10px;
	line-height:1.2em;
}

a:link, a:visited {
	color:#007fc1;
	text-decoration:none;
	border-bottom:1px dotted #007fc1;
}

a:hover {
	color:#007fc1;
	text-decoration:none;
	border-bottom:1px solid #007fc1;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	letter-spacing:0.01em;
	color:#ff3107;
}

.text {
	color:#525252;
}


/* FOOTER CONTENT
----------------------------------------------------------------*/
#footer-menu a:link,
#footer-menu a:visited {
	color:#007fc1;
	text-decoration:none;
	border-bottom:1px dotted #007fc1;
}

#footer-menu a:hover {
	color:#007fc1;
	text-decoration:none;
	border-bottom:1px solid #007fc1;
}
