﻿/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #393939;
	line-height: 25px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #1F6196;
}

/** Header Style Starts Here */

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 40px 0 10px 55px;
	background: no-repeat left 90%;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}

/** Menu Style Starts Here */


#menu {
	width: 760px;
	height: 43px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/image01.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	background: url(images/image06.gif) no-repeat right 50%;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
}

#menu .first a  {
	padding-left: 0;
}

#menu .selected a  {
	font-weight:bold;
}

#menu .firstselect a  {
	padding-left: 0;
	font-weight:bold;
}


/** Page Style Starts Here */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(images/image05.jpg) repeat-y;
	
}

#page-top {
	background: url(images/image03.jpg) no-repeat left top;
}

#page-bottom {
	background: url(images/image04.jpg) no-repeat left bottom;
}

#content {
	float: right;
	width: 420px;
	padding: 40px 50px 30px 60px;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

#sidebar {
	float: left;
	width: 250px;
	padding:  30px 0 0 20px;
}

#sidebar h2 {
	margin: 0;
	padding: 0px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #CFCFCF;
}
/** Footer Style Starts Here */

#footer {
	width: 800px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(images/image02.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

.autoindex_body, html
{
	margin: 0px;
	background: #393939;
	line-height: 25px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Images */
.autoindex_body img
{
	border: none;
}

/* Tables */
.autoindex_table
{
	width: 95%;
	border: 0px;
	border-spacing: 0px;

}
.light_row
{
	background-color: #D4D4D4;
	font-size: 11px;
}
.dark_row
{
	background-color: #E5E5E5;
	font-size: 11px;
}
.autoindex_td
{
	font-size: 11px;
	font-family: verdana, lucidia, sans-serif;
	vertical-align: top;
	border: 0px;
	padding: 0px;
	text-align: left;
	white-space: nowrap;
}
.autoindex_td_right
{
	font-size: 11px;
	font-family: verdana, lucidia, sans-serif;
	vertical-align: top;
	border: 0px;
	padding: 0px;
	text-align: center;
	white-space: nowrap;
}
.autoindex_th
{
	font-size: 11px;
	background-color: #F2F2F2;
	border: 0px;
	padding: 0px;
}

/* Links */
.plain_link
{
	color: #393939;
	text-decoration:none;
	font-weight:bold;
	border:0px;
}
.autoindex_a:link
{
	color: #393939;
	text-decoration: none;
	font-weight:bold;
	border: 0px;
}
.autoindex_a:visited, .autoindex_a:active, .autoindex_a:hover
{
	color: #393939;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}
.light_row:hover, .dark_row:hover
{
	background-color: #FFFFB0;
}

/* Buttons */
.button
{
	color: #FFFFFF;
 	background-color: #393939;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: 1px #FFFFFF solid;
	padding: 3px 10px 3px 10px;
}

/* Misc. */
.paragraph
{
	background: #FFFFFF;
	color: #000000;
	font-size: 13px;
}
.autoindex_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.autoindex_small
{
	font-size: 10px;
}

