﻿/* Common Layout */
body,div,p,blockquote,ol,ul,dl,li,dt,dd,td,th,input,textarea
{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
body 
{	
	font-size:80%;	
	margin:0px;
	color:Black;
	background-color:#E1E4E1;
	background-image:url('/images/background-h.gif');
	background-repeat:repeat-y;
}
table, td, tr, input, textarea
{
	font-size:1.0em;	/* fixes IE defaults */
}
p
{
	line-height:1.25em;
	font-size:1em;
	padding:0px;
	margin:5px 0px 15px 0px;
}
div#topbanner_back
{
	width:100%;
	height:200px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url('/images/background-v.gif');
	background-repeat:repeat-x;	
}
div#topbanner
{
	width:100%;
	height:200px;
	background-image:url('/images/background-f.gif');
	background-repeat:no-repeat;		
	z-index:-1;
}
div#homelink
{
	position:absolute;
	top:0px;
	left:21px;
}
div#navigation
{
	position:absolute;
	top:107px;
	left:21px;
}
div#pagemain
{
	position:relative;
	top:140px;	
	z-index:1;
}
div#contentmain
{
	padding:10px 5px 0px 35px;	
}
div#copyright
{
	font-size:0.8em;
	color:Silver;
	margin:70px 5px 5px 30px;
}
/* End Common Layout */


/* Basic Styles */
h1, .headercolor
{
	color:#ff8c00;
}
h1 
{
	font-weight:bold;
	font-size:1.05em;
	margin:2.0em 0px 1.5em 0px;			
}

.dotted 
{
	font-variant:small-caps;
	letter-spacing:1px;
}
.dotted span.amp
{
	font-size:0.8em;
}

h2
{
	font-weight:bold;
	font-size:1.0em;
	color:Black;
	margin:0px 0px .25em 0px;
}

li
{
	margin:5px 0px 5px 0px;
}

h2.newsline
{
	color:#606060;
	font-size:0.85em;
	letter-spacing:0.05em;
	margin-top:20px;	
}

.dots
{
	letter-spacing:1px;
	font-size:0.8em;
}

#content-left 
{
	margin-right:20px;
}

#content-right
{
	width:300px;
	padding-left:15px;
}

h2:first-child,
h1:first-child { margin-top:5px; }


.left-guide
{
	border-left: 1px solid #666;
}