/*======================
RESET
========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/* End of Reset */

body {
background-color: #000;
background-image:url('../bg2.jpg');
background-position:top center;
background-repeat:repeat-x;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000;
padding:0px;
margin:0px;
}
a {color: #2271BC;
text-decoration: underline;
}
a:visited {color:#396d9d;}
a:hover {color: #10599c;}
a:active { color:#000000;}

h1 {
font-size: 11px;
color:#fff;
text-transform:uppercase;
background-color: #000;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

span.title
{
font-size: 11px;
color:#2271BC;
text-transform:uppercase;
font-weight: bold;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 997px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

/* ----------banner & logo-------------- */
#logo {

float:left;
padding: 0px;
margin: 0px;
}
#logo img {padding:10px 0px;} 

#banner {
padding: 0px;
margin: 0px;
}
#banner img {
margin:30px 15px;
border:1px solid #000;
} 
/* ----------news-------------- */

#news  a{
font-size: 10px;
}

/* ----------news-------------- */
#comingup {
font-size: 8px;

}
#coming {
font-size: 8px;
color: #2271BC;
}
table.coming td  {
	padding: 1px;
}
/* ----------banner & logo-------------- */

#nav {
clear: both;
}

/* -----------------content--------------------- */
#content {

padding: 0px;
margin-left: 0px;
margin-right: 400px;
}
#othercontent {
padding: 0px;
margin-left: 0px;
margin-right: 200px;
}

#pagecontent {
min-height: 300px;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: right;
width: 200px;
margin: 0px;
padding: 0px;
}
#leftdouble {
float: right;
width: 400px;
margin: 0px;
padding: 0px;
}
/* -----------footer--------------------------- */
#sub{
clear: both;
 }

#footer {
clear: both;
margin: 0px;
padding-top:25px;
color:#ffffff;
text-align: center;
background-image:url('../images/footer.png');
background-repeat:no-repeat;
height:87px;
}
#footer  a{
color:#fff;
font-size: 12px;
text-decoration: none;
}
/*------images--------*/
img.logoRight { 
    float: right;
	clear: right;
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatLeft { 
    float: left;
	padding: 4px;
}
/*---Readmore---*/
#readmore{
float: right;
font-weight: bold;
font-size: 8px;
}

/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 10px;
	margin:1em 0;
	background:#fff;
	border:1px solid #666;
	}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0 0;
	}
.two {
	width:33.3%;
	float:left;
	}
.three {
	width:33.3%;
	float:left;
	}
.four {
    width:33.3%;
	float:left;
	}
.five {
    width:50%;
	float:left;
	}
.six {
	}
/* Rules for the top corners and border */
.bt {
	background:url(../images/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
	}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(../images/box.png) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(../images/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/borders.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background :#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
	}
/* CSS for the box ends here */

/* Twitter box */
#twitter{
margin: 20px 0 10px 0;
}
/* Ends here */

#flashbox {
	padding:0 0px;
	margin: 0 5px 8px 8px;
	background:#000;
	border:1px solid #000;
}

/*======= styles for form elements=================*/

.cell_colour_padd 		{ background-color: #d9e0d1 }
.table-padd  			{ margin-top: 12px; border: solid 1px #999 }
.table-line 			{ border: solid 1px #999 }
.form_headline			{ color: #fff; font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; line-height: 24px }
.form_txt11  			{ color: #2271BC; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold }