@import url(/CSS/reset.css);

body
{
	background-color: #54120c;
	background-image: url(../images/background-shim.jpg);
	background-repeat: repeat-x;
}

body, td
{
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
	margin-right: 28px;
	padding-bottom: 28px;
	padding-top: 28px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
	margin-left: 28px;
	padding-bottom: 28px;
	padding-top: 28px;
}

h1
{
	font-size: 18px;
	color: #54120C;
	font-family: Times New Roman;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h2
{
	font-size: 14px;
	color: #4D4D4D;
	font-weight: bold;
	margin: 10px 0;
	text-transform: uppercase;
}

h3
{
	font-size: 12px;
	color: #54120C;
	text-transform: uppercase;
}

ul
{
	margin-top: 15px;
	margin-bottom: 15px;
}

p
{
	margin: 10px 0;
	line-height: 1.5em;
}

p.highlight
{
	color: #995446;
}

a:link, a:visited, a:active
{
	color: #995446;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div#page
{
	width: 800px;
	margin: 15px auto;
}

div#headerText
{
	color: #620F00;
	text-transform: uppercase;
	text-align: right;
}

div#navigation
{
	margin: 1px 0;
	height: 38px;
	background-color: #54120c;
	background-image: url(../images/navigation-shim.jpg);
	background-repeat: repeat-x;
}

div#contentContainer
{
	background-color: #FFFFE1;
	background-image: url(../images/content-container-shim.jpg);
	background-repeat: repeat-x;
	padding: 15px;
	padding-top: 24px;
}

div#footer
{
	text-align: center;
}

div#address
{
	height: 24px;
	background-color: #FFFFE1;
	background-image: url(../images/address-shim.jpg);
	background-repeat: repeat-x;
	padding-top: 28px;
	font-size: 10px;
	color: #620F00;
	text-transform: uppercase;
}
div#footerNavigation
{
	font-size: 11px;
	text-transform: uppercase;
	margin: 10px 0;
}

div#footerNavigation a
{
	color: #FFFFE1;
}

div#footerNavigation ul
{
	display: inline;
	margin: 0;
	padding: 0;
}

div#footerNavigation li
{
	display: inline;
	margin: 0 10px;
}

div#copyright
{
	font-size: 10px;
	color: #995446;
	text-transform: uppercase;
	margin: 15px 0 10px 0;
}

td#leftColumn
{
	vertical-align: top;
	border-right: 1px solid #D8C2A9;
	width: 400px;
	padding-right: 15px;
}

td#rightColumn
{
	vertical-align: top;
	padding: 0 15px;
	width: 324px;
}

div#leftContent
{
	width: 400px;
}

div#rightContent
{
	width: 324px;
}

ul.linkList
{
	margin-left: 0px;
	margin-right: 0px;
	padding:0px;
	list-style: none;
}

ul.linkList li
{
	margin: 8px 0px 8px 0px;
	display: block;
	background-image: url(../images/link-list-shim.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 324px;
	padding: 2px 0px 2px 0px;
	text-transform: uppercase;
}

p.linkBlock
{
	text-transform: uppercase;
}
.uList
{
	 margin: 0px; padding: 0px; list-style: none;
}
