@import url("reset.css");

/* global rules */

h1,h2,h3,h4,h5,h6, p {margin:0 0 1em 0;}
h1 {font-size:1.4em;}
h2 {
	font-size:1.2em;
	font-weight: bold;
}
h3 {
	font-size:1em;
	font-weight: bold;
}
h4,h5,h6 {font-size:.9em;}

p {line-height: 1.3em;}

a {
	color: #d22d29;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

strong {font-weight: bold;}
blockquote {margin: 20px;}
sup {
	font-size: .8em;
	vertical-align: super;
}

.printonly {display:none;}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

/* global layout */

body{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.7em;
}

#container {
	margin: 0 auto;
	width: 812px;
	background-image:url(/images/bg_container.gif);
	background-repeat:repeat-y;
}

#footer {
		margin: 0 auto;
	width:770px;
color: #d22d29;
}

#footer ul {margin: 10px 0;}

#footer ul li {display: inline;}

#footer ul#foot-left {float: left;}

#footer ul#foot-left li {
	border-right: 1px solid #d22d29;
	padding: 0 8px;
}

#footer ul#foot-left li.no-bord {border-right: none;}

#footer ul#foot-right {float: right;}

#footer ul#foot-right li {
	border-left: 1px solid #d22d29;
	padding: 0 8px;
}

#footer ul#foot-right li.no-bord {border-left: none;}
