	body{
		background: #ffffff url("images/bg.jpg") repeat-x;
	}
	body, td, p{
		font : 14px Garamond, Arial, Helvetica, sans-serif;
	}

	a {
		color: #008285;
		text-decoration: underline;
		font-weight: bold;
	}
	a:hover {
		color: #000000;
	}

	td {
		background-color: #ffffff;
		color: #000000;
	}
	
	td.MainContent {
		background-color: #ffffff;
		color: #000000;
		padding:15px;
	}
	
	
	h1 {
		font : 18px ITC Garamond, Arial, Helvetica, sans-serif;
		color: #008285;
		font-weight:bold;
	}
	
	h2 {
		font : 16px Garamond Semibold, Garamond, Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight:bold;
	}
	h3 {
		font : 14px Garamond, Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight:bold;
		margin-top:-15px;
	}
	
	#subMenu {
		background-color: #99cdce;
		background: url("images/sidebg.jpg") repeat;
		height:100%;
		/*padding: 'padding-top' 'padding-right' 'padding-bottom' 'padding-left';
		padding: 15px 5px 15px 5px;*/
		padding:0px;
	}
	
	#subMenu div {
		padding: 2px 0px 15px 5px;
		
	}
	
	#subMenu h1 {
		font : 18px ITC Garamond, Arial, Helvetica, sans-serif;
		color: #ffffff
		font-weight:bold;
	}
	#subMenu a {
		color: #333333;
		text-decoration: none;
		font : 16px Garamond Semibold, Garamond, Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding-right:2px;
	}
	#subMenu a:hover {
		color: #008285;
	}
	#subMenu a.header {
		color: #ffffff;
		text-decoration: none;
		font-size: 20px;
		font : 18px ITC Garamond, Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
	
	#bookmarks ul {
		list-style-type: none;
		/*list-style-image:  url("images/nav_bullet.gif");*/
		margin-left:0px;
		padding-left:0px;
	}
	
	#bookmarks li { 
		margin-bottom: 5px;
		padding-bottom:3px;
		border-bottom: 1px solid white;
		margin-left:0px;
		padding-left:0px;
	}
	
	#subMenu ul {
		list-style-type: none;
		/*list-style-image:  url("images/nav_bullet.gif");*/
		margin-left:3px;
		padding-left:3px;
	}
	
	#subMenu li { 
		margin-bottom: 5px;
		padding-bottom:3px;
		border-bottom: 1px solid white;
		margin-left:3px;
		padding-left:3px;
	}
	
	.tagLineLeft {
		background-color: #008285;
		font-size:13px;
		padding: 15px 2px 15px 2px;
		color: white;
		font-weight:bold;
	}
	.tagLineRight {
		background-color: #99cdce;
		font-size:13px;
		padding: 15px 2px 15px 2px;
		font-weight:bold;
	}
	.designedBy {
		background-color: #99cdce;
		font-size:11px;
		padding: 15px 2px 15px 2px;
		font-weight:bold;
		color:#888888;
	}
	
.p-shadow {
  width: 90%;
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }
  
.flowleft {
	float: left;
	clear: left;
	margin: 0px 1.25em 0px 0px;
}
.flowright {
	float: right;
	clear: right;
	margin: 0px 1.25em 0px 0px;
}
	
a.top:link, a.top:visited, a.top:active    {text-decoration: none; color: #9db5c3; font-size: 10px; }
a.top:hover   { text-decoration: underline; color:  #9db5c3; font-size: 10px; }
