html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
body{
	background-color: #EBEBEB;
	margin-top: 1em;
	margin-bottom: 1em;
}



#principal {
	float: right;
	font-size: 90%;
	font-weight: bold;
	color: #000066;
	padding-right: 8px;
}
#elist {
position:absolute;
text-align: center;
margin-top: 40px;
margin-left: 550px;
         font-size: 190%;
        font-family: "Trebuchet MS", Arial, sans-serif;
}

#page-container {
	min-width:760px;

    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 550 ? "760px" : "95%" );
	width: 95%;
	margin: auto;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 90%;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
#address {
	float: left;
	clear: left;
}
#phone {
	float: right;
	padding-right: 8px;
}

#main-nav {
	background-color: #CCCCCC;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	height: 1.1 em;
	font-size: 0.85em;
	white-space: normal;
}
#mainLinks {
	float: left;
}

#content {
	text-align: left;
	vertical-align: top;
	white-space: normal;
	padding-left: 10em;
	background-repeat: repeat-y;
	clear: none;
	padding-top: 2px;
	color: #333333;
	padding-right: 10px;
	padding-bottom: 10px;
}
#content li {
	padding-bottom: .5em;	
}
#content img {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#contact {
	text-align: right;
	vertical-align: top;
	white-space: normal;
	padding-left: 140px;
	clear: none;
	padding-top: 2px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 8px;
	font-size: 80%;
}

#title {
	text-align: left;
	padding-left: 9.5em;
	clear: right;
	padding-top: 0px;
	padding-right: 1em;
	color: #000000;
	padding-bottom: 0px;
}
#sidebar-a {
	float: left;
	width: 9em;
	background-color: #000066;
	clear: none;
	padding-bottom: 20px;
	background-image: url(../images/left_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 30px;

}
#sidebar-b {
position: relative;
text-align: center;
        width: 300px;
        margin-top: -550px;
        margin-left: 10px;
        clear: left;
        padding-bottom: 20px;
text-align: center;
         font-size: 150%;
        font-family: "Trebuchet MS", Arial, sans-serif;
}
}

#header {
	height: 79px;
	background-color: #ff9900;
	color: #FFFFFF;
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	background-position: left;
	clear: both;
}

#motto {
	height: auto;
	clear: both;
	font-size: 150%;
	color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000066;
	background-color: #006600;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 1pc;
	padding-bottom: 4px;
	padding-left: 1em;
	text-align: right;
}
#footer {
	height: 81px;
	clear: both;
	font-size: 80%;
	color: #666666;
	border-top-width: 2px;
	border-top-style: solid;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hidden {
	display: none;
}
#footer_text {
	float: left;
	width: 50%;
	padding-bottom: 10px;
	padding-left: 8px;
	
}
#shop_union {
	float: right;
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;

}
#arts_council {
	float: right;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 1%;
	padding-bottom: 4px;
	padding-left: 1%;
}

#ucps_seal {
	float: left;
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}


table {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page-container, #main-nav, #content, #sidebar-a, #header, #footer, #navlist li a , #navlist li span
{
	border-color: #000066;
} 

