/* CSS Document  */

/* Main Styles that apply to body */
body {
	font-size: 24px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	background-color: #f4f4f4;
	position: absolute;
}

/* This is the page container built and centered using -ve margins */
#container {
	width: 1000px;  
	margin-left: -100px; 
}


h1 {
    font: 24px verdana;
	color: #FFFFFF;
	margin: 5px;
	padding-bottom: 5px;
}

h6 {
    font: 12px verdana;
    font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

.articleboxinner {
    width: 1000;
    background-color: #f4f4f4;
    height: 350px;
}


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

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #0066FF;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #0033cc;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width:1000px;
	clear: both;
	font:12px verdana;
}

/* This will contain the three columns */
#newsContainer2
{
    width:1000px;
	height: 300px;
    background-color: #f4f4f4;
}

/* First column of the three columns */
.c1
{
	width: 290px;
	background-color: #0099cc;
    border: 10px solid #f4f4f4;
    line-height: 22px;
	float: left;
	height:200;
}

/* Second column of the three columns */
.c2
{
    width: 360px;
    float: left;
    border: 10px solid #f4f4f4;
	border-bottom:20px;
    line-height: 22px;
    background-color: #0066ff;
	height:200;
}

/* Third column of the three columns */
.c3
{
	width: 290px;
	background-color: #0099cc;  
    border: 10px solid #f4f4f4;  
    line-height: 22px;
	float: right;
	height:200;
}

/* about us */
.about
{
	width: 1000px;
	background-color: #0099cc;  
    line-height: 22px;
	float: left;
	height:200;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: none;
    border-top: none;
    color: #000099;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	color: #FFFFFF;
}

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


#tabs8 {
    a:visited {color: #00FF00}  /* visited link */
    a:hover {background:url("images/wave.gif") no-repeat right top;}   /* mouse over link */
    a:active {color: #0000FF}   /* selected link */ 
}

