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


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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background: #dedede url(../img/bkd_gray_center_shaded.gif) center repeat-y;
	}

body.home {
	background-image: url(../img/bkd_home_center_shaded.gif);
	}
	
/* Normal links */
a:link {
	color: #c30;
	text-decoration: none;
	}

a:visited {
	color: #c30;
	text-decoration: none;
	}

a:hover, a:visited:hover {
	color: #000;
	text-decoration: underline;
	}

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent;
	}


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

h1 {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #c30;
	}

h2 {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	}

h2 span {
	color: #666;
	}

h3 {
	margin: 2em 0 0.5em 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #663;
	}

h5 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 11px;
	color: #999;
	border-bottom: 1px solid #dedede;
	}

p {
	margin: 0 0 1.0em 0;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	}	

p.totop {
	margin: 2.0em 0 1.0em 0;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	color: #999;
	font-size: 10px;
	}

p.totopred {
	margin: 2.0em 0 1.0em 0;
	padding-top: 5px;
	color: #999;
	font-size: 10px;
	}

p.totopBlack {
	margin: 2.0em 0 1.0em 0;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	color: #000;
	font-size: 12px;
	}
/*-------------------------------------------------
MISCELLANEOUS
-------------------------------------------------*/
div.spacer {
	clear: both;
	font-size: 2px;
	}
	
img { border: none; }
hr { display: none; }
