/* CSS Document */

/*****Basic Definitions*****/
body {
	font: 14px "Times New Roman", Times, serif;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

p, li { line-height: 1.4em; }


/*****Overide EqualHeights JS****/

#sideBar { height: 110px !important }

ul#nav, #sideBar {
	display: none;
}

