body {
	background:#ddd url(/images/background3.gif);
	color:#000;
	margin:0;
	padding:0;
	font-family:arial,helvetica,sans-serif
}
p,td,div,ul, ol, li {
	font-size: small
}
.small {
	font-size:x-small
}
img {
	margin:0;
	padding:0;
	border:none
}
/* default links */
a:link {
	color:#06f;
	text-decoration: none
}
a:visited {
	color:#06a;
	text-decoration: none
}
a:hover {
	color:#06c;
	text-decoration: underline
}
a.external {
	background: url(/images/external.png) center right no-repeat;
	padding-right: 13px;
}
/* --- layout --- */
#outer_wrapper {
	width:988px;
	margin-left:auto;
	margin-right:auto;
/* faux-column technique, this is the left one */
	background:#fff url(/images/left.gif) repeat-y left
}
#wrapper {
/* faux-column technique, this is the right one */
	background:url(/images/right.gif) repeat-y right;
	width:988px
}
#header {
	height:129px;
}
#container {
	float:left;
	width:988px;
	margin-left:-200px
}
#left {
	float:left;
	width:100px;
	margin-left:200px
}
#main {
/* the width from #left (100px) + the negative margin from #container (200px) */
	margin-left:300px
}
#sidebar {
/* this is to keep the content of #sidebar to the right of #main even if the content of "main is shorter */
	padding-left:100%;
/* this is to "bring back" the #sidebar that has been moved out of the viewport because of the padding value */
	margin-left:-200px
}
#footer {
	clear:both;
	background:#b43
}
.clearing {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}
/* --- /layout --- */
/* --- top --- */
#header-pad {
	background: url(/images/banner-bg.gif)  repeat-x;
	height:129px;
}
/* top navigation */
#navcontainer ul {
	min-height:24px;
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	float: left;
	background-color:#aaa;
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a, #navcontainer ul li a:visited{
	padding: 0.4em 1em;
	color: #930;
	background:#fff; 
	text-decoration: none;
	float: left;
	border-top: 1px solid #f5d7b4;
	border-left: 1px solid #f5d7b4;
	border-bottom: 1px solid #f5d7b4;
	border-right: none;
}
#navcontainer ul li a:hover{
	color: #930;
	background: #f5d7b4;
}
/* --- left column --- */
#left-pad {
	padding:16px;
}
/* --- main column --- */
#main-pad {
	padding:16px 0 16px 0
}
h1 {
	color:#a32;
	font-size: x-large;
	margin-top:0;
	margin-bottom:0;
}
h2 {
	color:#a32;
	font-size: large;
	margin-top:2em;
	margin-bottom:0;
}
h3 {
	color:#a32;
	font-size: medium;
	margin-top:2em;
	margin-bottom:0;
}
h4 {
	color:#a32;
	font-size: small;
	margin-top:2em;
	margin-bottom:0;
}
#main-pad p {
	margin-left:1em
}
#main-pad p.no-indent {
	margin-left:0
}
#main-pad ul, #main-pad ol {
	margin-left:1em;
	padding-left:1em
}
/* --- right column --- */
#right-pad {
	padding: 16px 8px 16px 16px;
}
#right-caption {
	background:#eee;
	padding:4px;
	line-height:150%
}
/* --- footer --- */
#footer-pad {
	text-align: right;
	padding:10px 150px 10px 10px;
}
#footer-pad p.big {
	font-size: medium;
	color:#fff;
	font-weight:bold;
}

