body {  
	margin-top: 0px;
	background-image: url(../images/background.gif);
	}
	

a { 
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border: 0px;
}


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




#page {	
	position: absolute;
	top: 0px;
    left: 50%;
    background-color: #FFF;
    border: 0px black solid;
	margin-left:-355px;
	margin-top: 5px;
	width: 720px;
	min-height: 720px;
	height: inherit;
	visibility: visible;
	display: block;
}

#pagecal {	
	position: absolute;
	top: 0px;
    left: 50%;
    background-color: #fff;
    border: 0px black solid;
	margin-left:-355px;
	margin-top: 5px;
	width: 720px;
	padding: 0px 0px 5px 0px;
	visibility: visible;
	display: block;
}




#title {
	position: absolute;
	top: 0px;
    background: black url(./images/chiptitle.jpg) no-repeat;
    background-color: #fff;
	width: 720px;
	height: 137px;
	visibility: visible;
	display: block;
}



#headerlinks {
	position: absolute;
	top: 115px;
    font-family: Gill Sans, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #036; 
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	text-decoration: none;
	visibility: visible;
	display: block;
}

#headerlinks a {
	font-family: Gill Sans, sans-serif; 
	font-size: 13px; 
	font-weight: normal;
	text-align: center;
	color: #036; 
	text-decoration: none;
}

#headerlinks a:hover {
	font-family: Gill Sans, sans-serif; 
	font-size: 13px; 
	font-weight: normal;
	text-align: center;
	color: #000066; 
	text-decoration: underline;
}

#pagecontent {
	position: absolute;
	top: 137px;
    background-color: #fff; 
	width: 720px;
	min-height: 517px;
	padding-bottom: 15px;
	visibility: visible;
	display: inline;

}




#chipbody {
	position: relative;
	top: 0px;
	left: 0px
    background-color: #fff;
    font-family: Gill Sans, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000;
	text-decoration: none;
	width: 500px;
	height: inherit;
	min-height: 400px;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 0px;
	float: left;
	visibility: visible;
	display: block;	
}


#chipbody h1 {
    font-family: Gill Sans, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	line-height: 13px;
	margin: 0px;
	padding: 5px:
	color: #666; 
	text-decoration: normal;
	
}



#chipbody h2 {
    font-family: Gill Sans, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	line-height: 13px;
	margin: 0px;
	padding: 10px 0px 5px;
	color: #f33; 
	text-decoration: underline;
	
}

#chipbody h3 {
    font-family: Gill Sans, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	line-height: 13px;
	margin: 0px;
	padding: 10px 0px 5px;
	color: #000; 
	text-decoration: underline;
	
}

#chipbody p {
    font-family: Gill Sans, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 15px;
	margin: 0px;
	padding: 5px 0px 0px;
	text-align: justify;
	color: #000; 
	text-decoration: none;
}

#chipbody a {
    font-family: Gill Sans, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	color: #00f; 
	border: 0px;
	text-decoration: none;
}

#chipbody a:hover {
	font-family: Gill Sans, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #000066; 
	text-decoration: underline;
	border: 0px;
}


#chipbody img {
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 7px;
    float: left;
    border: 0px;
}

#chipbody ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#chipbody li {
	padding: 0px;
	margin: 2px 0px 0px 10px;
	line-height: 13px;
}

#chipbody hr {
	border: 0;
	color: #C3C1CB;
	background-color: #C3C1CB;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	width: 95%;
}


#calendar {
	position: relative;
	float: right;
	top: 12px;
	left: 0px;
	width: 175px;
	min-height: 200px;
	height: inherit;
	text-align: center;
	padding: 0px;
	margin-right: 10px;
	visibility: visible;
	display: inline;
 
}


#calendar a {
    font-family: Gill Sans, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #0000ff; 
	text-decoration: none;
	border: 0px;
	
}

#calendar a:hover {
	font-family: Gill Sans, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #ff3300; 
	text-decoration: none;
	border: 0px;
}

#calendar hr {
	border: none 0; 
	border-top: 1px dashed #000;/*the border*/
	width: 95%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


