﻿@charset "utf-8";

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

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



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


h1 {
	font-family:Century Gothic;
	font-size: 16pt;
	font-weight: bold;
	font-variant: small-caps;
}

h2 {
	font-family:Century Gothic;
	font-size: 14pt;
	font-variant: small-caps;
}

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



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

body {
	background-image: url(grey.jpg);
	color: black;
	font-family:Century Gothic;
	text-align: center;
}

p {
	margin-bottom: 2em;
}


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



#sidebar {
	top: 10px;
	left: 5px;
        right: 5px;
	width: 900px;
	border: black double thick;
	background-color: black;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: 3em;
	font-size: 18pt;
}

a {
	font-weight: bold;
	color: black;
        margin: 20px 0px 100px 10px;

}

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


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


#sidebar a:link {
	color: white;
	padding: .5em;
	font-size: 18pt;
}

#sidebar a:visited {
	padding: .5em;
	color: white;
	text-decoration: none;
	font-size: 18pt;
}

#sidebar a:hover {
	color: red;
	background-color: black;
	font-size: 18pt;
}	


#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: 14pt;
	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: 10pt;
	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;
}

