body{
	background-color: #FFFFCC;
	text-align: left;
	color: #000000;
}
#head{
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 5px;
}
#main{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
}
main p{
	
}
#side{
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#side a:link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}



#side a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
#footer{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFFFFF;
}
#footer a:visited {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFFFFF;
	text-decoration: none;
}
#footer a:link {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFFFFF;
	
}
#thicktabs{
	margin: 0;
	padding: 0;
	float: centre;
	font: bold 13px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
	float: left;
	color: black;
	padding: 8px 11px; /*padding of tabs*/
	text-decoration: none;
	background: transparent url(pics/pinkbg.gif) top right no-repeat;
	border-top: 1px solid #d3bdbe; /*top border style*/
	border-bottom: 3px solid #0099ff; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image: url(pics/pinkbgover.gif); /*background image swap on hover*/
}

