/* Basic built-in styles */

body
	{
	background-image: url('Images/Page_Background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: #227AC4;
	font-family: "Poor Richard", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	text-align: center;
	color: White;
	margin: 10px;
	}
	
p
	{
	font-family: "Poor Richard", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	color: Navy;
	}
	
table
	{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: Black;
	}
	
tr
	{
	text-align: left;
	}
	
td
	{
	color: Navy;
	text-align: left;
	vertical-align: top;
	font-size: 12pt;
	}
	
th
	{
	background-color: Brown;
	font-weight: bold;
	color: white;
	font-size: 10pt;
	text-align: center;
	}
	
th.subhead
	{
	font-size: 10pt;
	font-style: italic;
	background-color: DarkCyan;
	}
	
/* Page Elements */
	
table.PageBanner
	{
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	width: 800px;
	}
	
td.PageTitle
	{
	text-align: right;
	filter: shadow(color=#305041,direction=145); 
/*	height: 60px;  */
/*	width: 400px;  */
	z-index: 200;
	color: white;
	font-family: "High Tower Text", "Poor Richard", "Times New Roman", "Times Roman";
	font-size: 24pt;
	vertical-align: bottom;
	}
	
td.HorizontalNavigation
	{
	width: 66%;
	vertical-align: bottom;
	}
	
table.PageBody
	{
	width: 800px;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	border-top: 6px inset white;
	border-bottom: 6px inset white;
	padding-top: 10px;
	margin-bottom: 10px;
	}
	
td.VerticalNavigation
	{
	width: 160px;
	}
	
td.BodyText
	{
	background-color: white;
	filter: alpha(opacity=90); opacity: 0.9;
	color: Navy;
	padding: 10px;
	}
	
p.Copyright
	{
	font-family: "Comic Sans MS";
	color: yellow;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	}
	
h1, h2, h3, h4, h5, h6
	{
	font-family: "High Tower Text", "Poor Richard", "Times New Roman", "Times Roman";
	}
	
h1
	{
	color: DarkBlue;
	}
h2
	{
	color: DarkCyan; 
	}
h3
	{
	color: DarkRed; 
	}
h4
	{
	color: Chocolate;
	}
h5
	{
	color: DarkCyan;
	}
h6
	{
	color: Coral;
	}
	
a:link, A:visited 		
	{ 
	color: DarkRed; 
	text-decoration: none; 
	}
	
a:active 	
	{ 
	color: Crimson; 
	text-decoration: none 
	}
	
a:hover 	
	{ 
	font-weight: bold 
	}

li
	{
	font-size: 12pt;
	margin-bottom: 12pt;
	}
	
li.compressedlist
	{
	margin-bottom: 0pt;
	line-height: 90%;
	}
	
pre.code
	{
	background-color: white;
	border-style: groove;
	border-color: blue;
	border-size: 1px;
	color: DarkBlue;
	display: block;
	width: 90%;
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 80%;
	margin-bottom: 9px;
	padding: 9px 18px;
	}
	
pre.syntax
	{
	background-color: LightBlue;
	color: Black;
	display: block;
	width: 80%;
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 80%;
	margin-bottom: 9px;
	padding: 9px 18px;
	}
	
pre.dos
	{
	background: Black;
	color: LightGreen;
	display: block;
	position: relative;
	left: 5%;
	width: 80%;
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 80%;
	font-weight: bold;
 	margin-bottom: 9px; 
	padding: 9px 18px;
	box-shadow: 10px 10px 10 #204060;
	}
	
.PullQuote
	{
	font-family: Verdana, Arial, Helvetica;
	font-style: italic;
	font-size: 12pt;
	font-weight: lighter;
	color: Gold;
	display: block;
	padding: 4pt;
	text-align: center;
	background-color: #252B39;
	filter: alpha(opacity=30); opacity: 0.3;
	}
	
img
	{
	page-break-inside: avoid;
	}
	
.NewPage
	{
   	page-break-before: always;
	}
	
.NoPrint
	{
	}
