/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
	height: 100%;
	overflow:scroll;
}

body{
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;       
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 100%;
	font-size: 80%;
}

a{
	color: #0000FF;
	text-decoration: underline;
}

a:link{
	color: #0000FF;
	text-decoration: underline;
}

a:visited{
	color: #0000FF;
	text-decoration: underline;
}

a:hover{
	color: #0000FF;
	text-decoration: none;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 140%;
	color: #990000; 
	margin: 0px;
	padding: 0px;
	text-align: center;
}

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
	list-style-type: none;
}

label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55; 
}

/*************************************************/
/** Layout Divs **********************************/
/*************************************************/

#wrapper{
	width: 1000px;
}

#header{
	width: 1000px;
	height: 148px;
	background-image: url(../images/web/header.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#logo{
	padding: 10px 5px 5px 5px;
	width: 1000px;
	text-align: center;
}

#centerColumn{
	width: 1000px;
	background-image: url(../images/web/content.png);
	background-position: top center;
	background-repeat: repeat-y;
}

#location{
	width: 1000px;
	text-align: center;
}

#breadCrumb{
	padding: 5px 5px 5px 70px;
	width: 1000px;
	text-align: left;
}

#content{
	width: 1000px;
	text-align: center;
}

#footer{
	clear: both; 
	font-size: 90%;
	background-image: url(../images/web/footer.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 1000px;
	height: 55px;
}

#copyRight{
	padding: 3px 30px 3px 30px;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
}

/*************************************************/
/** google table *********************************/
/*************************************************/

#google{
	width: 1000px;
	text-align: center;
}

/*************************************************/
/** content tables *******************************/
/*************************************************/

.contentBackGroundTable{
	color: #000000;
	border: 0px; 
	border-style: solid; 
	border-width: 1px; 
	border-collapse: collapse; 
	border-color: #000000;
	border-color: #999999;
	background-color: #FFFFFF;
	width: 100%;
	text-align: left;
}

.contentBackGroundCell{
/*	font-family: Arial,sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#000000;
	text-align: left;
	vertical-align: top;
	padding: 15px 15px 15px 15px;
}


