/* CSS Document */
#Heading p{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 42px;
	font-weight: normal;
	color: #CC2127;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#Heading p img {
	margin-right: 18px;
	margin-bottom: 0px;
}
h1{
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 12px 0;
	color: #CC2127;
	text-align: left;
}
h2{
	font-size: 14px;
	font-weight: normal;
	color: #CC2127;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 0px;
}
a {
color: #CC2127;
text-decoration: underline;
}
a:hover {
color: #CC2127;
text-decoration: none;
}
h3
{
	
	font-weight: bold;
	font-size: 14px;
	margin: 0px 5px 5px 10px;
	padding: 8px 0 0 0;
	color: #CC2127;
}

.RightColumnGuide
{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	width: 160px;
	float: right;
	background-image: url("../images/guide/right_mid_bg.gif");
	background-repeat: repeat-y;
	background-position: 1px 0;
}
/* HACK: Hack used to make IE6 play nice */
* html .RightColumnGuide
{
    margin-left: 260px;
    position: absolute;
    left: 50%;
    top: 300px;
}
.RightColumnGuide ul 
{
	margin: 10px 10px 0px 10px;
	padding: 0px;
	font-size: 0.75em;

}
.RightColumnGuide li 
{
	margin: 0px;
	padding: 0 2px 10px 0;
	list-style-type: none;

}
.RightColumnGuideTop
{
	background-image: url("../images/guide/right_top.gif");
	background-repeat: no-repeat;
	background-position: 1px 0;
}
.RightColumnGuideBottom
{
	background-image: url("../images/guide/right_bot.gif");
	background-repeat: no-repeat;
	background-position: 1px 100%;
}

.LeftColumnGuide h3
{
	
	font-weight: normal;
	margin: 0px 0 5px 10px;
	padding: 8px 0 0 0;
	color: #CC2127;
}

.LeftColumnGuide
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:30px;
	margin-left:15px;
	width: 160px;
	float: left;
	background-image: url("../images/guide/right_mid_bg.gif");
	background-repeat: repeat-y;
	background-position: 1px 0;
}
/* HACK: Hack used to make IE6 play nice */
* html .LeftColumnGuide
{
    margin-left: -630px;
    position: absolute;
    top: 300px;
}
.LeftColumnGuide ul 
{
	margin: 0px 10px 0px 10px;
	padding: 8px 0 0 0px;
	font-size: 0.75em;

}
.LeftColumnGuide li 
{
	margin: 0px;
	padding: 0 0 10px 0;
	list-style-type: none;

}

.LeftColumnGuideTop
{
	background-image: url("../images/guide/right_top.gif");
	background-repeat: no-repeat;
	background-position: 1px 0;
}
.LeftColumnGuideBottom
{
	background-image: url("../images/guide/right_bot.gif");
	background-repeat: no-repeat;
	background-position: 1px 100%;
}



#CentreBoxGuide
{
    margin: 0 0 0 20px;
    padding: 0;
    width: 450px;
    
    font-size: 0.8em;
    
    float: left;
    text-align: justify; 
}
/* HACK: Hack used to make IE6 play nice */
* html #CentreBoxGuide
{
    margin-left:100px;
}
#CentreBoxTopGuide
{
	background-image: url("../images/bubble-top-red.gif");
	background-repeat: no-repeat;
	background-position: 0px 0;
}
#CentreBoxBottomGuide
{
	padding: 15px 25px 30px 15px;
}
#RightColumnGuide
{
	margin-top: 40px;
	margin-right: 78px;
	width: 100px;
	
	float: right;
}
/* HACK: Hack used to make IE6 play nice */
* html #RightColumnGuide
{
    margin-left: 260px;
    position: absolute;
    left: 50%;
    top: 800px;
}

.activeguide {
font-weight: bold;
text-decoration: none;
}