/**
 * Various CSS styles relating to basic page display.
 */

body {
	text-align: center;
	background: red url(images/background.gif);
}

#page {
	position: relative;
	display: block;
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background: white url(images/redline_vertical.gif) 257px 0 repeat-y;
}

table.page {
	width: 800px;
}
td.left {
	width: 258px;
}
td.right {
	width: 542px;
}

#header {
	background: black;
	width: 800px;
	height: 202px;
}

#header h1 {
	display: none;
}
#header h2 {
	display: none;
}

#sidebar {
	padding: 10px;
	padding-top: 48px;
	padding-bottom: 400px;
	font-family: "Georgia", serif;
	font-size: 12pt;
	text-align: center;
	line-height: 1.5em;
}
#sidebar a:link {
	color: red;
	text-decoration: underline;
}
#content {
	color: black;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10.5pt;
	line-height: 1.4em;
	padding: 10px;
	padding-top: 15px;
}
#content strong,
#content b {
	color: #515151;
}
#content a:link {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
#content a:visited {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
#content a:active {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
#content h1 {
	color: #EC0404;
	font-family: "Georgia", "Garamond", "Times New Roman", "Courier", serif;
	font-size: 1.8em;
	letter-spacing: 4px;
	line-height: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1.0em;
	border-bottom: 1px dashed red;
}
#content h2 {
	color: #529EC5;
	font-family: "Georgia", "Garamond", "Times New Roman", "Courier", serif;
	font-size: 1.3em;
	font-variant: small-caps;
	letter-spacing: 2px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.2em;
	border-bottom: 1px dashed #67A7B0;
}
  #content h3 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #797EA1;
	font-size: 1.4em;
	border-bottom: 1px dashed #67A7B0;
	/*font-size: 14pt;*/
}
  #content h4 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #C69A1F;
	font-size: 1.4em;
	/*font-size: 14pt;*/
}
#content .article .title {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	font-weight: bold;
	color: #607EAC;
}
#content .article .author {
	font-family: "Georgia", "Book Antiqua", "Palatino Linotype", "Palatino", "Trebuchet MS", "New Century Schoolbook", serif;
	font-size: 10pt;
	font-style: italic;
	color: #4A4A3D;
}
#content ul {
	list-style-image: url(images/bullet.gif);
}
#content ul li {
	padding-bottom: .1em;
}
blockquote.quotation {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	font-weight: bold;
	color: #D7000B;
	line-height: 1.5;
	margin: 0;
	padding: 1em;
	border-top: 1px dashed #D7000B;
	border-bottom: 1px dashed #D7000B;
	background: url(images/quote.gif) 0em 0em no-repeat;
} 
blockquote.quotation div.quotation {
	background: url(images/quote-right.gif) bottom right no-repeat;
}
blockquote.quotation div.author {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #838376;
	font-weight: normal;
	text-align: right;
} 
#footer {
	color: black;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	letter-spacing: 1px;
	background-position: top center;
	padding: 10px;
	padding-top: 20px;
	border-top: 1px dashed #D7000B;
	text-align: center;
}
#footer a:link {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
#footer h6 {
	color: black;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 0px;
}