body 
{
	margin: 0px;
	font-family: arial;
	font-size: 10px;

}

a
{
        color: black;
}

a:hover
{
  color: #B0356A;
}

li
{
	font-size: 12px;
}

#logged_in_message
{
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

#header_strip
{
	width: 992px;
	height: 33px;
	background-color: #e6e6e6;
}

#header_nav
{
	font-family: arial;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

div#main
{
  width: 1000px;
}

a#a_logo
{
	float: left;
	padding-top: 9px;
	padding-left: 17px;
}


div#shell1
{
  width: 998px;
}

div#shell2
{
  float: left;
  background: url(/images/shadow_right.png) repeat-y right;
}


div#top_right_shadow
{
	background-image: url(/images/shadow_top_right.png);
	width: 8px;
	height: 8px;
    font-size: 3px;
	left: 993px;
	z-index: 100;
	float: left;
	position: absolute;
}

div#bottom_shadow
{

  background-image: url(/images/shadow_bottom.png);
  width: 999px;
  height: 7px;
  font-size: 7px;
  clear:both;
  z-index: -1;
}

div#footer
{
clear:both;
   font-family: arial;
   font-size: 10px;
   margin-top: 4px;
   padding-top: 5px;
   padding-bottom: 3px;
}

span#footer_left
{
 margin-left: 20px;
}

span#footer_left a
{
  text-decoration: none;
  color: black;
}

span#footer_left a:hover
{
  text-decoration: underline;
  color: #B0356A;
}


span#footer_right
{
  float: right;
  margin-right: 20px;
}

div#top_nav
{
   text-align: center;
   float: left;
   margin-top: 75px;
   margin-bottom: 3px;
   margin-left: 19px; 
}

div#top_nav td a
{
  font-family: arial;
  text-decoration: none;
  font-size: 12px;
  color: #6f6f6f;
  padding: 5px;
  padding-right: 31px;
  padding-left: 31px;
  white-space: nowrap;
}


div#top_nav td a:hover
{
  background-color: #e6e6e6;
}

div#top_nav td a.active
{
	font-weight:bold;
	color: black;
}

/* account module */

div#account_login_module
{
   width: 203px;
   height: 351px;
   float: left;
   padding-left: 10px;
   color: #6f6f6f;
}

div.title
{
  font-size: 12px;
  font-weight: bold;
  color: #6f6f6f;
}

div.title a
{
  text-decoration: none;
  color: #6f6f6f;
}

div.subtitle
{
  padding-top: 10px;
  padding-bottom: 10px;
}

div#account_login_module hr 
{
	border: 0;
	color: #e6e6e6;
	background-color: #e6e6e6;
	height: 1px;
	margin-top: 0px;
}


div#account_login_module input.text
{
  margin-top: 3px;
  font-size: 10px;
  color: black;
  display: block;
  text-align: center;
  width: 171px;
  margin-left: 10px;
  height: 13px;
  padding-top: 4px;
}


div.account_module_link 
{
  margin-bottom: 10px;  
}

div.account_module_link a
{
   color: #6f6f6f;
}


div.account_module_link a:hover
{
   color: #B0356A;
}

form#login div
{
  padding: 10px;
}

a#href_login
{
   color: #6f6f6f;
}

a#href_login:hover 
{
   color: #B0356A;
}


div#body_content
{
  float:left;
  width: 770px;
}

div#top_red_line
{
  width: 758px;
  height: 2px;
  background-color: #b0356a;
  margin-left: 17px;
  font-size: 2px;
}

div#bottom_green_line
{
  width: 758px;
  height: 2px;
  font-size: 2px;
  background-color: #779665;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 17px;
}

h1,h2
{
  position: relative;
  color: #B0356A;
  font-size: 18px;
  margin-left: 17px;
  margin-top: 5px;
  width: 755px;
  font-weight: normal;
}

h2
{
	font-size: 14px;
}

h3
{
  position: relative;
  font-size: 12px;
  font-weight: normal;
  margin-left: 17px;
  margin-top: 15px;
  width: 755px;
  color: black;
}

p
{
	color:black;
	font-size: 12px;
	margin-left: 17px;
	margin-top: 15px;
	width: 755px;
}

div#body_text
{
	width:755px;
}

div#header_nav a
{
  text-decoration: none;
  color: black;
}

div.errormessage
{
	color: red;
	margin-bottom: 10px;
	width: 170px;
}

div.errormessage a
{
	font-weight: bold;
	color: blue;
}

h2.black, h4
{
	color:black;
	font-weight: bold;
	font-size: 12px;
	margin-left: 17px;
	margin-top: 15px;
}


div.star, span.star
{
	color: #B0356A;
	font-size: 14px;
	display: inline;
}



/* clearfix hack - should be last thing in file*/
/* SPECIAL CONDITIONS  ----------------------------------------------------------------------*/

/* updated version of clearfix with IE7 support, taken from http://5thirtyone.com/archives/539  */

.clearfix:after {
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


 */