/*
Created By:		Matthew Tan
Last Updated:	May 22, 2008
*/

body {
}

h1, h2, h3, h4, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Kristen ITC", Arial, Helvetica, sans-serif; 
	/*font-family: "Kristen ITC", Arial, Helvetica, sans-serif; */
}

h1, h2 {
	/* text-transform: lowercase; */
	font-weight: normal;
	
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
	
}

h4 
{
	font-family: "Kristen ITC", Arial, Helvetica, sans-serif;
}

h4 {
	/* text-transform: lowercase; */
	font-weight: normal;
}

h4 {
	letter-spacing: -2px;
	font-size: 2.4em;
}


p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	
}

a:hover {
	text-decoration: none;
	color: red;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 0px 0 0 20px;
}

hr {
	display: none;
}
#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0px 4px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 90px;
	height: 47px;
	margin: 0 0 0 8px;
	padding: 0px 0 0 0;
	background: #ffffff url(images/tab_off1.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1em;
	/*font-weight: bold;*/
	color: #000000;
}

#menu a:hover, #menu .current_page_item a {
	background: #ffffff url(images/tab_on1.jpg) no-repeat;
	
}