/**
 * Various CSS styles relating to basic page display.
 */

body {
	text-align: center;
	background: #464646;
}

#page {
	position: relative;
	display: block;
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background: white url(images/blackline_vertical.gif) 190px 0 repeat-y;
}

table.page {
	width: 800px;
}
td.left {
	width: 190px;
	background: #025994;
}
td.right {
	width: 610px;
}

#header {
	background: black url(images/header/1.jpg) no-repeat;
	width: 800px;
	height: 202px;
}

#header h1 {
	display: none;
}
#header h2 {
	display: none;
}

#sidebar {
	padding: 10px;
	padding-top: 18px;
	padding-bottom: 320px;
	background: #025994;
	font-family: "Kids", "Comic Sans MS", "Arial", "Helvetica", sans-serif;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.5em;
}

#content {
	color: black;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10.5pt;
	line-height: 1.5em;
	padding: 10px;
	padding-top: 20px;
}
#content a:link {
	color: #F56711;
	font-weight: bold;
	text-decoration: underline;
}
#content a:visited {
	color: #F56711;
	text-decoration: none;
}
#content a:hover {
	color: #F63103;
	background-color: #F6FDAA;
	font-weight: bold;
	text-decoration: underline;
}
#content a:active {
	color: #F56711;
	font-weight: bold;
	text-decoration: underline;
}
#content h1 {
	color: #F56711;
	font-family: "Georgia", "Garamond", "Times New Roman", "Courier", serif;
	font-size: 1.7em;
	line-height: 1.5em;
}

#content h2 {
	color: #96BBB8;
	font-family: "Georgia", "Garamond", "Times New Roman", "Courier", serif;
	font-size: 1.2em;
}

#content h3 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #025994;
	font-size: 1.7em;
	margin-top: 35px;
	border-bottom: 1px dashed #EC0C11;
}

#content blockquote.quote {
	border: 1px #FD02D7 dotted;
	background: #E0EEED;
	margin: 1em 0;
	padding: 0 10px;
}
#content blockquote.quote .quote {
	color: #333333;
	font-family: "Georgia", "Garamond", "Courier", monospace;
	font-size: 1.4em;
}

#content blockquote.quote .author {
	text-align: right;
	color: #333333;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: .8em;
}

blockquote.quotation {
	margin: 0;
	margin-left: 25px;
	margin-right: 25px;
	padding: 0;
	padding-left: 25px;
	padding-right: 25px;
	background: url(images/quote-left.gif) 0em 0.7em no-repeat;
	
	color: #444F56;
	line-height: 1.3em;

	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 16pt;
	font-weight: bold;
}

blockquote.quotation div.quotation {
	background: url(images/quote-right.gif) bottom right no-repeat;
	padding-top: 25px;
}

blockquote.quotation div.author {
	font-family: "Verdana", "Kabel Bk BT", "Century Gothic", "Georgia", "Times New Roman", "Times", "Impact", serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
}	

#footer {
	color: black;
	font-family: "Arial", "Helvetica", sans-serif;
	background: url(images/footer.jpg) no-repeat;
	background-position: top center;
	padding: 10px;
	padding-top: 20px;
	border-top: 1px solid black;
	text-align: center;
}
#footer a:link {
	color: #F70505;
	text-decoration: none;
}
#footer a:visited {
	color: #910512;
	text-decoration: none;
}
#footer a:hover {
	color: #F63103;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:active {
	color: #F63103;
	font-weight: bold;
	text-decoration: underline;
}