/* CSS Document */

/*INDEX*/
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.top {
	height: 100px;
}
.top a {
	color: #464646;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.top a:hover {
	color: #87272B;
}
.linkHolder {
	height: 30px;
}
.bannerHolder {
	height: 120px;
}
.contentHolder {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}
.contentHolder a {
	color: #87272B;
}
.contentHolder a:hover {
	color: #FF0000;
	text-decoration: none;
}
.footerHolder {
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
}
.footerHolder a {
	color: #87272B;
	text-decoration: none;
}
.footerHolder a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/*CONTENT BOX*/

.leftBracket {
	width: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
}
.leftBracket2 {
	width: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
}
.leftBracketTop {
	width: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
}
.rightBracket {
	width: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
}
.rightBracketTop {
	width: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
}
.contactBox {
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 18px;
}
.mainCopy {
	padding-top: 20px;
	padding-bottom: 20px;
}
.sublinkHolder {
	width: 20%;
	line-height: 18px;
}
.sublinkHolder a {
	text-decoration: none;
}
.sublinkHolder a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.sublinkHolder li {
	list-style-type: square;
}
.mainCopyHolder {
	padding-left: 10px;
}
h1 {
	font-size: 16px;
	color: #333333;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	padding-left: 2px;
	padding-bottom: 2px;
}
h2 {
	font-size: 13px;
	color: #666666;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e0e0e0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #e0e0e0;
	padding-left: 2px;
	padding-bottom: 2px;
}
.name {
	color: #87272B;
}
input,textarea,select {
	background-color: #EBEBEB;
	border: 1px solid #666666;
}
.submit {
	background-color: #7C0606;
	color: #FFFFFF;
}
.govBox {
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
}
