/*
#####################################################

VERY BASIC STYLESHEET FOR ALL PAGES

FileName:	screen.css
Author:		Scott Upton, UPTONIC
Version:	2005.04.07

#####################################################
*/

/*-------------------------------------------------
 Imported Styles
-------------------------------------------------*/
@import url("base.css");


/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/

body {
	background: #666 url(../img/bkd_main3.gif) 50% 0% repeat-y;
	text-align: center;
	font-family: Georgia, Times, Serif;
	color: #333;
	font-size: 1.0em;
	}

a:link, a:visited { color: #3B4C77; text-decoration: underline;}
a:hover, a:visited:hover { color: #A6282F; text-decoration: underline;}



/*-------------------------------------------------
HEADING TEXT ELEMENTS
-------------------------------------------------*/

h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', Helvetica, Arial, Sans-serif;
	font-weight: bold;
	line-height: 1em;
}

h1 {
	width: 750px;
	height: 122px;
	text-indent: -9000px;
	}

h2 {
	padding: 0 0 5px 0;
	font-size: 21px;
	color: #3D4E7D;
	text-transform: uppercase;
	}

h3 {
	font-size: 14px;
	color: #A62930;
	}

h4 {
	margin: 0 15px 0 0;
	font-size: 14px;
	color: #A62930;
	}

h5 {
	padding-bottom: 3px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	}
	
p {
	margin: 0.3em 0 1.0em 0;
	font-size: 11px;
	line-height: 1.7em;
	}

p.lead {
	margin: 0 0 1.5em 0;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	}

q {
	text-align: right;
	color: #fff;
	display: block;
	font-size: 14px;
	margin-top: 1em;
	}

cite {
	color: #98A1BA;
	display: block;
	margin-top: 0.5em;
	text-align: right;
	font-size: 14px;
	}
	
	
/*-------------------------------------------------
MISCELLANEOUS
-------------------------------------------------*/

hr { display: none; }
