/* CSS Document - Author: Shaibal Mandal */


/* Main Styles that apply to body INCLUDING BG COLOR*/
body {
	font-size: 16px;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #000;
}


/* Content holder */
#globalcontainer {
	background-color: transparent;
	height: 1000px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	z-index: 1;
    border-style: solid;
}


/* Content holder */
#outercontainer {
	background-color: transparent;
	margin-left: 30px;
    margin-right: 0px;
	margin-top: 0px;
	width: 1050px;
	padding: 0px;
	z-index: 2;
}


/* Flash/Footer Wrapper */
#flashwrapper {
	background-color: #bedc35;
	position: relative;
	margin-top: 0px;
	left: 0px;
	width: 100%;
    height: 1050px;
}


/* Flash Content holder */
#flashcontainer {
	background-color: #bedc35;
	position: relative;
	margin-top: 0px;
	left: 0px;
	width: 1000px;
    padding-left: 44px;
    padding-top: 20px;
}


/* Copy/Footer Wrapper */
#copywrapper {
	background-color: #bedc35;
	position: relative;
	margin-top: 0px;
	left: 0px;
	width: 100%;
    height: 1050px;
}


/* Copy Content holder */
#copycontainer {
	background: #bedc35;
	position: relative;
	margin-top: 0px;
	left: 0px;
	width: 1000px;
    padding-left: 44px;
    padding-top: 20px;
}


/* This is the container for the navigation buttons */
#footerholder {
    top: 0px;
    left: 37px;
}


/* This is the container for the navigation buttons */
#footerholder2 {
	margin-left: 40px;
	top: 0px;
	width: 100%;
    height: 115px;
	z-index: 2;
	text-align: left;
}


/* This is the container for the navigation buttons */
#footerholder3 {
	margin-left: 40px;
	position: absolute;
	top: 720px;
	width: 100%;
    height: 115px;
	z-index: 2;
	text-align: left;
	z-index: 4;
}


/* This controls the titles for each column */
.noteheader {
	text-align: center
    border-bottom: 1px solid #DDD;
	padding-top: 15px;
    border-top: none;
    color: #000000;
    height: 24px;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
	position: relative;
	top: 25px;
}


/* This controls the box for the body copy */
#mainbody {
	text-align: left;
    color: #060a89;
    font-family: arial;
    font-size: 16px;
	position: absolute;
	top: 200px;
	left: 35px;
	padding: 0px;
	width: 1000px;
	z-index: 5;
}


/* This controls the box for the body copy */
#mainbody2 {
	text-align: left;
    color: #060a89;
    font-family: arial;
    font-size: 16px;
	position: absolute;
	top: 130px;
	left: 40px;
	padding: 0px;
	width: 1000px;
	z-index: 5;
}


/* This controls the box for the body copy */
.mainbodybold {
    text-align: left;
    color: #fff;
    height: 24px;
    font-family: arial;
	font-weight: bold;
    font-size: 16px;
}


/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #235575;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}


/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}


/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #060a89;
}


/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
	color: black;
}


/* This will contain the three columns */
#newsContainer2 {
    width: auto;
    /* background-color: #000000; */
	padding: 0px 10px 10px 10px;
}


/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #cccccc;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: right;
    margin-bottom: 1px;
}


/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #555555;
    font-weight: bold;
}

/* End of CSS Tabs */

