/* MAIN LINK COLORS ::::::::::::::::::::::::::::::::::::::::: */
a:link 		{color: #0000ff; background: none; text-decoration: none}
a:visited	{color: #858585; background: none; text-decoration: none}
a:hover		{color: #ff0000; background: none; text-decoration: underline}
a:active 	{color: #ff0000; background: none; text-decoration: none}
/* ========================================================= */

body {
  color: #000000; background: #212719;
  font: normal normal normal 12px/1.25em verdana, arial, helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
  background-image: url(/images/background.jpg);
  background-repeat: repeat-x;
}

div {
	margin: 0px;
	padding: 0px;
	/* border: 1px dotted red; */
}

/* ID WRAPPER  */
div#Wrapper	{
	width: 1025px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: table;
}
div#FrontContentWrapper	{
	background: #ffffff;
	background-image: url(/images/FrontWrapperBg.jpg);
  background-repeat: repeat-x;
	width: 1025px;
	min-height: 668px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: table;
}

div#InsideContentWrapper	{
	background: #ffffff;
	background-image: url(/images/InsideWrapperBg.jpg);
  background-repeat: repeat-x;
	width: 1025px;
	min-height: 668px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: table;
}

div#Content-wrapper	{
	background: #ffffff;
	width: 1025px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: table;
}

/* ID HEADER  */
div#header	{
	width: 1025px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	position: relative;
	display: block;
	clear: both;
}

div#Frontheader	{
	width: 1025px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	position: relative;
	display: block;
}

div#Insideheader	{
	background-image: url(/images/Inside-Header.jpg);
	background-repeat: no-repeat;
	width: 1025px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	position: relative;
	display: block;
}

div#MenuContentWrapper	{
	width: 1025px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	position: relative;
	display: block;
}

/* ID LOGO AREA */
div#logoArea	{
	clear: both;
	width: 260px;
	height: 250px;
	float: right;
	position: relative;
}

/* ID ACTIVITY SEARCH BLOCK */

img#subheaderPic	{
	margin: 0px 0px 20px -21px;
	padding: 0px;
}

sup	{
	vertical-align: 0.5em;
	font-size: 0.7em;
}

/* IMG SETTINGS */
	a img {
		border: 0px;
	}

	img.paddingright {
		margin: 0px 0px 5px 10px;
	}

	img.paddingleft {
		margin: 0px 10px 5px 0px;
	}

	img.paddingrightborder {
		margin: 0px 0px 5px 10px;
		border: 1px solid #000000;
	}

	img.paddingleftborder {
		margin: 0px 10px 5px 0px;
		border: 1px solid #000000;
	}
	
.ImagePadding {
	margin: 0px 20px 5px 0px;
	border: 2px solid #6c831e;
}
	
/* END IMG SETINGS */

ul.floatleft	{ /* used for 2 column ul's */
	width: 500px;
}

ul.floatleft	li	{ /* used for 2 column ul's */
	float: left;
	width: 250px;
}

/* H-TAG SETTINGS */
h1 {
  color: #6c831e; background: none;
	font-size: 2em;
	padding: 0px;
}

h2 {
  color: #000000; background: none;
	font-size: 1.5em;
	letter-spacing:0.01em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3 {
  color: #000000; background: none;
	font-size: 1.125em;
	letter-spacing:0.01em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* END H-TAG SETTINGS */


.picborder{
	border: 1px solid #000000;
}

.floatRight	{
	float: right;
	margin: 1em 0 .05em 1em;

}

.floatLeft	{
	float: left;
	margin: 1em 1em .05em 0;
}

.border {
	border: 1px solid #000000;
}

.dottedline	{
	border-bottom: 4px dotted #000000;
}

