/* ******** Body and text styling ******** */

html,body 
	{
	color: #33332D;
	background: #fff;
	text-align: center;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12px;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 140%;
	}

p
	{
	margin: 0em 0em 1em 0em;
	}

h1
	{
	font-size: 1.75em;
	margin: 0em 0em .75em 0em;
	}

h2
	{
	font-size: 1.5em;
	line-height: 110%;
	margin: 0em 0em .5em 0em;
	}

h3
	{
	font-size: 1.25em;
	margin: 0em 0em .5em 0em;
	}

h4
	{
	font-size: 1em;
	margin: 0em 0em .5em 0em;
	}

.text_highlight
	{
	color: #03759A;
	}

/* ******** Margin styles to create space around elements ******** */
.top
	{
	margin-top: 6px;
	}

.middle
	{
	margin-top: 30px;
	}

.right
	{
	margin-right: 6px;
	}

.big_right
	{
	margin-right:20px;
	}

.bottom
	{
	margin-bottom: 6px;
	}

.left
	{
	margin-left: 6px;
	}

.big_left
	{
	margin-left:20px;
	}

img
	{
	border: 0px solid;
	}

ul.yellow
	{
	margin: 0em 0em 1em 1.5em;
	padding: .25em 0em 0em 1.25em;
	list-style-image: url('images/yellow_bullet.gif')
	}

ul.turq
	{
	margin: 0em 0em 1em 1.5em;
	padding: .25em 0em 0em 1.25em;
	list-style-image: url('images/turq_bullet.gif')
	}

li
	{
	padding: .25em 0em .25em 0em;
	}


a
	{
	color: #9C0000;
	text-decoration: none;
	font-weight: bold;
	}

a:hover
	{
	color: #00AFC4;
	text-decoration: underline;
	font-weight: bold;
	}

td
	{
	vertical-align: top;
	}

.floatright
	{
	float: right;
	}

.floatleft
	{
	float: left;
	}

.clearboth
	{
	clear: both;
	}

.clearright
	{
	clear: right;
	}

.clearleft
	{
	clear: left;
	}

.underline
	{
	border-bottom: 1px solid gray;
	margin-bottom: .5em;
	}
.dotted
	{
	border-bottom: 1px dotted #00Afc4;
	}

.border
	{
	border: 1px solid;
	}

.center
	{
	text-align: center;
	}

/* ******** Structural components - header, footer, navigation etc. ******** */
#wrapper 
	{
	background: #fff;
	text-align: left;
	margin: 0px auto 0px auto;
	width: 740px;
	border: 0px solid #666;
	}

#topnav
	{
	margin: 0em 0em 6px 0em;
	padding: 0em 0em 0em 0em;
	background: #666;
	height: 36px;
	width: 100%;
	}

#topnav ul
	{
	margin: 0em 0em 0em 0px;
	padding: 0em 0em 0em 0px;
	}

#topnav ul li
	{
	display: inline;
	}

#topnav ul li a
	{
	float: left;
	padding: 0px 0px 0px 0px;
	}

#topnav ul li.active
	{
	float: left;
	padding: 0px 0px 0px 0px;
	}

.mid_column
	{
	margin: 0px 100px 0px 100px;
	}

#home_footer
	{
	float: right;
	color: #333;
	width: 409px;
	height: 35px;
	background-image: url('images/footer_409.gif');
	}

#home_footer p
	{
	margin: 1em 0em 0em 1em;
	}

#footer
	{
	float: right;
	color: #333;
	width: 740px;
	height: 35px;
	margin-top: 6px;
	background-image: url('images/footer_740.gif');
	}

#footer p
	{
	margin: 1em 0em 0em 1em;
	}

/* ******** Book Page Styling ******** */
.sidebar
	{
	color: #111;
	width: 262px;
	background: #F4E340;
	}

.sidebar a
	{
	color: #710101;
	}

.sidebar a.emphasis
	{
	color: #710101;
	text-decoration: underline;
	}

.sidebar a:hover
	{
	color: #AE0000;
	text-decoration: underline;
	font-weight: bold;
	}

.byline
	{
	margin: -.5em 0em 1em 1em;
	}

.subhead
	{
	margin-top: -.5em;
	}

.tinytext
	{
	font-size: 85%;
	}

/* ******** News Page Styling ******** */
.news_container
	{
	margin: 20px 125px 0px 40px;
	background: #fff;
	}

.news_item
	{
	margin-top: 10px;
	}

.news_date
	{
	font-size: 1.125em;
	}

.news_sidebar
	{
	color: #111;
	width: 262px;
	}

.news_side
	{
	width: 88px;
	background: #F6F5CC;
	background-image: url('images/yellow_strip.gif');
	background-repeat: no-repeat;
	}

/* ******** Form Styling ******** */
form
	{
	margin: 1em 0em 0em 0em;
	}

form label
	{
	font-weight: bold;
	}

form input
	{
	margin-bottom: 1em;
	}

form textarea
	{
	margin-bottom: 1em;
	}

form input.text
	{ 
 	font-size: 10px; 
	width: 200px;
	background-color: #CCCCCC; 
	border: 1px solid #666666; 
	}

form input.radio
	{ 
 	margin-bottom: 0em;
	}

form input.button
	{ 
 	font-size: 14px; 
	background-color: #CCCCCC; 
	border: 2px solid #666666; 
	}

form fieldset
	{
	padding: 10px;
	margin-bottom: 1em;
	}

form.editor
	{
	
	}

.news_edit
	{
	color: blue;
	}

/* ******** Miscelania ******** */
.hide
	{
	display: none;
	}

.show
	{
	display: block;
	}

.block
	{
	display: block;
	}

.relative
	{
	position: relative;
	}

.iknow
	{
	float: right;
	color: #666;
	margin-top: 5px;
	}

.iknow a
	{
	color: #666;
	font-weight: normal;
	}