﻿body {
	padding: 0;
	margin: 10px 10px 0 10px;
	background-color: #2D432E;
	text-align: center;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	color: #5C350D;
}
img {
	border-color: #5C350D;
}
#container {
	width: 710px;
	margin: auto;
	text-align: left;
}
#leftColm {
	width: 185px;
	float: left;
}
#rightColm {
	width: 515px;
	float: right;
}
#whiteBox {
	padding: 4px;
	margin-bottom: 10px;
	background-color: #FFF;
}
/*----------HEADER----------*/
#rightHeader {
	height: 36px;
	text-align: right;
	border: 1px solid #5C350D;
	text-transform: uppercase;
}
#rightHeader img {
	float: left;
}
#topNav {
	font-size: 8px;
	font-weight: bold;
	padding-right: 4px;
	position: relative;
	left:0;
	top:24px;
}
#topNav a {
	color: #5C350D;
	text-decoration: none;
}
#topNav a:hover {
	color: #0E7B42;
	text-decoration: none;
}

#leftHeader {
	text-align: center;
	line-height: 36px;
	border: 1px solid #5C350D;
}
#leftBugs {
	text-align: center;
	padding: 5px;
	border: 1px solid #5C350D;
}
/*----------/HEADER----------*/

/*----------SIDE NAV----------*/
#sideNav {
	padding: 0;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #BEC3B6;
	border: 1px solid #5C350D;
}
#sideNav ul {
	margin: 0;
	padding: 0 0 3px 0;
	list-style-type: none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#sideNav li a {
	display: block;
	width: 173px;
	height: 28px;
	line-height: 28px;
	color: #0E7B42;
	text-decoration: none;
	background-color: #E2E3D8;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #BEC3B6;
}
#sideNav li a:hover {
	display: block;
	width: 173px;
	height: 28px;
	line-height: 28px;
	color: #5C350D;
	text-decoration: none;
	background-color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #BEC3B6;
}
#sideNav a span {
	padding-left: 10px;
}
#login {
	text-align: center;
	border: 1px solid #5C350D;
	background: url('images/keyboard.jpg') no-repeat center;
	font-family: verdana, arial, sans serif;
	font-size: 10px;
}
#login table {
	font-family: verdana, arial, sans serif;
	font-size: 10px;
}
#login table span.links {
	float: left;
	margin-top: 6px;
}
#login table a {
	color: #5C350D;
	text-decoration: underline;
}
/*----------/SIDE NAV----------*/

/*----------CONTENT----------*/
#midImg {
	text-align: center;
	border: 1px solid #5C350D;
}
#content {
	padding: 8px;
	line-height: 150%;
	border: 1px solid #5C350D;
}
#content table {
	/*width: 95%;*/
	font-family: verdana, arial, sans serif;
	font-size: 11px;
}
#content a {
	color: #157B44;
	text-decoration: none;
}
#content a:hover {
	color: #5C350D;
	text-decoration: underline;
}
span.title {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 14px;
	color: #157B44;
	font-weight: bold;
	text-transform: uppercase;
}
span.subTitle {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
	color: #5C350D;
	font-weight: bold;
	text-transform: uppercase;
}
/*----------/CONTENT----------*/