@charset "UTF-8";
body  {
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bbb.gif);
	background-repeat: repeat-x;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #container {
	width: 945px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
} 
.gold {
	background-image: url(images/goldtile.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
.grr {
	background-image: url(images/green_tile.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/toptile.gif);
	background-repeat: repeat-x;
	text-align: right;
	
	overflow: hidden;
	margin: 0px;
	padding: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px !important;
	margin: 0px;
	overflow: hidden;
}
.ll {
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 190px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	overflow: hidden;
	width: 750px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
}
#nav {
	color: #333333;
	text-align: left;
	white-space: nowrap;
	margin: 0px;
	width: 100%;
	background-image: url(images/grad.gif);
	background-repeat: repeat-x;
	font-size: 70%;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
#nav a:link {
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#nav a:hover {
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#nav a:visited {
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	color: #005089;
}
.on {
	font-weight: bold;
	color: #333333;
}
#content {
	font-size: 75%;
	width: 100%;
	color: #666666;
	text-align: left;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-weight: normal;
	color: #05196F;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-left: 20px;
	text-transform: capitalize;
}
h2 {
	margin: 0px;
}
#content p {
	color: #666666;
	margin-top: 2px;
	line-height: 1.5;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 5px;
}
p {
	margin: 0px;
}
.broke {
	background-color: #A0BA8A;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#content h2 {
	font-size: 100%;
	font-weight: bold;
	text-transform: capitalize;
	color: #3E7F32;
	margin-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 1.5;
}
#content li {
	line-height: 1.4;
}
.manage {
	background-color: #BC944A;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#content ul {
	padding-left: 20px;
	display: block;
	margin-left: 20px;
}
.lav {
	background-color: #FFFFFF;
	background-image: url(images/lav_tile.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.staff {
	line-height: 11px;
	color: #000099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.staff p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contentsm {
	width: 325px;
	color: #333333;
	text-align: left;
	font-size: 90%;
	background-color: #EEEEEE;
	vertical-align: top;
}
#contentsm h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding-bottom: 3px;
	text-align: left;
	color: #65943E;
}
#contentsm h2 {
	font-size: 105%;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	line-height: 1.3;
	background-color: #868686;
	margin: 0px;
}
#contentsm p {
	color: #666666;
	margin-top: 1px;
	line-height: 1.4;
	margin-bottom: 4px;
	text-align: left;
}
#contentsm ul {
	list-style-type: none;
	line-height: 1.1;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#contentmm {
	color: #333333;
	text-align: center;
	line-height: 1;
	font-size: 90%;
	background-color: #585858;
}
#contentmm h2 {
	font-size: 110%;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align: left;
	line-height: 1.3;
}
.ll {
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.pp {
	padding-top: 0px;
	vertical-align: top;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
ul {
	margin: 10px;
}
.top {
	background-image: url(images/toptile.gif);
	background-repeat: repeat-x;
}
.center {
	margin-left: 40px;
}
.toplink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #6666CC;
	padding-left: 300px;
}
.width {
	width: 550px;
	color: #004372;
	line-height: 1.4;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	vertical-align: top;
}
.move {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.bigi {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color: #4C6880;
	line-height: 1.2;
}
.sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: .6;
	color: #818181;
}
.gg {
	background-color: #ACB36F;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.border {
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
a {
	color: #005089;
}
.itt {
	font-style: italic;
	color: #7BA45A;
	margin: 0px;
	font-size: 90%;
	font-weight: bold;
}
