body	{
	background: #f60d0d;
	color: #000;
	font-family: "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-size: 88%;
	margin: 0;
	padding: 0;
	}
	
h1	{
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	}

p	{}

a:link		{color: #666; text-decoration: none;}
a:visited	{color: #000; font-weight: bold; text-decoration: none;}
a:hover		{color: #666; text-decoration: none;}
a:active		{color: #666; text-decoration: none;}

.whitetext	{color: #FFF;}
.redtext		{color: #c00;}

.cantseeme	{visibility: hidden;}

.noborder	{border: 0px;}

hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
	}


#container	{
	width: 753px; 
	text-align: left; 
	margin: 0 auto;
	}

#header		{
	height: 114px;
	color: #fff;
	background: url(/_includes/images/page_header.gif) no-repeat;
	width: 753px;
	}

 
#main	{
	display:block; 
	width: 753px; 
	background:  url(/_includes/images/panel_rpt.gif) right repeat-y;

	}

#submenu	{
	font-size: 90%;
	
	padding: 10px 0 5px 0;
	}	

#submenu ul	{
	margin: 0px; 
	padding: 0;
	list-style: none; 
	}
	
#submenu li 	{
	display: inline;
	padding: 0 10px 0 15px;
	background: url(/_includes/images/bullet_raquo.gif) 0 70% no-repeat;
	}
	
#submenu li a:link		{font-weight: bold; color: #f60d0d; text-decoration: none; }
#submenu li a:visited	{font-weight: bold; color: #f60d0d; text-decoration: none;}
#submenu li a:hover		{font-weight: bold; color: #f60d0d; text-decoration: underline;}
#submenu li a:active	{font-weight: bold; color: #f60d0d; text-decoration: none;}

#menu	{
	position: relative;
	/* top: 130px; */
	float: left;
	width: 205px;
	
	}
	
#menu ul	{
	margin: 0px; 
	padding: 10px 0; 
	
	}
	
#menu li 	{
	list-style: none;
	}
	
#menu li a:link	{

	}

 
#content	{
	clear: right;
	float: left;
	display: inline;
	width: 518px;
	padding-right: 30px;
	}

#footer	{
	clear: both;
	display:block;
	width: 753px;
	padding-bottom: 10px;
	background: url(/_includes/images/panel_bottom.gif) bottom right no-repeat;
	}

#logo	{
	width: 100px;
	height: 100px;
	float: left;
	display: inline;
	margin-left: 150px;
	background: url(/_includes/images/mini_logo.gif) no-repeat;

	}

#address	{
	display: inline;
	float: left;
	height: 200px; 
	padding: 15px;
	font-size: 70%;
	color: #fff;
	line-height: 50%;
	}
#address a:link, #e4e a:link 				{color: #fff; font-weight: normal; text-decoration: none;}
#address a:visited, #e4e a:visited		{color: #fff; 	font-weight: normal; text-decoration: none;}
#address a:hover, #e4e a:hover 		{color: #fff; font-weight: normal; text-decoration: underline;}
#address a:active, #e4e a:active			{color: #fff; 	font-weight: normal; text-decoration: none;}
