/* Strong style */
	    body
	      {
		margin-top: 0;
		margin-left: 0;
		padding-top: 0;
		padding-left: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	      }

	   hr
	      {
		border: 0;
		height: 2px;
		width: 500px;
		background-color: #55c728;
		color: #55c728;
	      }

	   #container
	      {
		border-bottom: 4px solid #f1f1f1;
		border-left: none;
		border-right: 1px solid black;
		border-top: none;
		width: 760px;
		min-height: 350px;
	      }


	   img.topleftlogo
	      {
		margin-left: 20px;
		float: left;
	      }

	   img.middlelinknavarea
	      {
		margin-left: 20px;
	      }


	   #header
	      {
		background-image: url(../images/top_left_margin.gif);
		background-repeat: repeat-y;
		color: #70D3FA;
		font-family: "Lucidia Grande", Verdana, Arial;
		font-size: 20px;
		margin-top: 0;
		padding-top: 0;
		width: 100%;
	      }

	   #content
	      {
		color: black;
		font-size: 12px;
		font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
		margin: 10px 3px 5px 35px;
	      }

	   #content div.showcase
	      {
		float: left;
		margin-right: 10px;
	      }

/* End of strong styles */
/* Weak styles */

	   #content h2
	      {
		color: #003366;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 24px;
	      }

	   #content h2.sr
	      {
		color: red;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 24px;
	      }

	   #content h3
	      {
		color: #666666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
	      }

	   #content h3.info
	      {
		border-left: 5px solid #70D3FA;
		padding-left: 20px;
	      }

	   #content h2.about
	      {
		border-left: 5px solid #70D3FA;
		color: #666;
		font-size: 15px;
		font-weight: normal;
		margin-top: 30px;
		padding-left: 20px;
	      }

	   #content span.boldtext
	      {
		font-weight: bold;
		font-style: italic;
	      }

	   #header #title
	      {
		color:#bfebae;
		font-size: 24px;
		display: block;
	      }

	   #header #title_sub
	      {
		color: #55c728;
		font-weight: bold;
		font-size: 72px;
	      }
	   #header #title_sub_bold
	      {
		font-weight: bold;
		font-style: italic;
	      }

	   #content table.lists
	      {
		width: 600px;
		border: 1px solid black;
	      }

	   #content table.lists td.lists_top
	      {
		color: blue;
		width: 150px;
		background-color: #fafafa;
		border: 2px solid white;
		margin-top: 0px;
		padding-top: 0px;
	      }

	   #footer
	      {
		clear: both;
		margin-top: 50px;
	      }

	   span.miscInfo
	      {
		background-color: #F1F3F9;
		font-size: 12px;
	      }

	   span.miscInfo:hover
	      {
		background-color: white;
	      }

/* End of weak styles */

/* Link styles */

a:link, a:visited
{
		color: #003366;
		font-size: 14px;
		text-decoration: none;
}

a:hover
{
		color: #FF6600;
		text-decoration: none;
}

/* End of link styles */