/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: Black;
}

a:link, a:visited{
	color: Black;
	text-decoration: none;
}

a:hover{
   color: #993333;
	font-weight: bold;
	text-decoration: underline;
}


h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h1 a:link, h1 a:visited {
color: #334d55
}
h2{
 font: bold 114% Arial,sans-serif;
 color: Black;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #993333;
 margin: 0px;
 padding: 0px;
}

#answers{ 
	font: bold 75% Arial,sans-serif;
}

ul {
	font-size: 9pt; 
	margin-left: 8%; 
	line-height: 13pt; 
	margin-right: 8%; 
	font-family: Verdana, Arial, Helvetica;
	font-weight: lighter;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#framemain{
	position:absolute;
	top: 15px;
	left: 2%;
	right: 2%;
	width: 95%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#pageNav{
	float: left;
	width:198px;
	padding: 0px;
	background-color: #CCCCCC;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	
}

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-image:  url("images/bg_nav.jpg");
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: White;
	margin:0px;
	padding: 0px;
}


.contentmain{
	padding: 0px 0px 10px 10px;
	font-weight: bold;
	font-size: 90%;
	min-height: 200px;
	height: 200px;
	text-indent: 20px;
}
html>body .contentmain {height: auto;}


#siteInfo{
	clear: both;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	text-align: center;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid White;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFAFA;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: White;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #993333;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

.relatedLinks a:link, .relatedLinks a:visited {
	padding: 3px 0px 3px 10px;
	color: Black;
	font: 100% Arial,sans-serif;
	font-style: italic;
}

.relatedLinks a:hover{
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: White;
}

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* CFI **********************/

.cfi{
	text-decoration: underline;
	margin-bottom: -2%;
}






