/* body and scroll bar */
body {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #747474;
}

a {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #006498; 
	text-decoration: underline;
}

a:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #EB3E3E; 
	text-decoration: underline;
}

p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #747474;
}

td {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #747474;
}

ul {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #747474;
	line-height : 18px;
	list-style : square;
}


/* Headers and Text Styles */

.pageSubheader {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #9BBDDE;
}

.pageSubheaderMain {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 13px;


}

#pageHeader
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 25px;
	font-weight:500;
	color : #699BCD;
	letter-spacing: 0.01em
	text-decoration: underline
}

.pageHeadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bold;
	color: #4894BB;
}

.footer {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #747474;
	line-height : 14px;
}

.hasEvent{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #747474;
	font-weight: bold;
	
}
.hasEvent:a{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #747474;
	font-weight: bold;
	
}







#Layer1 {
	position:			absolute;
	width:				170px;
	height:				332px;
	left: 				50%;
	top: 				130;
 	z-index:			1;
	margin-left: 		210px;
}

.tdgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	background-color : #f3f3f3;
	cursor: hand;
}


.tableHeader {
	background : #9BBDDE;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	text-align : center;
	padding : 6px 6px 6px 6px;
}

.tableText {
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	padding : 6px 6px 6px 6px;
}

/* Links */

a.subMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding : 5px 3px 5px 10px;
	text-decoration: none;
}

a.subMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding : 5px 3px 5px 10px;
	text-decoration: none;
}


/* FORM */

.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background: #9BBDDE;
	width:100px;
	height:20px;
	border: 1px outset #d6d6d6;
	font-weight : bold;
}

.textBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #676767;
	border : 1px inset #d6d6d6;
}

.adminTable{
	border: 1px solid black;	
	background: #eeeeee;
	
}


/* Button Styles */


//Style4
.w3cbutton4 {
  font-family: arial,sans-serif;
  font-size: 12pt;
  font-weight: 600;
  text-align: center;
  

}

.w3cbutton4 a {
  display: block;
  padding: 2px 15px 2px 15px;
}


.w3cbutton4 a:link,
.w3cbutton4 a:visited,
.w3cbutton4 a:hover {
  background-color: #fff;
  color: #888888;
  text-decoration: none;
}


.w3cbutton4 a:link,
.w3cbutton4 a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}


.w3cbutton4 a:hover {
  color: #fff;	
  background-color: #6799CC;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  text-decoration: none;
}



.w3cbutton4 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}


//Style3

.w3cbutton3 {
  font-family: arial,sans-serif;
  font-size: 14pt;
  font-weight: 600;
  text-align: center;
  

}

.w3cbutton3 a {
  display: block;
  padding: 2px 15px 2px 15px;
}


.w3cbutton3 a:link,
.w3cbutton3 a:visited,
.w3cbutton3 a:hover {
  background-color: #6799CC;
  color: #FFF;
  text-decoration: none;
}


.w3cbutton3 a:link,
.w3cbutton3 a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}


.w3cbutton3 a:hover {
  color: #6799CC;	
  background-color: #FFF;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  text-decoration: none;
}



.w3cbutton3 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}



/* W5 button Styles */
.w3cbutton5 {
  font-family: arial,sans-serif;
  font-size: 14pt;
  font-weight: 600;
  text-align: center;
  

}

.w3cbutton5 a {
  display: block;
  padding: 2px 15px 2px 15px;
}


.w3cbutton5 a:link,
.w3cbutton5 a:visited,
.w3cbutton5 a:hover {
  background-color: #6799CC;
  color: #FFF;
  text-decoration: none;
}


.w3cbutton5 a:link,
.w3cbutton5 a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}


.w3cbutton5 a:hover {
  color: #6799CC;	
  background-color: #FFF;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  text-decoration: none;
}



.w3cbutton5 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}


//Style6

.w3cbutton6 {
  font-family: arial,sans-serif;
  font-size: 14pt;
  font-weight: 600;
  text-align: center;
  

}

.w3cbutton6 a {
  display: block;
  padding: 2px 15px 2px 15px;
}


.w3cbutton6 a:link,
.w3cbutton6 a:visited,
.w3cbutton6 a:hover {
  background-color: #006498;
  color: #FFF;
  text-decoration: none;
}


.w3cbutton6 a:link,
.w3cbutton6 a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}


.w3cbutton6 a:hover {
  color: #006498;	
  background-color: #FFF;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  text-decoration: none;
}



.w3cbutton6 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}


#imgLeft{
	float:left;
	padding: 0px 15px 10px 0px;
	}