/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	margin-top: 10px;	
}
li {
	line-height: 1.5em;
}

#pagecontainer {
	width: 760px;
	border: 1px solid #C49662;
	margin-right: auto;
	margin-left: auto;
	
}
#pagecontent {
	padding: 5px;
	color: #000000;
	background-color: #C49662;
	/*border: 1px solid #000000;*/
	margin-top: 0;
}
h1 {
	font-size: large;
	color: #000000;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	text-transform: uppercase;
}
h2 {
	font-size: medium;
	color: #F1E9C2;
	font-family: "Palatino Linotype", "Times New Roman", serif;
}
h3 {
	font-size:small;
	color: #000000;
	font-family: "Palatino Linotype", "Times New Roman", serif;
}
h4 {
	font-size:medium;
	color: #000000;
}
h5 {
	font-size:small;
	color: #000000;
}
h6 {
	font-size:x-small;
	color: #000000;
}
#pagecontent a:link {
	color: #F1E9C2;/*00AE8C*/
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;	
}
#pagecontent a:visited {
	color: #F1E9C2;/*63CFBD*/
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;	
}
#pagecontent a:hover {
	color: #000000;/**/
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;	
}
#pagecontent a:active {
	color: #000000;/*63CFBD*/
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;	
}
#homepagetext a:link {
	color: #F1E9C2;/*00AE8C*/
	font-weight:bold;
	text-decoration: underline;
	text-transform: uppercase;	
}
#homepagetext a:visited {
	color: #F1E9C2;/*63CFBD*/
	font-weight:bold;
	text-decoration: underline;
	text-transform: uppercase;	
}
#homepagetext a:hover {
	color: #000000;/**/
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;	
}
#homepagetext a:active {
	color: #000000;/*63CFBD*/
	font-weight:bold;
	text-decoration: underline;
	text-transform: uppercase;	
}
.rightinset {
	float: right;
	margin-right: 150px;
	padding-top: 6px;
}
#footer {
	background-color: #4F2A00;
	clear: both;
	border-top: solid 1px #ffffff;
}
.bigbold{
	font-size: medium;
	font-weight: bold;
}
.copyright	{
	color: #ffffff;
	font-size: xx-small;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	/*border-left: 1px solid #F0E8C1; */
}
.copyright a:link { 
	color:#cccccc; 
	text-decoration: none;
	
}
.copyright a:visited { 
	color:#cccccc; 
	text-decoration: none; 
	
}
.copyright a:hover { 
	color:#ffffff; 
	text-decoration: none; 
	
}
.copyright a:active { 
	color:#ffffff; 
	text-decoration: none; 
	
}
.medium {
	line-height: 1.7em;
	list-style-image: url(../../images/bullet.gif);
}
#homepagecontent {
	background-image: url(../../images/homepage-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 425px;
	background-color: #4F2A00;
}
#flash {
	float: right;	
}
#homepagetext {
	width: 250px;
	margin-top: 200px;
	margin-left: 170px;
	float: left;
	color: #F0E8C1;
	line-height: 1.4em;
	font-size: x-small;
}
.clearboth{
	clear: both;
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 5px;
	font-weight: bold;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.nobullet{
	list-style-type: none;
}
.full {
	height: 200px;
}
.standard {
	height: 138px;
}
.inset {
	height: 133px;
}
.imgborder {
	border: solid 1px #000000;
}.bulletalign {
	list-style-position: inside;
}
