/* CSS Tradition Development */

html,body {
	height: 100%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 24px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 24px;
	margin: 0px;
	font-weight: lighter;
	color: #4F0F0E;
}
h2 {
	font-size: 18px;
	margin: 0px;
	font-weight: lighter;
	color: #4F0F0E;
}
h3 {
	font-size: 16px;
	margin: 0px;
	font-weight: lighter;
	color: #4F0F0E;
}
h4 {
	font-size: 14px;
	margin: 0px;
	font-weight: lighter;
	color: #4F0F0E;
}
/* ************************************** boxes-containers */
#navContainer {
	background-image: url(../images/redStripe_bgndTile.gif);
	background-repeat: repeat;
	background-position: top right;
	height: 100%;
}
#contentContainer {
	background-image: url(../images/topDots_bgndTile.gif);
	background-repeat: repeat-x;
	height: 100%;
}
#navBox {
	width: 210px;
	margin-right: 16px;
}
#pageTitleBox {
	padding-top: 34px;
	margin-left: 35px;
	height: 105px;
}
.bottomBorder {
	padding-bottom: 5px;
	border-bottom: thin dotted #333333;
	border-bottom-width: 1px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.oneColumn {
	width: 730px;
	margin-left: 35px;
}
.rightBorderBox {
	border-right-width: 1px;
	border-right-style: dotted;
	padding-right: 15px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.leftBorderBox {
	border-left-width: 1px;
	border-left-style: dotted;
	padding-left: 20px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.smaller {
	font-size: 9px;
	line-height: 16px;
}
#footerBox {
	padding-top: 10px;
	border-top: thin dotted #333333;
	border-top-width: 1px;
	text-align: right;
	width: 760px;
	margin-top: 35px;
}
/* ************************************** general links */
a, a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
/* ************************************** h4 links */
h4 a, h4 a:link, h4 a:visited, h4 a:active {
	color: #4F0F0E;
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
	color: #4F0F0E;
}