a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666666;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;



}
a.navlinks:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	word-spacing: normal;
	text-align: center;



}
a.navlinks:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;




}
a.navlinks:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;


}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	padding-top: 5px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 0px;
	padding-bottom: -15px;






}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;


}
input , textarea {
	font-size: 10pt;
	color: #505050;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	font-weight: bold;

}
/*this is to enlarge the text box when typing into it--!>*/
input:focus,  textarea:focus  {
	border:1px solid #CCCCCC;
	background-color: #CCCCCC;
	font-weight: bold;
	color: #666666;

 }  .navbar {
	text-align: left;
	font-weight: bold;
	color: #999999;


}
.blacktext {
	color: #000000;
}
hr {
	color: #284361;

}
.bottombar {
	background-image: url(../images/bottommain.png);
	background-repeat: repeat-x;
	width: 110%;
	text-align: center;
	margin-left: -5%;
	padding-bottom: 50px;
	padding-top: 20px;
	margin-bottom: -15px;
	background-color: #e4eede;

}
.textgreen {
	font-weight: bold;
	color: #65a312;
}
.whitetext {
	font-weight: bold;
	color: #FFFFFF;
}
.textorange {
	font-weight: bold;
	color: #d07000;
}
.bottombarorange {
	background-image: url(../images/orangebottom.jpg);
	background-repeat: repeat-x;
	width: 110%;
	text-align: center;
	margin-left: -5%;
	padding-bottom: 50px;
	padding-top: 20px;
	margin-bottom: -15px;
	background-color: #FFFFFF;

}
.bottombarblue {
	background-image: url(../images/bluebottom.jpg);
	background-repeat: repeat-x;
	width: 110%;
	text-align: center;
	margin-left: -5%;
	padding-bottom: 50px;
	padding-top: 20px;
	margin-bottom: -15px;
	background-color: #FFFFFF;

}
.bottombarred {
	background-image: url(../images/redbottom.jpg);
	background-repeat: repeat-x;
	width: 110%;
	text-align: center;
	margin-left: -5%;
	padding-bottom: 50px;
	padding-top: 20px;
	margin-bottom: -15px;
	background-color: #FFFFFF;



}
.bottombaryellow {
	background-image: url(../images/yellowbottom.jpg);
	background-repeat: repeat-x;
	width: 110%;
	text-align: center;
	margin-left: -5%;
	padding-bottom: 50px;
	padding-top: 20px;
	margin-bottom: -15px;
	background-color: #FFFFFF;

}
.textblue {
	font-weight: bold;
	color: #126dc4;
}
.redtext {
	font-weight: bold;
	color: #b70004;
}
.yellowtext {
	font-weight: bold;
	color: #7905a8;
}
.page {
	background-color: #FFFFFF;
	padding: 11px;
}
.bottomwithtext {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px 0px 0px -22px;
	padding: 5px;
	width: 110%;

}
.curvetop {
	background-image: url(../images/1000top.png);
	background-repeat: no-repeat;
}
.curvebottom {
	background-image: url(../images/1000bottom.png);
	background-repeat: no-repeat;
}

.expand {
	cursor: pointer;
	margin: 1em 0 0 0;
	padding: .5em 0 .5em 2em;
	background: url(../images/arrow-down.gif) no-repeat 1% 50%;
	border: 1px black solid;
}
.collapse {
	margin: 0;
	padding: 0;
}
.righbox {
	clear: none;
	float: right;
}
.roundedcorner {
	-moz-border-radius:12px 12px 12px 12px;
	-webkit-border-radius:12px 12px 12px 12px;
	border-radius:12px 12px 12px 12px;
}
