/* ---------- General Styles START---------- */

	}

	body {
	padding:0px;
	margin: 0px 0 0;
	background-position: center;
	background-color: #5C5C5C;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	.text {
		font-size:1.1em;
		line-height:1.5em;
		color: #666666;
	}
	
	p {
	padding:0 0px 0px;
	line-height: 17px;
	color: #5C5C5C;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
	li {
		line-height:1.5em;
	}

.nav {
	text-decoration:none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	}
		a:link, a:visited {
	text-decoration: none;
	color: #999999;

}

a:hover, a:active {
	color: #FFFFFF;
	background-color: #FF9900;


}
	ul {
	margin-left: 0px;
	padding-left: 18px;
	list-style-image: url(images/bullet.gif);
	font-size: 12px;
	list-style-position: outside;
	color: #5C5C5C;
	}
.bold { 
	font-weight: bold;
	}
	i {
	font-style: italic;
	line-height: 18px;
}
/* About Page Styles */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: lighter;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-color: #FFA600;
	border-bottom-style: solid;
	margin-top: 6px;
	margin-bottom: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	color: #5C5C5C;
	vertical-align: top;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 0px;
}
hr {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	font-weight: normal;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
	line-height: 17px;
	margin: 10px 0px 0px;
}

.ten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.container {
	background-color: #FFFFFF;
	width: 700px;
	position: center;
	margin: 0px;
	padding: 0px;
	height: 500px;
}
.orange {
	color: #FFA600;
	font-size: 12px;
}

