/***************/
/* LINK STYLES */ 
/***************/

a:link 		{ color: #620c1c; }
a:hover		{ color: #e56409; text-decoration: none; }
a:active	{ color: #000000; }
a:visited	{ color: #620c1c; }



/*****************/
/* GLOBAL STYLES */ 
/*****************/

body
	{
		margin: 0px; 
		background-color: #fdfdf2; 
		text-align: left; 
		font-family: georgia, times new roman; 
	}

img, table, tr, td
	{ border: 0px; text-align:left; }


h1, h2, h3, h4
{
	font-family:helvetica,arial;font-weight:normal;font-size:34px;color:#875a64;
	margin-top:35px;
	margin-bottom:0px;
}

h2
{
font-family:helvetica,arial;font-size:23px;line-height:28px;color:#602334;font-weight:normal;
 }

h3
{
	font-size:22px;
	margin-bottom:0px;color:#602334;
}

h4
{
	font-size:14px;
	font-weight:bold;color:#602334;
}

h5

{
font-family:helvetica,arial;font-size:11px;line-height:14px;color:#7e7e79;padding:0px;margin:30px 0px 0px 0px;font-weight:normal;
}





/***************/
/* PAGE STYLES */ 
/***************/

.container	{ margin: 0px; width: 100%;		background: url(images/top_tile.jpg); 
		background-repeat: repeat-x; 
 }
.page		{ width: 100%; margin: 0px auto; }


.logo	
	{ 
		float: left; 
		width: 100%; 
		height: 300px; 
		border-bottom: 1px solid #fff; 
	}

.nav	
	{ 
		background: url(images/blend_orange.gif); 
		background-repeat: repeat-x; 
		float: left; 
		width: 100%; 
		height: 64px; 
		border-bottom: 1px solid #fff; 
	}


p, .copy, ul, .hl, ol, blockquote
	{ 
		font-family:helvetica,arial;font-size:14px;line-height:19px;color:#3f3f3d;
	}

.hl	{ font-weight:bold;color:#620c1c; }

li { margin:5px 0px 0px 20px; }


   .more {
      display: none;}
   a.showLink, a.hideLink {
      text-decoration: none;
      color: #36f;
       }
   a.hideLink {
      }
   a.showLink:hover, a.hideLink:hover {
      border-bottom: 1px dotted #36f; }



	/***************/
	/* CL2011 */ 
	/***************/

.clContainer {
	font-family:helvetica,arial;
	font-size:18px;
	line-height:18px;
	color:#602334;
	font-weight:normal;
	width:650px;
	margin-top:10px;
}

.clLeft {
	 width:450px;float:left;
}

.clRight {
	width:198px;float:right;
}

.clRight a {
	padding:0px 0px 5px 10px;
	display:block;
}

.clLeftLabel {
	float:left;width:75px;
	padding-bottom: 3px;
	line-height:20px;
}

.clLeftContent {
	float:left;width:300px;
	padding-bottom: 3px;
	line-height:20px;
}


