﻿*
{
	color: black;
	font-family: 'Georgia', 'Garamond', serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.5;
	outline-style: none;
/*	opacity: 0.5;	*/
}
html		/*		document root element		*/
{	
	width: 100%;
	height: 100%;
}
body		/*		document body		*/
{
	width: 100%;
	height: 100%;
	background: #E6E5C9 url(/images/body_bg.gif);
}

.selectedd
{
	color: #807D6E ! important;
}

#ContentMainCentered
{
	margin: 0 auto 0 auto;
	width: 700px;
	position: relative;
	background: url(/images/stripes.jpg) top left repeat-y;
	-webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 1);
}

#ContentVariable
{
	width: 680px;
	margin: 0 auto 30px auto;
}

#Header
{
	background: url(/images/top.jpg);
	height: 207px;
	width: 700px;
}

#Footer
{
	background: url(/images/footer.jpg);
	width: 680px;
	padding: 0 10px 0 10px;
	min-height: 38px;
}

#Copyright,
#SiteMapPath
{
	border: 1px solid #B6B599;
	background: url(/images/copyrightBG.png);
	padding: 2px;
}

#SiteMapPath
{
	text-transform: capitalize;
}

#ContainerNavTop
{
	width: 700px;
	height: 82px;
	background: url(/images/navTopBG.jpg);
}

#ContainerNavTop ul
{
	text-align: center;
	width: 100%;
	margin: 0 auto 0 auto;
	padding-top: 15px;
}

#ContainerNavTop ul li
{

	display: inline;
	list-style-position: inside;
	margin-left:5px;
	margin-right:5px;
}

#ContainerNavTop ul li a
{
	text-decoration: none;
	color: #B6B599;
	background: url(/images/navTopBullet.gif) no-repeat left center;
	padding-left: 18px;
	text-transform: uppercase;
	font-weight: 900;
}

#ContainerNavTop ul li a[href="/"]
{
	background: none;
	padding-left:0px;
}

#ContainerNavTop ul li a:hover
{
	text-decoration: underline;
	color: #D6D5B9;
}

.AspNet-TreeView-Selected a
{
	color: #AA6655;
	text-decoration: underline;
}

.captionGroup
{
	float: right;
	margin: 10px 0 10px 10px;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #C6C5A9;
}

.caption
{
	background-color: #E6E5C9;
	padding: 3px;
}

.odd
{
	background: #A9A48F;
}
.even
{
	background: #C0BAA3;
}

.shortpage
{
	min-height: 800px;
}

.submit
{
	font-size: 10px;
	border: 1px solid #35140B;
	cursor: pointer;
}

.errorText
{
	color: Red;
	font-weight:bold;
	font-style:italic;
}
.imgBorder
{
	border:1px solid #000000 !important;
	margin:8px;
}
/*----------------------------------------------------------------------*/
/*	BLOCK ELEMENTS ↓	*/
br		/*		forced line break		*/
{		}
blockquote		/*		long quotation		*/
{		}
div		/*		generic language/style container		*/
{		}
h1 span span,
h1		/*		heading		*/
{
	font-size: 200%;
	color: #713A01;
	background: #F6F5D9;
	border: 1px solid #FFFFFF;
	text-transform: uppercase;
	padding: 3px 0 3px 6px;
	margin: 0 0 10px 0;
}

h2		/*		heading		*/
{
	font-size: 140%;
	font-weight: 500;
}
h3		/*		heading		*/
{
	background-color:#E6E5C9;
	color:#351309;
	font-weight:bold;
	font-size:115%;
	clear: both;
}
h4		/*		heading		*/
{		}
h5		/*		heading		*/
{		}
h6		/*		heading		*/
{		}
hr		/*		horizontal rule		*/
{
	clear: both;
	height: 0px;
}
p		/*		paragraph		*/
{
	margin: 0 0 15pt 0;
}
pre		/*		preformatted text		*/
{		}

/*----------------------------------------------------------------------*/
/*	LIST ELEMENTS ↓	*/
dl		/*		definition list		*/
{ }
dt		/*		definition term		*/
{ margin-bottom:5px; font-weight:bolder; color:#990000;	}
dd		/*		definition description		*/
{ margin-bottom:15px; border:1px solid #330000; padding:4px; }
dfn		/*		instance definition		*/
{		}
li		/*		list item		*/
{		}
ol		/*		ordered list		*/
{		}
ul		/*		unordered list		*/
{	list-style-type: none;	}

/*----------------------------------------------------------------------*/
/*	TABLE ELEMENTS ↓	*/
caption		/*		table caption		*/
{		}
col		/*		table column		*/
{		}
colgroup		/*		table column group		*/
{		}
table		/*		table		*/
{		}
tbody		/*		table body		*/
{		}
td		/*		table data cell		*/
{		}
tfoot		/*		table footer		*/
{		}
th		/*		table header cell		*/
{		}
thead		/*		table header		*/
{		}
tr		/*		table row		*/
{		}

/*----------------------------------------------------------------------*/
/*	FORM ELEMENTS ↓	*/
button		/*		push button		*/
{		}
fieldset		/*		form control group		*/
{ border:1px solid #000000;	}
form		/*		interactive form		*/
{		}
input		/*		form control		*/
{ }
legend		/*		fieldset legend		*/
{ font-size:130%; font-weight:bolder; }
label		/*		label		*/
{ width:235px; text-align:right; }
optgroup		/*		option group		*/
{		}
option		/*		selectable choice		*/
{		}
select		/*		option selector		*/
{		}
textarea		/*		multi-line text field		*/
{		}


/*----------------------------------------------------------------------*/
/*	INLINE ELEMENTS ↓	*/
a		/*		anchor		*/
{		}
area		/*		client-side image map area		*/
{		}
cite		/*		citation		*/
{		}
code		/*		computer code fragment		*/
{		}
img		/*		embedded image		*/
{		}
map		/*		client-side image map		*/
{		}
object		/*		generic embedded object		*/
{		}
q		/*		short inline quotation		*/
{		}
samp		/*		sample program output, scripts, etc.		*/
{		}
span		/*		generic language/style container		*/
{		}

/*----------------------------------------------------------------------*/
/*	PHRASE ELEMENTS ↓	*/
em		/*		emphasis		*/
{	font-style: italic;	}
strong		/*		strong emphasis		*/
{		}
sub		/*		subscript		*/
{		}
sup		/*		superscript		*/
{		}