body {
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#AFDDEC;
	background-position:top;
	}

.MarkerTextFont {
font-size:12px;
font-family:Arial, Helvetica;
color:#000000;
font-weight: normal;}

.MarkerTextLargeFont {
font-size:16px;
font-family:Arial, Helvetica;
color:#000000;
font-weight: normal;}

.MarkerTextSmallFont {
font-size:10px;
font-family:Arial, Helvetica;
color:#000000;
font-weight: normal;}

.MarkerReverseTextFont {
font-size:12px;
font-family:Arial, Helvetica;
color:#FFFFFF;
font-weight: normal;}

.MarkerReverseTextLargeFont {
font-size:16px;
font-family:Arial, Helvetica;
color:#FFFFFF;
font-weight: normal;}

.MarkerReverseTextSmallFont {
font-size:10px;
font-family:Arial, Helvetica;
color:#FFFFFF;
font-weight: normal;}

.MarkerTitleBoldFont {
font-size:16px;
font-family:Arial, Helvetica;
color:#000000;
font-weight: bold;}

.StoreLevelTextFont {
font-size:14px;
font-family:Arial, Helvetica;
color:#000000;
font-weight: bold;}

.page {
	}

.top {
	font-size:10px;
	}
	
.top a {
	color:#000;
	font-size:10px;
	}
.top a:hover {
	color:#AA0000;
	font-size:10px;
	text-decoration:none;
	}
.header {
	color:#FCECD3;
	}

.content {
	width:590px;
	height:340px;
	border-left: #AD9D53 solid 1px;
	border-right: #AD9D53 solid 1px;
	background-image:url("content_bg.jpg");
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fff;
	padding: 5px;
	}

.side {
	width:180px;
	}
	
.nav img{
	margin: 0 35px 0 0;
	}

.footer {
	color:#000;
	}
	
.deptlist {
	height:300px;
	border-left: #AD9D53 solid 1px;
	border-right: #AD9D53 solid 1px;
	padding:5px;
	background-color:#fff;
	background-image:url("departments_bg.jpg");
	background-repeat:repeat-x;
	background-position:bottom;
	}