/*================================================================
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)
----------------------------------------------------------------*/

body {
	font-family: verdana, helvetica, sans-serif;
  	color: black;
	font-size: 14px;
 }
 
 h1 {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 18px;
	font-weight: bold;
	border-bottom:#990000 1px solid;
	padding-bottom: 5px;
}

/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
.pageHeader{
	padding-left:20px;
	padding-right:20px;
	
}
.headerbar {
	background-image:url(/images/headerbar.gif);
	background-repeat:no-repeat;
	height: 30px;
	padding: 7px 5px 5px 40px;
	font-size: 14px;
	color:#990000;
	}
	
#picturePadding {
	padding: 10px 10px 10px 10px;
	}
	
.pictureFrame {border:#FF9900 double;
}

.pictureTextFrame {
	border:#FF9900 double;
 	float:left; 
	margin-right:10px;
	margin-bottom: 5px;
}

.pictureTextNoFrame
{
 	float:left; 
	margin-right:10px;
	margin-bottom: 5px;
}