body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

	background-repeat:repeat-x;
	background-color:#E5A319;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
#centrecontainer
{
	width:558px;
	background-color:#FFFFFF;
}

#middlecontainer 
{
	width:777px;
	background-color:#FFFFFF;
	border-right: solid 1px #947932;
	height:100%;
}

.SkinBorder
{
	width:777px;
	background-color:#FFFFFF;
	border-right: solid 1px #947932;
	border-left: solid 1px #947932;
	/* border-bottom: solid 1px #947932; */
	height:100%;
}

.impact
{
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align:center;
	font-weight:bold;
	padding-top:15px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	
	color:#004881;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	
	color:#004881;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color:#004881;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link 
{
	color: #0000FF;
	text-decoration: none;
}

a:visited 
{
  color: #0000FF;
  text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}
#footer{
  font-size:11px;
  background-color:#FFFFFF;
  height:31px;
  border-right: solid 1px #947932;
  border-left: solid 1px #947932;
  border-bottom: solid 1px #947932;
}
#footer .copyright{
  font-size:11px;
  color:#ffffff;
  
  width:770px;
  height:25px;
  background-color:#004580;
  padding:0px 0px 0px 5px;
}
#footer .footerlinks{
  font-size:11px;
  color:#6b3e7b;
  text-align:right;
  text-decoration:none;
}
#footer .footerlinks a:hover{
  font-size:11px;
  color:#6b3e7b;
  text-align:right;
  text-decoration:underline;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: decimal;
	list-style-position: outside;
}

/* Skin Specific Classes */



/* ASP.Net Object Styles */

.GridViewHeader
{
	color: #FFFFFF;
	font-weight:bold;
	background-color: #024780;
}

.GridViewRow
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FBFBFB', EndColorStr='#EDECED');
	background-color: #FBFBFB;
	
}
.calendar a
{
	text-decoration: none;

}
.calendar a:hover
{
	text-decoration: underline
}

.divHidden
{
	visibility: hidden;
	/*/position: absolute;
	top: 20px; right: 50px; bottom: 20px; left: 50px  */
}

.divVisible
{
	visibility: visible;
	position:absolute;
	z-index:100;
	left:300px;
	top:224px;
}
.iframeHidden
{
	position: absolute; width: 215px; height: 66px; border:none;
	visibility:hidden;
}

.CenterBox
{
    text-align: center;
}