/*-------------------------------------------------
 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-color: #FFF;
}

body.home
{
	background-color: #FFF;
	background-image: url(../Images/three_col_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
	
/* Normal links */
a:link {
	color: #369;
	text-decoration: underline;
	}

a:visited
{
	color: #369;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #c90;
	text-decoration: none;
	}

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

#add { color: #000; }
/*-------------------------------------------------
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: 14px;
	font-weight: bold;
	color: #cc9900;
	}

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: 10px;
	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;
	}

/*-------------------------------------------------
MISCELLANEOUS
-------------------------------------------------*/
div.spacer {
	clear: both;
	font-size: 2px;
	}
	
img { border: none; }
hr { display: none; }