/* Tutorials - Default Style Sheet */

/* Body ruleset */

body {
	background: black;
	margin: 20px;
}

/* Image ruleset */

img {
 	border: none;
}

/* Form ruleset */

form 
{
	margin:0px; 
	padding:0px;
}

/* Document text ruleset */

p {
	font-family: lucida grande, verdana, arial, sans-serif;
	font-size: 11pt;
	color: #868EA5;
    margin-left: 20px;
	line-height: 150%;
}

td {
	font-family: lucida grande, verdana, arial, sans-serif;
	font-size: 11pt;
	color: #868EA5;
}

/* Lists */

li {
	line-height: 100%;
	margin-bottom: 1em;
	margin-left: 20px;
}

/* Table box */

div.tablebox {
	margin: 0px;
	margin-left:20px;
	padding: 5px;
	border-style: solid; 
	border-color: #868EA5; 
	border-width: 1px;
}

/* Text box */

div.textbox {
	margin: 0px;
	margin-left:20px;
	padding: 10px;
	padding-bottom: 0px;
	border-style: solid; 
	border-color: #868EA5; 
	border-width: 1px;
}

p.textbox {
	font-family: lucida grande, verdana, arial, sans-serif;
	font-size: 11pt;
	color: #868EA5;
	margin:0px;
	margin-bottom:1em;
	line-height: 150%;
}

p.source {
	font-family: lucida grande, verdana, arial, sans-serif;
	font-size: 11pt;
	color: #868EA5;
	margin: 0px;
	text-align: right;
	font-style: italic;
}

/* Default link ruleset */

a:link {    
	color: #ACB0BC;
	text-decoration: underline;
}

a:visited {
	color: #A0A6B5;
	text-decoration: underline;
}

a:hover {	
	color: #BCC1CE;
	text-decoration: underline;
}  

a:active {
	color: #BCC1CE;
	text-decoration: underline;
}

/* Header rulesets */

h1 {
	font-family: classgarmnd BT, times new roman, serif;
	font-size: 29pt;
	color: #FF8D01;
	font-weight: normal;
	margin: 0px;
	text-align: center;
}

h2 {
	font-family: classgarmnd BT, times new roman, serif;
	font-size: 16pt;
	color: #FF8C00;
	font-weight: normal;
 	border-bottom: 1px #FF8C00 solid;
}

h3 {
	font-family: lucida grande, verdana, arial, sans-serif;
	font-size: 11pt;
	color: #FF8D01;
	font-weight: normal;
	margin-left:20px;
}

/* Sidebar Menu */

.textmenu {
	background-color: #333B4C; 
	font-family: lucida grande, verdana, arial, sans-serif; 
	font-size: 10pt; 
	color: #FF8D01; 
	margin-left:5px;
	margin-bottom: .2em;
}

a.textmenu:link {    
	color: #FF8D01;
	font-family: lucida grande, verdana, arial, sans-serif; 
	font-size: 10pt;
	margin-left: 13px;
	padding-left: 13px;
	padding-right: 5px;
	text-indent: -9px;
	text-decoration: none;
	display:block;
}

a.textmenu:visited {
	color: #FF8D01;
	font-family: lucida grande, verdana, arial, sans-serif;
	font-size: 10pt;
	margin-left: 13px;
	padding-left: 13px;
	padding-right: 5px;
	text-indent: -9px;
	text-decoration: none;
	display:block;
}

a.textmenu:hover {
	background-color: #855C2E;
	color: #FF8D01;
	font-family: lucida grande, verdana, arial, sans-serif; 
	font-size: 10pt;
	margin-left: 13px;
	padding-left: 13px;
	padding-right: 5px;
	text-indent: -9px;
	text-decoration: none;
	display:block;
}  

a.textmenu:active {
	background-color: #B17635; 
	color: #FF8D01;
	font-family: lucida grande, verdana, arial, sans-serif; 
	font-size: 10pt;
	margin-left: 13px;
	padding-left: 13px;
	padding-right: 5px;
	text-indent: -9px;
	text-decoration: none;
	display:block;
}


/* Page divisions */

#container
{
	background-color: #333B4C;
	border: 1px solid #545C6F;
	width: 100%;
	height: 100%;
	min-width: 730px;
}

.top_row
{
	background: url("images/top_shadow.png");
	background-repeat: repeat-x;
}

.left_column
{
	background: url("images/left_shadow.png");
	background-repeat: repeat-y;
}

#menu
{
	width: 213px;
	min-width: 213px;
	height:100%;
	background-image: url(images/menu_background.png);
	background-repeat: repeat-y;
	background-position: top right;
}

#main_window
{
	text-align: left;
	width: 70%; 
	min-width: 510px;
	margin:auto;
}

#menu_title
{
	float: right;
	margin-right: 8px;
}

#tracker
{
	position:relative; 
	left:-10; 
	bottom:-20;
}

