body
{
	font-family: verdana;
	color: #000000;
}

.side
{
	font-family: verdana;
	font-size: 0.7em;
	color: #ffffff;	
}

.side a
{
	color: #ffffff;
	text-decoration: underline;
}

.side a:hover
{
	color: #a9ab9a;
	text-decoration: underline;
}

#footer
{
	font-family: verdana;
	font-size: 0.7em;
	color: #ffffff;
	text-align: right;	
}

#footer a
{
	color: #ffffff;
	text-decoration: underline;
}

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

h1
{
	 color: #00006F;
	 font-size: 1.6em;
	 font-weight: bold;
	 font-family: verdana;
}

h2
{
	 color: #00006F;
	 font-size: 1.4em;
	 font-weight: bold;
	 font-family: verdana;
	 border-bottom: 1px solid #00006F;
	 width: 100%;
}

h3
{
	 color: #00006F;
	 font-size: 1.2em;
	 font-weight: bold;
	 font-family: verdana;
}

h4
{
	text-align: right;
	margin: 15px;
	font-size: 13px;
}

/*this is the css for the content boxes. it's in the fonts css file so that it is pulled into webadmin!
*/

.contentBoxTopLeft
{
	background: url(images/contentBoxTopLeft.gif) top left no-repeat;
	height: 36px;
	width: 25px;
}

.contentBoxTopRight
{
	background: url(images/contentBoxTopRight.gif) top left no-repeat;
	height: 36px;
	width: 25px;
}

.contentBoxTopTile
{
	background: url(images/contentBoxTopTile.gif) top right repeat-x;
	height: 36px;
}

.contentBoxLeftTile
{
	background: url(images/contentBoxLeftTile.gif) top left repeat-y;
	width: 25px;
}

.contentBoxContent
{
	background: #ffffff;
	font-family: verdana;
	font-size: 0.8em;
	color: #000000;
}

.contentBoxRightTile
{
	background: url(images/contentBoxRightTile.gif) top right repeat-y;
	width: 25px;
}

.contentBoxBottomLeft
{
	background: url(images/contentBoxBottomLeft.gif) bottom left no-repeat;
	height: 36px;
	width: 25px;
}

.contentBoxBottomRight
{
	background: url(images/contentBoxBottomRight.gif) bottom right no-repeat;
	height: 36px;
	width: 25px;
}

.contentBoxBottomTile
{
	background: url(images/contentBoxBottomTile.gif) bottom left repeat-x;
}

.searchSubmitBtn
{
	font-size: 11px;
}

#breadcrumb a
{
	color: #13007b;
	font-size: 11px;
	font-weight: bold;
}

#breadcrumb a:hover
{
	color: #1b153c;
}	

#catalogMenu a
{
	color: #13007b;
	font-weight: bold;
	text-decoration: none;
}

#catalogMenu a:hover
{
	text-decoration: underline;
	color: #13007b;
}

#catalogContent
{
	font-size: 0.8em;	
}

.catalogShortDesc
{
	font-size: 0.8em;
}

.catalogCost
{
	font-size: 0.8em;
	font-weight: bold;
}

.catalogSaleCost
{
	font-size: 0.8em;
	font-weight: bold;
	color: #dd0000;
}

.catalogPageNums
{
	font-size: 0.7em;
}

.catalogProductCost
{
	font-weight: bold;
	color: #000000;
}

.catalogProductCostSale
{
	color: #dd0000;
}

.catalogPrint
{
	text-align: right;
	font-size: 0.8em;
}

.catalogPrint a
{
	color: #13007b;
	font-weight: bold;
	text-decoration: none;
}

.catalogPrint a:hover
{
	text-decoration: underline;
	color: #13007b;
}

.catalogReturnLink
{
	font-size: 0.8em;
}

.catalogReturnLink a
{
	color: #13007b;
	font-weight: bold;
	text-decoration: none;
}

.catalogReturnLink a:hover
{
	text-decoration: underline;
	color: #13007b;
}

.catalogCategoryName
{
	font-size: 1.2em;
	color: #4e5232;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #4e5232;
}