/* CSS Document */

/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 15%; 
	background: #f4f4f4 url(images/bg.gif);
	/* position: absolute; */
}

/* This is the page container built and centered using -ve margins */
#container {
	width: auto;
	border:6px solid #fff;
	margin-left: auto;
	background: #f4f4f4;
	height: auto;
}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #BBB;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 10px verdana;
    font-weight: bold;
    color: white;
    text-align: right;
}



h1 {
	font: 30px verdana;
	color: black;
	margin: 5px;
}

h6 {
  font: 20px verdana;
  font-weight: bold;
	color: #777;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

j {
   font-weight:bold;
	 color:purple;
}

/* This holds the tabs, sets width for white area */
#tabholder
{
    width: 720px; 
}

/* Container for the article box, and the pic box
.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 
 */

/* Content holder for the articles */
.articleboxinner {
	colspan: 2;
	width: auto;
	line-height: 20px;
	color: #FFFFFF;
	background: #FFFFFF;
	border:0px solid #efefef;
	text-align: justify;
	height: auto;
	padding: 15px 6px 0px 6px;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

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

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #DD7CB4;
    padding: 5px 6px 6px 6px;
    border:1px solid white;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}

/* No borders around hyperlink images */
.noborder {
    border: none;
}

/*  arrows */
img {
    vertical-align: text-bottom;
}

img.float { 
    float: right; 
    margin: 10px; 
}

img.floatleft { 
    float: left; 
    margin: 10px; 
}

img.floatright { 
    float: right; 
    margin: 10px; 
}

/* Modify default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #663366;
}

/* Modify hover states */
a:hover {
	text-decoration: underline;
}

/* The Footer */
#footer {
	background-color: #AAA;
	color: white;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #E0E0E0;
}

/* First column of the three columns */
.c1
{
   width: auto; 
   background-color: white;
 /*  border: 1px solid #DDD;  */
   border-top: none;
   line-height: 22px;
   color: #DD7CB4;
   padding: 5px;
   float: left;
}

.c2
{
	colspan: 2;
	width: auto; 
	border-top: none;
	line-height: 22px;
	color: #DD7CB4;
	padding: 5px;
	float: right;
}

/* Third column of the three columns */
.c3
{
	color: black;
	weight: bold;
	width: auto; /* was 345px */
	background-color: #CCCCCC ;
	border: 3px solid purple;
	padding: 5px;
	float: center;
}


/* Nav Tabs */
#tabs8 {
    float:left;
    width:100%;
    background:#FFFFFF;
    font-size:95%;
    line-height:normal;
    border-bottom:1px solid #CCC;
}

#tabs8 ul{
    margin:0;
    padding:4px 3px 0 3px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url("images/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 2px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    background:url("images/tabright8.gif") no-repeat right top;
    padding:5px 8px 4px 6px;
    color: #FFFFFF;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color: #FFFFFF;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #888;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #888;
}
/* End of CSS Tabs */

