
/********************************* GENERAL ******************************/

body {
    font-family: Arial, Verdana, Sans-Serif;
    padding: 0px;
    margin: 0px;
    background-color: #f2f2f2;
	font-size: 1em !important;
}

img {
    border: 0px;
}

h1{
	margin:0.1em;	
}

a{
	color:#000000;
	text-decoration:underline;
}

a:visited{
	color:#000000;
}

/*
a:hover{
	background-color:#EFEFEF;
}
*/

a:focus{
	background-color:#000000;
	color:#EDEF00;
}

#main {
    margin: 0px auto;
    width: 1000px;
    background-color: #fff;
}

.nopadmar{
	margin:0px;
	padding:0px;
}

/********************************* HEADER ******************************/

#header {
    display: none;
}

#header_menu{
	display: none;
}

#header ul, #header_menu ul {
	display: none;
}

/********************************* FEATURE ******************************/

#features {
	display: none;
}

/********************************* COLUMNS ******************************/

#columns {
    float: left;
    width: 1000px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.hcol {
    display: none;
}

div.hcolos {
   display: none;
}

div.col-l {
	width:100%;
}

div.col-l-wide{
	width:100%;
}

div.col-r {
	display: none;
}

div.col-l #faqlist dt{
	font-weight:bold;
	padding:3px;
	color:#ffffff;
	background-color:#980600;
}

div.col-l #faqlist dd{
	padding:3px;
	border:1px solid #980600;
	margin:0px 0px 20px 0px;
}

.sortHelper {
    background: #eee;
	border: 1px dashed #333;
	width: auto !important;
}

/****************************** Content *********************************/

div.breadcrumb {
	display:block;
	padding:9px;
}

div.small {
	height:auto !important;
	min-height:121px;
}

.line_sixteen{
	line-height: 16px;	
}


#contentSub div{
	margin-bottom:15px;
}

#contentSub img.left{
	float:left;
	margin: 5px;
}

#contentSub img.right{
	float:right;
	margin: 5px;
}

#contentSub img.centre{
	clear:both;
	display: block;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
    margin-top:5px;
    margin-bottom:5px;
}

/**************************** Table style ******************************/

#columns table{
	border-collapse: collapse;
	border:1px solid #000000;	
	min-width:75%;
}
	
#columns table th{
	background-color:#980600;
	color:#ffffff;
	font-weight:bold;
	border:1px solid #000000;
}

#columns table td{
	border:1px solid #000000;	
}

#columns table tr.even{
	background-color:#F5EFE3;
}

/*************************** section ************************************/
div.section {
	background:#F5EFE3 none repeat scroll 0 0;
	border:1px solid #980600;
}

div.section h2 {
	background:#980600 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:1em;
	margin:0;
	padding:2px 0;
	text-indent:3px;
	width:100%;
}

div.section dt {
	color:#9C5855;
	font-weight:bold;
	margin:0 0 5px 5px;
}

div.section dt a {
	color:#6A514F;
	text-decoration:none;
}

div.section dd {
	margin:0 0 0 5px;
	padding:0;
}


/************************** Expired Message ***************************/

.expired{
	width:90%;
	color:#FFE900;
	background-color:#CF001C;
	border:3px double #FFE900;   
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;	
	letter-spacing:1px;
}

/************************** Page Rating Box ***************************/

#page-rating{
	display: none
}

/***************************** Navigation Footer ***********************/

#lowerPanel {
    display: none;
}

/********************************* FOOTER *******************************/

#footer {
    display: none;
}

/**************************************** FEATURED NEWS ********************************/

#featuredNews {
	display: none;
}
