/*		dvsmith.net		-	site.css		
		Version 0.1		-	6/19/2004		*/

a:link {
	text-decoration: none;
	color: #03F;
}

a:visited
{
	color: #C30;
	text-decoration: none;
}

a:hover {
	color: #F30;
	text-decoration: underline;
}

a:active
{
	color: #09F;
	text-decoration: underline;
}

body {
	background-color: white;
	color: black;
	font-family: verdana,arial,helvetica,sans;
	font-size: 12px;
}

body#site
{
	margin: 20px 2% 2% 2%;
	background-color: #EDEDED;
	color: black;
	font-family: verdana,arial,helvetica,sans;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.title
{
	color: black;
	font-family: georgia, agaramond, garamond, 'times new roman', timesNR, times, serif;
	font-size: 18px;
	font-weight: bolder;
	float: left;
	display: block;
	text-transform: capitalize;
}

.site
{
	color: #33F;
	font-weight: bold;
	font-style: italic;
}

p#announcement
{
	color: black;
	font-size: 18px;
}

p#warning
{
	color: #C00;
	font-family: timesNR, times, courier, serif;
	font-size: 3.0em;
	font-weight: bold;
}


td.header
{
	width: 610px;
	height: auto;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	background-color: white;
	padding: 5px;
}

td.content
{
	width: 610px;
	border-color: #999;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	background-color: white;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}

td.footer
{
	width: 610px;
	height: auto;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	background-color: white;
	padding: 2px;
}

td#spacer
{
	width: 20px;
	height: auto;
}

tr.chartheading
{
	margin: 2px 5% 2px 5%;
	font-size: 1.1em;
	min-width: 120px;
	max-width: 220px;
	font-weight: bold;
}

tr.prime
{
	padding: 5px;
	margin: 5px;
	line-height: 1.8em;
}

tr.alt
{
	background-color: #69C;
	padding: 5px;
	margin: 5px;
	line-height: 1.8em;
}

tr.prime:hover
{
	background-color: #00C;
	color: #FFC;
}

tr.prime:hover a:link
{
	background-color: #00C;
	color: #69F;
}

tr.alt:hover
{
	background-color: #00C;
	color: #FFC;
}

tr.alt:hover a:link
{
	background-color: #00C;
	color: #69F;
}



/* navigation elements */


div#nav
{
	width: 120px;
	height: auto;
	display: block;
	border-color: #999;
	border-width: 1px 1px 1px 1px;
	margin: -33px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
	border-style: solid;
	background: #FFF /*url('/images/site/nav_bg_top.gif')*/;
	background-repeat: no-repeat;
}

div#nav .logo
{
	width: 120px;
	height: 100px;
	display: block;
	border-bottom: inherit;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0 4px 7px 0;
	margin: -7px 0px 5px -2px;
	background-image: url('/images/site/nav_bg_top.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div#nav p
{
	width: 120px;
	height: 15px;
	display: block;
	background-color: #000;
	color: white;
	font-family: 'lucida grande', verdana,arial,sans;
	font-size: 12px;
	padding: 2px 6px 2px 4px;
	margin: 15px -5px 2px -5px;
	vertical-align: baseline;
	text-indent: 5px;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
	letter-spacing: .4px;
}

div#nav a
{
	width: auto;
	height: 1.5em;
	display: block;
	background-color: #03C;
	color: white;
	font-family: verdana,arial,sans;
	font-size: 10px;
	padding: 2px;
	margin: 2px;
	vertical-align: baseline;
	text-indent: 3px;
	text-decoration: none;
	line-height: 1.5em;
}

div#nav a:link
{
	width: auto;
	height: 1.5em;
	display: block;
	background-color: #03C;
	color: white;
	font-family: verdana,arial,sans;
	font-size: 10px;
	padding: 2px;
	margin: 2px;
	vertical-align: baseline;
	text-indent: 3px;
	text-decoration: none;
	line-height: 1.5em;
}

div#nav a:visited
{
	background-color: #03C;
	color: white;
}

div#nav a:hover
{
	height: 13px;
	border-color: black;
	border-width: 1px;
	background-color: #36F;
	color: #9FF;
	padding: 2px 1px 2px 1px;
	text-indent: 3px;
	text-decoration: underline;
	border-style: solid;
	line-height: 13px;
}

div#nav a:active
{
	background-color: #FC6;
	color: #000;
}



/*  footer  */

div#copyright
{
	color: black;
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans;
	font-size: 10px;
	line-height: 1.2em;
	font-style: normal;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	float: left;
	display: block;
}

div#footer
{
	float: right;
	display: block;
	font-size: 10px;
	line-height: 1.5em;
	padding: 0 .5em 0 .5em;
}

div#footer a
{
	color: red;
	display: inline;
	font-weight: bold;
	border-left: #999;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	padding: 0 0 0 .5em;
	text-decoration: none;
}

div#footer a:link
{
	color: red;
	display: inline;
	font-weight: bold;
	border-left: #999;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	padding: 0 0 0 .5em;
}

div#footer a:visited { color: red; }

div#footer a:hover { text-decoration: underline; }

div#footer a:active
{
	color: black;
	text-decoration: underline;
}