/*---- Container stuff -----------------------------------------------*/
/*--------------------------------------------------------------------*/

body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

/*---- Layout <div> stuff --------------------------------------------*/
/*--------------------------------------------------------------------*/

div#container {
	width: 767px;
}

div#header {
	background-color: #ffa91b;
	border-right: 1px solid white;
	border-bottom: 1px solid #ffa91b;
}

div#nav {
	background-color: #4d505a;
	background-image: url('images/white.gif');
	background-position: top right;
	background-repeat: repeat-y;
	border-top: 1px solid white;
}

div#main {
	margin: 2px 1px 5px 0px;
}

div#footer {
	background-color: #ffb63d;
}

div.content {
	margin: 0px 1px 0px 30px;
}

div#grey {
	background-image: url('images/grey.gif');
	background-repeat: repeat-y;
}

div#page_layout_left {
	width: 275px;
	margin-right: 10px;
}

div#page_layout_right {
	width: 202px;
}

div#page_layout_left p, div#page_layout_right p {
/*	padding-top: 10px;*/
	margin: 0px;
}

.subheading {
	background-color: #ffb63d;
	border-right: 4px solid #ffb63d;
	padding: 4px 4px 2px 4px;
	margin-bottom: 10px;
}

.offset_left {
	position: relative;
	left: -4px;
}

/*---- Follow-on page stuff ------------------------------------------*/
/*--------------------------------------------------------------------*/

div.colhead {
	background-color: #ffa81b;
	color: white;
	font-size: 110%;
	padding: 1px 3px 2px 32px;
}

div.page_colbody {
	padding: 12px;
}

div.cs_colbody {
	padding: 2px 0px 10px 1px;
}

div.page_col {
	width: 511px
}

div.page_col div.hp_colhead, div.newshead {
	padding: 1px 3px 2px 10px;
}

div#feature {
	background-color: #c3c69d;
	width: 202px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

div#feature p {
	margin: 0px 10px 5px 10px;
}

div#feature a {
	color: black;
	background-image: url('images/arrow_black.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 1em;
}

/*---- Homepage specific stuff ---------------------------------------*/
/*--------------------------------------------------------------------*/

div.hp_col {
	width: 255px
}

div.hp_colhead {
	background-color: #7f7f7f;
	color: white;
	font-size: 110%;
}

div.hp_colbody {
	padding: 12px;
}

div#hp_left div.hp_colhead, div.newshead {
	padding-left: 16px;
}

div#hp_left div.hp_colbody {
	padding-left: 30px;
}

div#hp_col_container {
	background-image: url('images/hp_dots.gif');
}

div#hp_right, div#assoc_info {
	width: 256px;
}

/*---- Link styles (arrows, etc) -------------------------------------*/
/*--------------------------------------------------------------------*/

.green_list {
	background-image: url('images/arrow_green.gif');
	padding-left: 1em;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.orange_list {
	background-image: url('images/arrow_orange.gif');
	padding-left: 1em;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.orange_back {
	background-image: url('images/arrow_orange_back.gif');
	padding-left: 1em;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.file_list {
	background-image: url('images/file.gif');
	padding-left: 1.5em;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

/*---- Global layout stuff -------------------------------------------*/
/*--------------------------------------------------------------------*/

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.orange {
	background-image: url('images/dotted_orange.gif');
	background-position: top right;
	background-repeat: repeat-y;
}

.grey {
	background-image: url('images/dotted_grey.gif');
	background-position: top right;
	background-repeat: repeat-y;
}

div#news_list p {
	margin: 2px 0px;
}

hr {
	display: none;
}

div.hr {
	height: 1px;
	background-image: url('images/hr.gif');
	margin: 10px 0px 8px 0px;
}

.padleft {
	margin-left: 5px;
}
