/* CSS Document - Author: Shaibal Mandal */


/* Main Styles that apply to body INCLUDING BG COLOR*/
body {
	width: auto;
	/* margin: 0px; */
	/* padding-left: 0; */
	/* background-color: #e3cc6d; */
	background-image: url('images/background.jpg');
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top-left;
	z-index: 1;
	/* overflow: hidden; */
}


/* Style-up those ugly default hyperlinks */
a {
	font-size: 12px;
    font-weight: bold;
	font-family: georgia;
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #ba1901;
}


/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
	background-color: #f6db59;
	cursor: pointer;
}


/* This is an image float */
img.floatLeft {
    float: left;
    margin-top: 3px;
	padding: 1px 22px 1px 1px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}


/* This is the container for the logo and branding */
.topbar {
	width: 400px;
    height: 80px;
	position: relative;
	top: -50px;
	left: 50px;
	padding: 15px;
	background-color: white;
	/* opacity:0.4; */
	/* filter: alpha(opacity=40); */
}


/* This is the text style for the logo and branding */
.topbartext {
	font-family: verdana;
	color: #330033;
	font-weight: bold;
	font-size: 30px;
}


#asterisk {
	background-image: url('images/asterisk.gif');
	background-repeat: no-repeat;
	position: relative;
	margin-left: 50px;
	margin-top: 50px;
	height: 300px;
	z-index: 5;
}


/* This is the container for the main header info */
#articleholder {
	width: 800px;
    height: auto;
	position: relative;
	top: 0px;
	left: 50px;
}


/* This is the container for the navigation buttons */
#navholder {
	text-align: left;
	font-size: 22px;
    font-weight: bold;
	font-family: georgia;
    padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 15px;
	width: 820px;
	background-color: transparent;
}


.articleheader {
	font-size: 36px;
    font-weight: none;
	font-family: georgia;
	color: #fff;
    line-height: 0px;
	background-color: transparent;
}


.articlebody {
	font-size: 17px;
    font-weight: none;
	color: #f6db59;
    line-height: 24px;
	/* height: 20px; */
	/* overflow: scroll; */
}


/* This will contain the three columns */
.newsContainer {
	background-color: #fff;
	position: relative;
	left: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: none;
	line-height: 20px;
}


.noteheader {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	font-family: georgia;
    font-size: 16px;
    font-weight: bold;
	color: #ba1901;
	line-height: 20px;
}


.noteheader2 {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	font-family: georgia;
    font-size: 16px;
    font-weight: bold;
	color: #fff;
	line-height: 20px;
}


/* This is the rule to separate sections */
.hr {
	width: 700px;
	color: black;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}


/* This is the rule to separate sections */
.hrshort {
	width: 400px;
	color: black;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}


/* And this gives the column text some breathing space */
.spacy {
    padding: 5px;
}


/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}


/* Why should the humble footer be left out? */
.footer {
	width: 1000px;
	background-color: #333;
	color: #fff;
    font-size: 11px;
    font-weight: bold;
	text-align: center;
	padding-top: 30px;
	/* vertical-align: middle; */
	/* height: 50px; */
	position: relative;
	padding: 10px 10px 10px 10px;
}


/* First column of the three columns */
.c1 {
	/* float: left; */
	color: #000;
	position: relative;
	margin: 2px;
	padding: 15px;
	margin-left: 8px;
	line-height: 22px;
	text-align: left;
	background-color: white;
	/* overflow: scroll; */
}


/* First column of the three columns */
.c2 {
	background-color: #ba1901;
    /* border-top: none; */
	/* float: left; */
	font: 10px verdana;
    font-weight: bold;
	color: #fff;
	margin: 2px;
	padding: 12px;
	margin-left: 8px;
	line-height: 22px;
	text-align: left;
	/* overflow: scroll; */
}

/* End of CSS Tabs */

