/* Global Styles */

html {
	margin: 0;
	padding: 0;
}
body {
	margin:0px;
	font-family: arial, verdana, sans-serif;	
	font-size: 11px; 
	line-height: 1.88889;
	color: #555753; 
	padding: 0;
	background-image: url(http://www.graphicsarcade.com/backgrounds/stone/background_6.gif);
}
	
td {
	color:#666666;
}
p {
	text-align: justify;
}
	
a {
	color: #993300;
}
	
a:hover {
	color: #5C743D;
}
a:link {
	color: blue;
	text-decoration:none;
}

a:visited {
	color: purple;
	text-decoration:none;
}

a:active {
	background-color: yellow;
	text-decoration:none;
}



#container { 
	margin: 50px 50px 50px 50px;
	padding: 10px 175px 100px 110px;  
}

#headerarea { 
	background: #99CC66;
	padding: 20px 20px 20px 20px;
	min-width: 200px;
	border: 3px solid #5C743D;
	position: absolute;
	top: 50px;
	left: 50px;
	right: 50px;
	z-index=1;

}
#leftimage {
	padding: 0 20px 0 0px;
        float: left;
	
}
#title {
	font-size:18px;	
	font-weight: bold;
	color=#666666;
	padding: 0 20px 0 0px;
}
#subtitle {
	font-size:14px;
}

#navigation {
	background: #99CC66;
	padding: 10px; 
	height: auto;
	border-left: 3px solid #5C743D;
	border-right: 3px solid #5C743D;
	border-bottom: 3px solid #5C743D;
	position: absolute;
	top: 190px;
	left: 50px;
	bottom: 0px;
	right: 50px;
	z-index=2;
}

#navigation a {
	font-size: 11px;
	font-weight: bold;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
}

	
#tagline 	{	
	font-size:11px;
	color: #722800;
	letter-spacing:.4em;
	line-height:18px;
}

#monthformat {
	border-bottom: 1px dashed #5C743D;
}
		
#dateformat {
	font-size:11px;
	color: #993300;
	letter-spacing:.2em;
	float: right;
}
	
#dateformat a {
	font-size:11px;
	font-weight:bold;
	color: #993300;
	letter-spacing:.1em;
	text-decoration:none;
}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
}

#rightbox {
	background: #E7EBE6;
        width: 200px;
        float: right;
        padding: 5px 5px 5px 5px;
	border: 3px solid #5C743D;
	position: absolute;
	top: 300px;
	left: 780px; 
	z-index=4;
	
}


#mainpart {
	background: #E7EBE6;
        position: absolute;
	top: 190px;
	bottom: auto;
	left: 203px;
	right: 50px;
        padding: 20px; 
	font-size: 12px;
	float: left;
	z-index=3;
	border: 3px solid #5C743D;
}

#maintext {
	width: 500px;
}

#maintitle {
	color: red
	font-size:18px;
	font-weight:bold;
}

	
/* Class Styles */
	
.bodyText {
	font-size:11px; 
	color:#666666;
	line-height:20px;
	margin-top:0px;
}
	
.pageName{
	font-size: 18px;
	color: #445E3E;
	line-height:26px;
	letter-spacing:.21em;
}
	
.subHeader {
	font-size:11px;
	font-weight: bold;
	color: #722800;
	line-height:22px;
	letter-spacing:.2em;
	text-transform: capitalize;
}

.quote {
	font-size: 20px; 
	color: #759DA1;
	line-height:30px;
}
	
.smallText {
	font-size: 10px;
	color: #666666;
	line-height: 22px;
}
	
.navText {
	font: 11px arial, verdana, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
}
	
