
/*Primary layout sections*/


html, body {
    height: 100%;
}

body {
	color: #333;
	font-family: Georgia, Perpetua, "Times New Roman", Serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #990 url(../images/page-bg.jpg) top center fixed repeat-y;
	
}

#mainwrap {
	position: relative;
	margin: auto;
	width: 761px;
	min-height: 100%;
		
}


/*Top header for Info areas*/

#head {
	position: relative;
	margin: 0;
	width: 761px;
	text-align: center;
	
}

#headadmin {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	
	
}

#head1admin {
	position: relative;
	margin: -5px auto 0 auto;
	text-align: left;
	min-height: 50px;
	width: 761px;
	
}

.log 
{
	text-align: left;
	width: 500px;
	
}

#head1 {
	
	position: relative;
	margin: -3px 0 0 0;
	text-align: left;
	min-height: 50px;
}

#head1a {
	
	position: relative;
	margin: -3px 0 0 0;
	text-align: left;
	min-height: 50px;
	
}

#head2 {
	margin-left: 30px;
	color: #333;
	
	
}

#head2 ul, #head2 li {
	list-style:none;
	display: inline;
	margin-left: 0;
	padding: 0;
	font-size: 0.83em;
			
}

#head2 a:link {color: #666; font-weight: bold; text-decoration: none;}
#head2 a:visited {color: #666; font-weight: bold; text-decoration: none;}
#head2 a:hover {color: #999; font-weight: bold; text-decoration: underline;}

/*End Top header */

#contenthold {
	position: relative;
	text-align: left;
	line-height: 160%;
	width: 750px;
	border: 0;
	margin: 10px auto 10px auto;
	
		
}

#contenthold2 {
	position: relative;
	text-align: center;
	width: 750px;
	border: 0;
	padding: 0;
	margin: auto;
		
}

#contentf {
	text-align: left;
	line-height: 150%;
	width: 415px;
	border: 0;
	padding: 0 10px 10px 35px;
	
			
}

#content {
	position: relative;
	text-align: left;
	line-height: 150%;
	width: 500px;
	border: 0;
	margin: 10px 20px 0 200px;
		
}

#contentmid {
	position: relative;
	text-align: left;
	line-height: 150%;
	width: 500px;
	border: 0;
	margin: auto;
		
}

#rightnav {
	position:absolute;
	font-family: "Trebuchet MS", verdana, helvetica, arial, san-serif;
	font-size: x-small;
	line-height: 140%;
	right: 30px;
	text-align: left;
	width:220px;
	padding-bottom: 15px;
	color: #666;
	
	
} 

#rightnav p {
	font-size: x-small;
	line-height: 140%;
	letter-spacing: 1px;
	color: #666;
	
} 

#rightnav .sheader 
{
	font-family: "Trebuchet MS", verdana, helvetica, arial, san-serif;
	font-size: x-small;
	text-transform: uppercase;
	color: #666;
	display: block;
}

#rightnav .sintro
{
	font-size: x-small;
	color: #330;
	padding-left: 10px;
}

#rightnav .sbase 
{
	font-size: 0.85em;
	color: #666;
	
}

#rightnav a:hover {color: #603; font-weight: bold; text-decoration: underline;}
#rightnav a:link {color: #A74314; font-weight: bold; text-decoration: none;}
#rightnav a:visited {color: #857C1B; font-weight: bold; text-decoration: underline;}



#dlWriting
{
	margin-left: 10px;
}

#dlWork
{
	margin-left: 10px;
}


#contentb {
	position: relative;
	text-align: left;
	line-height: 150%;
	border: 0;
	margin: 30px 15px 0 155px;
		
}


#footer {
	position: absolute;
	background: transparent url(../images/base.jpg) no-repeat center;
	width: 761px;
	left: 50%;
	margin-left: -380.5px;
	bottom: 0;
	min-height: 40px;
	
}


/*text sizes and so forth */

h1 {
	text-transform: uppercase;
	color: #6F670F;
	font-size: 140%;
	font-weight: normal;
	padding: 1px;
	margin-bottom: 15px;
	line-height: 120%;
}

h2 {
	text-transform: uppercase;
	color: #6F670F;
	font-size: 115%;
	font-weight: normal;
	padding: 0;
	margin-bottom: 5px;
}

h3 {
	color: #6F670F;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

h4 {
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	color: #666;
	font-size: x-small;
	font-weight: normal;
	padding: 0;
	margin: 3px 0 5px 6px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

p {
	font-size: 0.75em;
	font-weight: normal;
	padding: 0;
	margin: 5px 5px 4px 6px;
	line-height: 190%;
}

.label {
	font-size: 0.8em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.labelred {
	font-size: 80%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: Red;
}

.labelb {
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #333;
}


img {
	border: 0;
	margin: 0;
}



.rightimg {
	float: right;
	margin:5px;
	padding:0;
	
}

.leftimg {
	float: left;
	margin:0;
	padding:0;
	
}


ul, ol, li {
	
	list-style-position: outside;
	font-size: 0.90em;
		
}


/*Links for main content areas */

a:link {color: #A74314; font-weight: bold; text-decoration: none;}
a:visited {color: #857C1B; font-weight: bold; text-decoration: underline;}
a:hover {color: #AFA20F; font-weight: bold; text-decoration: underline;}
	
hr.news{
	width:20%;
	height: 1px;
	color: #EEEEEE;
}


.cheader 
{
	font-family: Georgia, "Lucida Console", "Times New Roman", Serif;
	font-size: 105%;
	color: #999900;
	text-transform:uppercase;
	letter-spacing: 3px;
	margin: 10px 0 6px 0;
	display: block;
}

.cintro
{
	font-size: x-small;
	color: #369;
	margin-top: 2px;
}

.cbase 
{
	font-size: 0.70em;
	color: #369;
	margin-bottom: 12px;
}

p img 
{
	float: left;
	padding: 2px;
	border: solid 1px #ccc;
	background: #fff;
	margin: 0 6px 1px 0;
}

.imglong 
{
	padding: 2px;
	border: solid 1px #ccc;
	background: #fff;
	
}

.subhead 
{
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	color: #036;
	font-size: 0.7em;
	font-weight: normal;
	padding: 0;
	margin: 3px 0 5px 6px;
	text-transform: uppercase;
	letter-spacing: 1.2px;	
}

pre {

	font-size: small;
	font-weight: normal;
	
}

