@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}


ul, ol, dl { /* 
	
	/*
	[disabled]padding-right: 15px; */
	padding-left: 15px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	padding-bottom: 0px;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #090;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-weight: bold;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	text-align: right;
	color: #063;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background: #ffff99;
	margin: 0 auto;
}


.header {
	padding-top: 5px;
}



.content {
	/* [disabled]padding: 10px 0; */
	color: #630;
	font-size: 0.9em;
	background: #FFC;
	height: auto;
	width: 960px;
}

/* ~~ The footer ~~ */
.footer {
	font-family: "Calligraph421 BT", serif;
	color: #063;
	font-weight: bold;
	line-height: 1em;
	text-align: right;
	position: relative;
	padding-top: 0px;
	float: left;
	width: 959px;


}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
h1, h2, h3, h4, p, ul {
	margin-right: 15px;
	margin-left: 15px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.leftcol {
	height: auto;
	width: 465px;
	float: left;
	font-size: 0.9em;
	padding-top: 10px;
	margin-left: 15px;
	padding-bottom: 10px;
}
.rightcol {
	float: left;
	height: auto;
	width: 464px;
	font-size: 0.9em;
	padding: 10px 0px;
	margin-left: 15px;
}
.leftpic {
	padding: 0px 15px 0px 0px;
	margin: 0px;
}
