﻿@charset "utf-8";

/* Author: <David Conrado>
   Screen Style Sheet for: <index.html> 

---------------------------------- */



/* =h headings
---------------------------------- */


h1 {
	font-family:Century Gothic;
	font-size: 20pt;
	font-weight: bold;
	font-variant: small-caps;
	border: medium tan solid;
}

h2 {
	font-family:Century Gothic;
	font-size: 18pt;
	border: thin tan ridge;
	font-variant: small-caps;
}

h3 {
	font-family:Century Gothic;
	font-size: 16pt;
	font-variant: small-caps;
}



/* =b body
---------------------------------- */

body {
	background-image: url(11.JPG);
	color: tan;
	font-family:Century Gothic;
	text-align: center;
}

p {
	margin-bottom: 2em;
}


.center {
	text-align: center;
	padding: .3em;
}

/* ID selector 1, border 1, padding 1, margin 1 */

#sidebar {
	top: 10px;
	left: 10px;
	width: 730px;
	border: tan double thick;
	background-color: black;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: 3em;
}

a {
	font-weight: bold;
	color: wheat;
}

.dead {
	font-weight: bold;
	font-size: 12pt;
	color: gold;
}


#container {
	width:780px;
	margin:0px auto;
	border: 1px solid #556371;
	padding-bottom:25px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	background-color:black;
}


#sidebar a:link {
	color: white;
	padding: .5em;
}

#sidebar a:visited {
	padding: .5em;
	color: silver;
	text-decoration: none;
}

#sidebar a:hover {
	color: black;
	background-color: tan;
}	


#sidebar a:active {
	color: red;
}

#left {
        text-align: left
}

#right {
        text-align: right
}

#center {
	text-align: center;
	padding: .3em;
}


img.right {
	float: right;
	border: black thin solid;
	margin-bottom: .5em;
	margin-right: 1em;
}

img.left {
	float: left;
	border: black thin solid;
	margin-bottom: .5em;
	margin-right: 1em;
}


/* =l lists
---------------------------------- */
li.size {
	font-size: 18pt;
	text-align: left;
	padding: .1em;
}

ul {
	list-style-type:square;
}

/* =hr horizontal rules
---------------------------------- */
hr {
	width: 50%;
	height: 5px;
	text-align: center;
	color: tan;
}





---------------------------------- */
table {
	width: 800px;
        text-align: center;
	font-size: 12pt;
	font-family: arial,helvetica,sans-serif;
}


th#yellowa {
	background-color: tan;
	color: navy;
}

th#yellowb {
	background-color: tan;
	color: navy;
}


th#yellowc {
	background-color: tan;
	color: navy;
}
