

.red {
	font-weight : bold;
	color: Red;
}

A {
	font-weight : bold;
	text-decoration : underline;
	outline:none;
}

A:LINK {
	color: #2461AA	;
	font-weight: bold;
}

A:VISITED {
	color: #8B4513;
	font-weight : bold;
	
}

A:HOVER {
	color : Gray;
}

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	text-transform: uppercase;
	letter-spacing: 7px;
	color: #CB8F45;
	margin-top : 10px;
}
H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
		line-height: 120%;

}
H3 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color : #b50c00;
	margin-bottom:6px;
}

.captionHead {
	margin-bottom:0;
}

.caption {
	font-size:8pt;
	font-weight:bold;
	margin-top:6px;
}

H5 {
	
	margin-top: 0px;

}
BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background-color: #E7D0A9;
}




P, UL, OL, LI, TD{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

#mainText LI {
	list-style-type: square;
}

#mainText UL {
	margin-bottom : 10px;
}

.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.tiny {
		font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
}


.question {
		font-weight : bold;
}

.footer_copyright, #printCopyright {
	display: none;
	
}

IMG.border { border: 2px solid #2461AA ; }

.imageRight {
	margin-left:12px;
	clear:both;
}

.imageLeft {
	margin-right:12px;
		clear:both;
}

.style5 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;}
.style6 {
	color: #FFFFFF;
	font-weight: bold;
}
.style8 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold; }


#nav {
	width:220px;
	margin:20px 0 0 20px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style:none;
	border:#2461AA 2px solid;
	background:#FFF;
	width:190px;
}

#nav ul a, .noNavLink {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	display:block;
	width:190px;
	height:20px;
	color:#000;
	text-decoration:none;
	margin-left:0px;
	padding-top:4px;
	padding-bottom:0px;
	text-indent:10px;
}


	

#nav ul a:hover {
	background:url(css/nav-bg.jpg) left top no-repeat;
	color:#FFF;
}

#home #nav .home a,
#advantages #nav .advantages a,
#foam #nav .foam a,
#stackable #nav .stackable a,
#tiltup #nav .tiltup a,
#sandwich #nav .sandwich a,
#casting #nav .casting a,
#research #nav .research a,
#about #nav .about a,
#awards #nav .awards a,
#projects #nav .projects a,
#contact #nav .contact a {
	background:url(css/nav-bg.jpg) right top no-repeat;
	color:#FFF;
}
