/**************** Page and tag styles ****************/

body
{
	width: 882px; /* Added */
	height:100%;
	margin: 0 auto; /* Added */
	padding:0;
	color:#711630;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color:#CCCCCC /* Uncommented */
}

tp
{
	margin:0 10px 10px 0px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;
}

a
{color:#d85d5d; font-weight:bold; text-decoration:none;}


a:hover
{color:#505050; text-decoration:none;}

a:visited {
  color:#d85d5d;
  font-weight: normal;
  
  }

img
{
	float:none;
	padding:0px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

a img
{
	border-color:#ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;}

a img:hover
{
	background:#d85d5d;
	border-color:#d85d5d;
	position: relative;
}


  
/**************** Sidebar area styles ****************/

#sidebar
{
	position:fixed; /* Changed from absolute */
	top:0px;
	/*left:0; Deleted*/
	width:145px;
	/*height:664px; */
	height:95%;
	padding-top:4px;
	border-top:solid;
	border-top-color:#711630;
	border-top-width:2px;
	padding-bottom: 0px;
	overflow:auto;
	text-align:left;
	background-color:#711630;
	border-left-width: 0px;
	border-left-color:#000000;
	border-bottom-color:#711630;
	border-bottom-width:4px;
	border-left-style:solid;
	padding-left:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant:normal;
}

#sidebar h3
{margin:10px 0px 0px 10px; color:#d85d5d; font-size:1.6em; letter-spacing:-2px; text-align:center;}

#sidebar h2
{
	color:#FFCCFF;

	font-size:12px;
	font-weight:normal;
	letter-spacing:normal;
	text-align:left;
	padding-left: 4px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-variant:small-caps;
}
#sidebar h1
{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	letter-spacing:normal;
	text-align:left;
	padding-left: 4px;
	padding-right: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-variant: normal;
}

#sidebar h4
{margin:20px 0px 0px 0px; color:#531e19;}

#sidebar h6
{
	color:#FFFFFF;

	font-size:12px;
	font-weight:normal;
	font-variant:small-caps;
	letter-spacing:normal;
	text-align:left;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

#sidebar  p
{margin:0px 20px 18px 5px; color:#606060; font-size:0.8em;}

#sidebar a
{
	color:#FFFFFF;
	font-variant: small-caps;
}

/**************** table area styles ****************/
#table

{
	margin:0 10px 10px 0px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;
}
#table tp

{
	margin:0 10px 10px 0px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;
}

/**************** Content area styles ****************/

#cssmw >
{
  background-color: #711630;
  border: none #711630;
  /*color: #FFFFFF; */
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-variant: small-caps;
  font-weight: normal;
  height: 14px;
  line-height: normal;
  margin: 0 0 0 0;
  padding: 1px 0px 1px 4px;
  text-decoration: none;
  text-transform: none;
  width: 140px;
}


#cssmw > p > a:visited {
	background-color: #711630;
	border: none #711630;
	color:#999999;
	font-variant: small-caps;
}

#cssmw > p:hover > a 
{
	background-color: #999999;
	border: #666666;
	color: #FFFFFF;
	text-decoration: none;
	height: 14px;
	font-variant: small-caps;
}


#cssmw a:active {
	background-color: #711630;
	border: solid thin #666666;
	font-variant: small-caps;
}

#cssmw p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-variant: small-caps;
  font-weight:normal;
  color: #FFFFFF;
  height: 12px;
  line-height: normal;
  margin: 0 0 0 0;
  padding: 1px 0px 1px 4px;
  }
  
#cssmw h1
{
	color: #FFFFFF;
	font-size:12px;
	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
	padding-left: 4px;
	padding-right: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-variant: normal;
	background-color: #711630;
}


/**************** Content area styles ****************/

#content
{
	width:573px;
	margin:0 0 0 154px;
	/*height:660px; */
	height:95%;
	overflow:auto; 
	position:fixed; /* Changed from absolute */
	top:0;
	padding-top: 0px; /* Changed from 0 */
	padding-bottom: 0px;
	background:white;
	color:#000000;
	line-height: 1.5em;
	border-right-color:#711630;
	border-right-style: solid;
	border-right-width: 0px;
	border-top:solid;
	border-top-color:#711630;
	border-top-width:2px;
	border-bottom:solid;
	border-bottom-color:#711630;
	border-bottom-width:4px;
	border-right-color:#711630;
	border-right-style: solid;
	border-right-width: 3px;
	border-left-color:#711630;
	border-left-style: solid;
	border-left-width: 3px;
	text-align:left;
	text-transform: none;
}

a
{color:#d85d5d; font-weight:bold; text-decoration:none;}


a:hover
{color:#505050;}

#content p
{
	margin:0 10px 10px 20px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;
	width:520px
	
}

#content tp
{
	margin:0 10px 10px 0px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;
}

#content h3
{
	margin:0;
	color:#711630;
	font-size:2em;
	letter-spacing:-1px;
	text-align:center;
	background: #FFFFFF;
}

#content h2
{
	margin:0px 0 10px 20px;
	color:#711630;
	font-weight:normal;
	font-size:1.5em;
	letter-spacing:normal;
	text-align:left;
}

#content h1
{
	clear:both;
	margin:20px 0 0px 20px;
	color:#711630;
	font-weight:normal;
	font-size: 2em;
	letter-spacing:-1px;
	margin-bottom: 10px;
}

#content h4
{margin:0; color:#711630; font-size:5em; letter-spacing:-5px; text-align:center;}

#content h5
{
	margin:0;
	color:#711630;
	font-weight:normal;
	font-size:2.5em;
	letter-spacing:normal;
	text-align:center;
	margin-bottom: 5px;
}

#content h6
{
	clear:both;
	margin:30px 0 0px 20px;
	color:#711630;
	font-weight:normal;
	margin-right:50px;
	text-align:right;
	letter-spacing:normal;
	margin-bottom: 20px;
}

/**************** Sidebar area styles ****************/
/* H4 for comments, H5 for text on widgets H1 for header on casestudies */

#sidebarright

{
	position:fixed; /* Changed from absolute */
	top:0px;
	/*left:0; Deleted*/
	width:152px;
	/*height:664px; */
	height:95%;
	margin-left: 734px;
	padding-top:6px;
	border-top:solid;
	border-top-color:#711630;
	border-top-width:0px;
	padding-bottom: 0px;
	overflow:auto;
	text-align:center;
	background-color:#711630;
	border-left-width: 0px;
	border-left-color:#000000;
	border-bottom-color:#711630;
	border-bottom-width:4px;
	border-left-style:solid;
	padding-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant:normal;
	color:#FFFFFF;
}

#sidebarright h1
{
	color: #FFFFFF;
	font-size:12px;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
	padding-left: 4px;
	padding-right: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-variant: normal;
	background-color: #711630;
}

#sidebarright p 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-variant: small-caps;
  font-weight: normal;
  color: #FFFFFF;
  height: 12px;
  line-height: normal;
  text-align:center;
  margin: 6px 0 0 0;
  padding: 4px 0px 0px 0px;
  }

 
#sidebarright > p > a:visited {
	background-color: #711630;
	border: none #711630;
	color:#999999;
	font-variant: small-caps;
}

#sidebarright h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-variant: normal;
  font-weight: normal;
  color: #FFFFFF;
  line-height: normal;
  text-align:left;
  margin-left:12px;
  padding: 0px 0px 0px 0px;
  }
  
#sidebarright h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-variant: normal;
  font-weight: normal;
  color: #FFFFFF;
  line-height: normal;
  text-align:left;
  margin: 0 5 0 5;
  padding: 0px 4px 0px 4px;
  }
  
  #sidebarright h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-variant: normal;
  font-weight: normal;
  color: #FFFFFF;
  line-height: normal;
  text-align:center;
  margin: 0 5 0 5;
  padding: 0px 4px 0px 4px;
  }

#sidebarright a
{color:#FFFFFF; font-weight:normal; text-decoration:none;}


#sidebarright > p:hover > a 
{
	background-color: #999999;
	border: #666666;
	color: #FFFFFF;
	text-decoration: none;
	height: 14px;
	font-variant: small-caps;
}


#sidebarright a:active {
	background-color: #711630;
	border: solid thin #666666;
	font-variant: small-caps;
}


/**************** footer area styles ****************/

#footer
{
	position:absolute;
	top:100%;
	width:722px;
	height:5%;
	line-height:20px;
	margin-top:-20px;
	left:50%;
	margin-left:-359px;
	background-color:#711630;
	font-variant:normal;
	color:white;
	text-align:center;
}