body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bkgrd.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}

p {
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}

#dropmenudiv{
	background-image: url(images/nava_bkgrd.gif);
	height:35px;
	position:absolute;
	border:0px solid black;
	border-bottom-width: 0px;
	z-index:100;
	font-size: 12px;
}

#dropmenudiv a{
	background-image: url(images/nava_bkgrd.gif);
	width: 100%;
	display: block;
	height:35px;
	padding: 0px 5px 0px 5px;
	border-bottom: 1px solid black;
	text-decoration: none;
	font-weight: normal;
	font-size:12px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #EF3224;
	font-weight: normal;
}


a.white{
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	color: #000000;
	text-decoration: underline;

}

.curlycontainer{
	border: 1px solid #b8b8b8;
	margin-bottom: 1em;
	width: 300px;
}

.curlycontainer .innerdiv{
	background: transparent url(images/brcorner.gif) bottom right no-repeat;
	position: relative;
	left: 2px;
	top: 2px;
	padding: 1px 4px 15px 5px;
}

.navigation {
	color:#FFFFFF;
	background-image: url(images/nav_bkgrd.gif);
	background-repeat: no-repeat;
}

a.red {  
	color: #FF0000; 
	text-decoration: none;
}
	
a.red:hover {  
	color: #000000;
	}

.header {
	font-size: 18px;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EF3224;
	font-weight: bold;
}
.caption {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.crumb {
	color: #000000;
	font-size: 12px;
	
}
.red {

	color: #EF3224;
}
.edge{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}

.bottom{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
