/* Default Typography
----------------------------------------------- */
body {
	margin:0;
	padding:0;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 14px;
/*	text-align:center; */
	color: #202020;
	line-height:1.3;
	background:#FFFFFF;
/*	background:#483521 url("_basic_files/background.gif") repeat; */
}

blockquote {
/*	font-style:italic; */
	padding: 0 32px;
	line-height: 1.6;
	margin: 0 0 .6em 0;
}

p {
	margin: 0;
	padding: 0;	
	color: #202020;
}

abbr, acronym {
	cursor: help;
	font-style: normal;
}
	
code {
	font: 12px monospace;
	white-space: normal;
	color: #666;
}

hr {
	display: none;
}


div.rule {
	clear: left;
	line-height: 0;
	height: 10px;
	margin-bottom: 12px;
	_margin-top: -4px; /* IE Windows target */
	background: url("divider.gif") no-repeat bottom left;
}
/* Use as <div class="rule"></div>  */


/* Link styles */
a:link {color: #655065; text-decoration: underline;}
a:visited {color: #655065; text-decoration: underline;}
a:hover {color: #5f5c5f; text-decoration: none;}
a:active {color: #655065;}

/*
Pseudo-elements like :first-letter and :first-line  allow you to set a style on a subpart of an element - for example the first line of a paragraph. 
That means that regardless of how the visitor resizes the window, the first line will be styled.
*/

/* Typography :: Header class
----------------------------------------------- */

.header {
	font-family: Verdana, sans-serif;	
	color: #1B0431;
}

.header h1 {
	margin:0;
	padding:0 0 6px 0;
	font-size:200%;
	font-weight:normal;
	color: #1B0431;
}

.header h1 a:link {
	text-decoration:none;
}
.header h1 a:visited {
	text-decoration:none;
	}
.header h1 a:hover {
	border:0;
	text-decoration: underline;
}

.header p {
	margin:0;
	padding:0;
	font-style:italic;
	font-size:110%;
	line-height:1.4em;
}


/* Typography :: Sidebar class
----------------------------------------------- */

.sidebar ul {
	font-family:Verdana, sans-serif;
	font-size:86%;
	margin:6px 0 12px 0;
	padding:0;
}
.sidebar ul li {
	list-style: none;
	padding-bottom:6px;
	margin:0;
}
.sidebar p {
	font-family:Verdana,sans-serif;
	font-size:86%;
	margin:0 0 .6em 0;
}




/* Typography :: Footer class
----------------------------------------------- */

.footer {
	font-family:Verdana, sans-serif;
	font-size:70%;
}

.footer p {
	line-height:1.2em;
	font-family:Verdana, sans-serif;
}


/* Typography :: Main entry body class
----------------------------------------------- */

.body {
	margin:8px 0 24px 0;
	line-height:1.5em;
}

.body h1 {
	font-weight:bold;
	font-size:160%;
	color:#1B0431;
	margin:0;
	padding:0 0 20px  0;
}

.body h2 {
	font-weight:normal;
	font-size:140%;
	color:#1B0431;
	margin:0;
	padding:0;
}

.body h3 {
	font-style: italic;
	font-size: 120%;
	color: #1B0431;
	margin: 0;
	padding: 0;
}

.body p {
	margin:0 0 .6em 0;
}
	
.body ul {
	margin: 0;
	padding: 0;
}
.body li {
	line-height: 1.5em;
	list-style: none;
	background: url("list_icon.gif") no-repeat 0px .3em;
	vertical-align: top;
	padding: 0 0 .6em 17px;
	margin: 0;
}

/* Graphics in the body need a bit of margin
----------------------------------------------- */
.body img {
	padding:2px 4px 2px 5px;
}

