@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #800080; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	margin: 0;
}
.oneColFixCtr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.oneColFixCtr  #middleSection {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #footer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
.oneColFixCtr #header {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}




.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #FF7802;
}
.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #FF7802;
}
.content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
small {
	font-size: xx-small;
}

.content a {
	color: #FF7802;
	text-decoration: none;
}
.content a:hover {
	color: #CC0000;
}

.rightColumn {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCE80A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.ten-space-left-right {
	margin-right: 10px;
	margin-left: 10px;
}

#middleSection .content hr {
	border: 1px dashed #CCE80A;
}

.oneColFixCtr #container #middleSection .rightColumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF7802;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCE80A;
}

.oneColFixCtr #container #middleSection .rightColumn ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtr #container #middleSection .rightColumn li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCE80A;
}

.oneColFixCtr #container #middleSection .rightColumn a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF6600;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.oneColFixCtr #container #middleSection .rightColumn a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	background-color: #CCE80A;
}


.leftshadow    {
	background-image: url(../images/left-shadow.jpg);
	background-repeat: repeat-y;
}
.rightshadow     {
	background-image: url(../images/right-shadow.jpg);
	background-repeat: repeat-y;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.tableHead {
	color: #FFFFFF;
	background-color: #FF6600;
	font-size: small;
	font-weight: bold;
}
.tableEven {
	background-color: #FFEDA4;
}
.spacebelow {
	margin-bottom: 20px;
}
.inputWidth {
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.bigOrange {
	font-size: large;
	color: #FF7802;
}
.thespacebelow {
	margin-bottom: 10px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
.imageFrameSpaced {
	margin: 5px;
	padding: 1px;
	border: 1px solid #FF7802;
}
.table_border {
	border: 1px solid #F60;
	background-color: #FFF;
	padding: 1px;
}
