body	{background-color: #ffffff;
		 margin: 0 0;
		 font-family: verdana, arial, helvetica, sans-serif;
		 font-size: 11px;
		 color: #000000;
		 line-height: 1.2;
		 }
		 
h1		{color: #de2724;
		 font-size: 12px; 
		 padding-left: 5px;
		 padding-top: 5px;
		 height: 18px;
		 background-color: #eee3e9;
		 }
		 
h2		{color: #660033;
		 font-size: 11pt;
		 }
		 
p		{padding: 0px;
		 vertical-align: top;
		 }
		 
li		{padding-top: 2px;
		}
		
img		{border: 0px;
		}
				 
table, td, tr	{border: 0px;
		 padding: 0px;
		 margin: 0px;
		 } 
		
a		{color: #990033;
		 }
		 
a:hover	{color: #660066;
		}

.title	{width: 190px;
		 vertical-align: top;
		 margin-bottom: 10px;
		 float: left;
		 }
		 
.container	{margin: 0px auto 0px auto;
			 width: 790px;
			 border-right: 1px solid #993300;
			 border-bottom: 1px solid #993300;
			 border-left: 1px solid #993300;
			 padding: 0px;
			}
		 
.header	{width: 790px;
		 height: 85px;
		 margin: 0px auto 0px auto;
		 padding: 0px;
		}
		
.pic	{width: 790px;
		 height: 121px;
		 margin: 0px auto 0px auto;
		 padding: 0px;
		 position: relative;
		 top: -5px;
		}
		
.bar	{background-color: #b31614;
		 background-image: url('/persistent/templateimages/red_bar.jpg');
		 background-repeat: repeat-y;
		 height: 600px;		 
		 width: 27px;
		 margin: 0px;
		 padding: 0px;
		 float: left;
		 position: relative;
		 top: -7px;
		 }
		 
.left	{float: left;
		 width: 190px;
		 }
		 
.nav_container	{background-color: #f8eaea;
		 width: 190px;
		 font-family: verdana, arial, helvetica, sans-serif;
		 border-right: 3px solid #b31614;
		 float: left;
		}
		
.ulnav	{list-style: none; 
		width: 190px; 
		float: left; 
		padding-left: 5px;
		padding-top: 2px; 
		margin-left: 0px;
		}
		 
a.nav	{color: #660033;
		 text-decoration: none;
		 font-weight: 700;
		 font-size: 11px;
		 }
		 
a.nav:hover	{color: #b31614;
			 font-weight: 900;
			 }
		 
.main	{width: 500px;
		 max-width: 500px;
		 padding-left: 15px;
		 padding-right: 5px;
		 padding-bottom: 5px;
		 vertical-align: top;
		 float: left;
		}
