/* generic */

body
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000000;
	background-color: #597386;
	background-image: url(images/layout/default_BG.gif);
	background-repeat: repeat-x
}
table
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000000;
}
.defhr
{
	width: 100%;
	color: #000000;
}

/* layout */
#header
{
	width: 100%;
	height: 110px;
	background-color: #ffffff;
	text-align: center;
}
#menuholder
{
	width: 800px;
	height: 110px;
	background-image: url(images/layout/menu_BG.gif);
	text-align: left;
}
#contentholder
{
	background-color: #ffffff;
	width: 800px;
	border-left: solid 1px black;
	border-right: solid 1px black;
}
#footertrim
{
	background-image: url(images/layout/footer_BG.gif);
	width: 800px;
	height: 16px;
}
#layoutcontent
{
    height: 500px;
}

/* menu */
.menuitems
{
	margin-top: 6px;
}
a.menuitem
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a:hover.menuitem
{
	font-weight: bold;
	font-size: 12px;
	color: #ded4d4;
	text-decoration: none;
}

/* content formatting */
#footercontent
{
	color: #ffffff;
	width: 800px;
	font-size: 10px;
}
a.footerlink
{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
a:hover.footerlink
{
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
}
#youarehere
{
	font-size: 10px;
	color: Gray;
	padding: 3px 3px 3px 3px;
}
#categoryimages
{
	border: solid 1px black;
}
/* style buttons */
.pnumbers
{
    padding: 3px 7px 3px 7px;
    background-color: #f0f0f0;
    border: solid 1px gray;
    text-decoration: none;
    font-weight: bold;
    color: Red;
    height: 60px;
}
.pview
{
    padding: 3px 7px 3px 7px;
    background-color: #f0f0f0;
    border: solid 1px gray;
    text-decoration: none;
    font-weight: bold;
    color: Teal;
}
