/* CSS Document */

/* Pages Background Color and Font Color */

body {
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
	font-variant: small-caps;
	color: navy;
	letter-spacing: 0.1em;
}
	
/* Larger Subtitle */

H2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
  	color: #993333;
	letter-spacing: 0.03em;
}

/* Paragraph Heading */
H3 {
	font-family: Arial,Geneva, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.15em;
	color: navy;

}

/* Blue Title Page */



/* Dark Red, Section Title */

/* Body text */

.bodyText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	text-indent: ;
	margin: ; 
	color: #000000;
}

/* Top of page NavBar */

.linksText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: gray;
}

/* Top of page NavBar */

.smallTextonGreen {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: navy;
}

/* Bottom Address Page */

.addressText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 12px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 0.05em;
	color: #666699;
}

/* First Letter Float */

P.initial:first-letter: {
	font-size: 200%, float: left; 
}

/* Box */

/* Box border attributes (thin, medium, thick) */
/* Box border styles (none, dotted, dashed, solid, double, groove, ridge, inset,outset) */
/* Box border attributes (boder-top-width, boder-right-width, boder-bottom-width, boder-left-width) */
/* Box border attributes (boder-top-width, boder; border-style; color; */

.box1 {
	border-color: black;
	boder: thin;
	border-style: dotted;
}

.sidebarHeader1 {
	font-family: Verdana, Arial,Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #99CC99;
}

.tableText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	text-indent: ;
	margin: 1.3em; 
	color: #666666;
}

.sidebarFooter1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height:1em ;
	margin: 1.3em; 
	color: #666666;
	background-color: #CCCC66;
}

/* Text Quotes */

.textQuotes {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	font-style: nomal;
	line-height: 1.3em;
  	color: blue;
	letter-spacing: 0.03em;
}

/* Link attributes always in the following order (l/v/h/a) */

a:link {
	text-decoration: none;
	color: #0066CC;
}
	
a:visited {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
	color: #0066CC;
	background: ;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}

/* Copyright Notice at Page's Bottom */

.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin-top: 0.5em;
	float: right;
	color: gray;	
}

/*Sitemap*/

.pager { 
	background-color:#eee; 
	border:#ccc 3px solid;
	padding:3px;
	text-align:center;
	font:normal 12px verdana;
}
.lhead { 
	background-color:#eee; 
	border-top:#aaa 3px solid;
	border-bottom:#aaa 3px solid;
	padding:3px;
	font:bold 14px verdana;
}
.lpart { 
	background-color:#f0f0f0; 
	border-left:#ccc 2px solid;
	padding-bottom:25px;
}
.lpage { 
	font:normal 12px verdana;
}
.lcount { 
	background-color:#999; 
	color:#fff;
	padding:2px;
	font:bold 12px verdana;
}
#copyright{
	font:normal 11px tahoma,verdana;
	color:#000;
	text-align:center;
	padding:0px;
	width:720px;

