body
{
	text-align: left;
	font-size: xx-small;
	font-family: Arial,Helvetica,Verdana,Sans-serif;
	line-height: 1.5em;
	background-color: #EEC;
}

#main
{
	float: left;
	padding: 0 0 10px;
	color: #333;
	font-size: small;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: left;
	background-color: #EEC;
	background-image: url('../images/corners_main_top.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	width: 100%;
}

#sidebar
{
	width: 175px;
	color: #eec;
	margin: 0 0 50px 0px;
	padding: 0px;
	text-align: left;
	background-image: url("../images/other/backtoc.png");
}

/* Links
----------------------------------------------- */

a:link
{
	color: #347;
	text-decoration: none;
}

a:visited
{
	color: #347;
	text-decoration: none;
}

a:hover
{
	color: #68a;
	text-decoration: none;
}

a img
{
	border-width: 0;
	text-decoration: none;
}

/* Main Body
----------------------------------------------- */

.date-header
{
	padding: 0px 5px 0px 5px;
	font-size: small;
	line-height: 2em;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #11486F;
	text-align: center;
}

.mbody
{
	margin: .3em 0 25px;
	padding: 0 13px;
	border-width: 1px 0;
}

.mbody-title
{
	margin: 0;
	font-size: large;
	line-height: 1.5em;
	background: #11486f url("../images/icon_arrow_big.gif") no-repeat 10px;
	display: block;
	border: 1px dotted #11486f;
	border-width: 1px 1px 1px;
	padding: 4px 14px 4px 45px;
	letter-spacing: .1em;
	color: #EEC;
	text-shadow: #090f36 0.2em 0.2em 0.2em;
}

.quote-header
{
	margin: 0 0 0 0px;
	padding: 2px 0px 2px 20px;
	font-size: medium;
	line-height: 2em;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #11486F;
}

#main a.title-link, .mbody-title strong
{
	text-decoration: none;
	color: #eec;
}

#main a.title-link:hover
{
	color: #68a;
	text-decoration: none;
}

.mbody-body
{
	border: 1px dotted #11486f;
	padding: 10px 14px 10px;
	font-size: small;
	font-family: "Trebuchet MS",Arial,Helvetica,Verdana,Sans-serif;
}

.mbody-quote
{
	margin: 0 0 10px;
	border: 1px dotted #11486f;
	border-width: 1px 1px 1px 1px;
	padding: 10px 20px 10px 20px;
	font-size: large;
	letter-spacing: .2em;
	line-height: 1.5em;
	color: #11486F;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.mbody p { margin: 0 0 .75em 0; }

.mbody ul
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.mbody li
{
	background: url("../images/icon_arrow2.gif") left top no-repeat;
	padding-left: 15px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.mbody b { letter-spacing: .1em; }

.mbody img
{
	margin: 0 0 5px 5px;
	padding: 4px;
}

blockquote
{
	margin: .75em 0;
	border-width: 1px 0;
	padding: 5px 15px;
}

.mbody blockquote p { margin: .5em 0; }

/* Sidebar toc
----------------------------------------------- */

#sidebar-container
{
	background: url("../images/corners_prof_bot.gif") no-repeat right bottom;
	margin: 0;
	padding: 0;
}

#sidebar-container h2
{
	padding: 5px 15px .2em;
	margin: 0;
	border-width: 0;
	font-size: small;
	line-height: 1.5em;
	color: #EEC;
	text-shadow: #090f36 0.2em 0.2em 0.2em;
}

.sidebar-datablock
{
	margin: 0 5px .5em;
	border: 1px dotted #7a8;
	padding: 4px 4px 4px 15px;
}

#sidebar-container form
{
	margin: 0 10px .5em 10px;
	border: 1px dotted #7a8;
	padding: 4px 4px 0px 6px;
}

.sidebar-data strong { display: block; }

#sidebar-container p
{
	margin: 0 5px;
	padding: 4px 4px 4px 6px;
}

#sidebar-container .sidebar-textblock { clear: left; }

.sidebar-link a
{
	padding-left: 5px;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
	color: #eec;
}

.sidebar-link a:hover
{
	text-decoration: none;
	color: #000;
}

ul.sidebar-datablock { list-style-type: none; }
