/* REVISED PRINT STYLESHEET */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
    font-family: Arial,sans-serif;
	color: black;
	font-size: medium;
}

/*Container for vacancies*/
.rightcontainer {
float:right; clear:both; width:100%; margin: .75em; padding:1px; border:2px solid #AC0020;}

.rightbox {
 margin:0.3em; padding:0.3em; text-align:justify; color: #677075; line-height: 20px;  color: #677075;}


a:link, a:visited, a:hover {
color: black;
text-decoration: none;
}


a:hover {
color: black;
}

ul{
display:none;
}

h4 {
	font-size: medium;
	font-family: Arial, Sans-Serif;
	display:inline;
	padding:0 3px 0 0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* This is the page container built and centered using -ve margins */
#container {
width: auto;
}

/* This holds the tabs */
#tabholder #footer #tabs8
{
display:none;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/* The topmost faded bar */
#topbar {
    width: 90%;
    float: left;
	border:none;
} 

/*************** .articlebox styles **************/

/* Container for the article box, and the pic box */
.articleboxouter {
    clear: both;
	border:none;
} 

/* Content holder for the articles*/
.articleboxinner {
    text-align: justify;
    width: 90%;
    float: left;
	border:none;
} 

/* The title style for the main article */
.articleheader
{
	color: #000;
    font-size: 18px;
    font-weight: bold;
	font-style:italic;
}

/************* #pic styles **************/

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    float: left;
    margin-right: 10px;
border:none;
}

/* Container for the pic thumbnails */
.picboxouter {
display:none;
}

/* Content holder for the pic box */
.picbox {
display:none;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
display:none;
}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/************** #newsContainer styles ***************/

/* First column of the three columns made to display as rows for printing*/
.c1
{
    text-align: justify;
	width: 90%;
	float: left;
	border:none;
}

/* Second column of the three columns  made to display as rows for printing*/
.c2
{
    text-align: justify;
    width: 90%;
    float: left;
	border:none;
}

/* Third column of the three columns  made to display as rows for printing*/
.c3
{
    text-align: justify;
    width: 90%;
    float: left;
	border:none;
}

li.c3 {
display:inline;
}

/* This controls the titles for each column */
.noteheader
{
    border-top: none;
    height: 24px;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
	font-style:italic;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}

#noprint{
display:none;
}
