/* Main CSS */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#fullheight {
	height:100%;
}

.nav {
	width: 291px;
	text-align: right;	background-image: url(images/bkg_grade.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: dadada;
background-color: #dadada;
}

.vertrule {
	background-color: #cccccc;
	width: 1px;
}

.vertspacer {
	background-color: #ffffff;
	width: 20px;
}

.contentsmall {
	background-color: #ffffff;
	width: 363px;
}

.contentlarge {
	background-color: #ffffff;
	width: 459px;
}

.contentshowcase {
	background-color: #ffffff;
	width: 459px;
}

.showcasespacer {
	background-color: #ffffff;
	width: 20px;
	background-image: url(images/showcase_bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.headermargin {
	margin-top: 198px;
}

.headermarginwithnav {
	margin-top: 167px;
}


/* Text */
.copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	line-height: 14pt;
	list-style-image: url(images/bullet.gif);
}

.copybold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8.5pt;
	color: #333333;
	font-weight: bold;
	line-height: 14px;
}

.copy_redbold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8.5pt;
	color: #b3001d;
	font-weight: bold;
	line-height: 14px;
}

a:link {
	color: #b3001d;
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
	color: #b3001d;
}

a:active {
	text-decoration: none;
	color: #b3001d;
}


/* Images */
.imagespacing {
	padding-top: 10px;
	padding-bottom: 10px;
}
.copylight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #dedede;
	line-height: 10pt;
	list-style-image: url(images/bullet.gif);
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
}
.copy_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8.5pt;
	color: #b3001d;
	font-weight: normal;
	line-height: 14pt;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.address {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	color: ababab;
	line-height: normal;
	list-style-image: url(images/bullet.gif);
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	word-spacing: -1pt;
}
.addressRED {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	color: #b3001d;
	line-height: normal;
	list-style-image: url(images/bullet.gif);
}

