/* @override 
	http://bearcreek.82nwoodstock/theme/default/default.css
	http://bearcreek.82nwoodstock/theme/default/default.css
*/

body {
	margin: 0px;
	padding: 0px;
	font: small Georgia, "Times New Roman", Times, serif;
	background-color: #6b7878;
}
* html body {
	font-size: x-small;
	f\ont-size: small;	
}

/**
 * Ancors
 */
a {
	color: #ff5f00;
}
.highlighted {
	color: #666666;
}

/**
 * page parts
 */

#container {
	background: white;
	width: 900px;
	margin: auto;
	padding: 0px;
	color: #666666;
}

#header {
	//background-color: #adadad;
	background-image: url(/theme/default/images/j_header.jpg);
	height: 190px;
	font-size: 150%;
	margin: 0px;
}

#topNav {
	background-color: #4b5757;
	margin-right: 0px;
	padding-right: 10px;
	height: 30px;	
	font-variant: small-caps;
}
#topNav a {
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}
#topNav ul {
	margin: 0px;
	padding-top: 5px;
	list-style-type: none;
	font-size: 120%;
}
#topNav li {
	background-color: #737d7c;
	float: right;
	margin-left: 10px;
	text-align: center;
}
#topNav .bold {
	font-weight:bold;
}
#topNav div {
	clear: both;
}

#sideBarLeft {
	background-color: white;
	float: left;
	width: 270px;
	margin-left: 20px;
}
#sideBarLeft ul {
	list-style-type: none;
}

#sideBarRight {
	display: none;
	background-color: #ddd;
	float: right;
	width: 200px;
	margin: 0px;
}

#bodyContent {
	background-color: white;
	padding-left: 50px;	
	margin-left: 270px;
	margin-right: 20px;
}

#bodyContent ul {
	list-style-type: circle;
}

#footer {
	clear:both;
	background-color: white;
	border-top: 1px solid #8b8d98;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 75%;
}







/**
 * Forms
 */
input, textarea {
	border: 1px solid black;
}

.formLabel {
	float: left;
	text-align: right;
	width: 100px;
}

.formControl {
	float: right;
	width: 200px;
}

.formRow {
	clear: both;
	padding-top: 5px;
}

.spacer {
	clear: both;
	height: 20px;
}

fieldset {
	background-color: #d3d3d3;
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	width: 320px;
}

legend {
	border: 1px solid black;
	background: yellow;
	margin-left: 20px;
}











/**
 * Headings and paragraphs
 */
p {
	text-align: justify;
}

.wrapLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.wrapRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

h1 {
	font-weight: normal;
}

.p1 {

}


h2 {
	border-bottom: 1px solid #8b8d98;
	font-weight: normal;
}

.p2 {

}


h3 {
	border-bottom: 1px solid #8b8d98;
	font-weight: normal;
}

.p3 {
}


h4 {
	border-bottom: 1px solid #8b8d98;
	font-weight: normal;
}

.p4 {

}

