/* 2 colours */
/**************** Body and tag styles ****************/
* {
	margin:0;
	padding:0;
}
body {
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #FFF; 
	/*background: #0D287A url(../images/bg.gif) repeat-x;*/
	text-align: center;
	margin: 0;
	padding: 0 0 25px 0;
	height: 100%;
	width: 100%;
}
/* links */
a { 
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #8484fc;
	background-color: inherit;
}
a img {
	border:none;
}
/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #FFE100;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 2px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #568EB6;
}
a:hover img {  
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #0E0F07;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #0E0F07; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/**************** Header and navigation styles ****************/
#masterdiv {
	background: #0E0F07;
	width: 985px;
	height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#leaderboard {
	background: #0E0F07;
	position:relative;
	text-align: center;
	top:0px;
	left:0px;
	width:728px;
	height:90px;
	display: none;
}
#banner {
	background: #0E0F07;
	width: 100%;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
#skyscraper {
	position: fixed;
	background: #0E0F07;
	right: 0;
	top: 0;
	z-index: 1;
}
#imu {
	width: 300px;
	height: 250px;
	text-align: center;
}

#header {
	position: relative;
	height: 130px;	
	/*background: #0E0F07 url(../images/headerbg.gif) repeat-x 0% 100%;*/
}
#header h1 {
	background: #0E0F07;
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	top: 0; left: 5px;
}
#header h2 {
	background: #0E0F07;
	position: absolute;	 
	top:37px; left: 95px;
	color: #FFE100;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}

#navigation {
	width:983px;
}
#navigation ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#navigation li {
   display:inline;
   margin:0; padding:0;
}
#navigation li a {
   float:left;
   /*background: url(../images/tableft.gif) no-repeat left top;*/
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#navigation a span {
   float:left;
   display:block;
   /*background: url(../images/tabright.gif) no-repeat right top;*/
   padding:6px 15px 3px 8px;
   color: #FFE100;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */
#navigation a:hover span {
	color:#FFF;
}
#navigation a:hover {
   background-position:0% -42px;
}
#navigation a:hover span {
   background-position:100% -42px;
}
#navigation .selected a {
   background-position:0% -42px;
	color: #FFF;
}
#navigation .selected a span {
   background-position:100% -42px;
	color: #FFF;
}
/**************** Content styles ****************/
#main {
	clear: both;
	margin: 0;
	padding: 0;	
	background: #0E0F07;
}
#main #breadcrumbs {
	text-align: left;
}
#main #center {
	float: left;
	height: 100%;
	text-align: center;
	font-size:0.9em;
}
#main #center h2 {
	font-size: 1.5em;
	color: #6297BC;
}
#main #center h2 a {
	font-weight:normal;
}
#main #center h3 {
	margin:0 0 5px 0;
	font-size:1.4em;
	letter-spacing:-1px;
}
#main #center .content {
	text-align: left;
	margin-bottom: 10px;
}
#main #center a:hover, #subcontent a:hover {
	text-decoration:underline;
}
#main #center ul, #main #center ol {
	margin:0 5px 16px 35px;
}
#main #center dl {
	margin:0 5px 10px 25px;
}
#main #center dt {
	font-weight:bold;
	margin-bottom:5px;
}
#main #center dd {
	margin:0 0 10px 15px;
}
/**************** Sidebar styles ****************/
#main #left, #main #right {
	background: #0E0F07;
	float: left;
	margin: 0;
	padding: 0; 
	display: inline;
}
#main #left h2, #main #right h2 {
	font-size: 1.5em;
	color: #FF0000;
}
#main #left p, #main #right p {
	margin:0 0 16px 0;
	font-size:0.9em;
}

.left_block p{
text-align: right;
}
/**************** Menublock styles ****************/
#menu, .menublock {
	margin:0 0 20px 8px;
	font-size:0.9em;
}
#menu ul, .menublock ul {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;
}
#menu li, .menublock li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#menu li a, .menublock li a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #0E0F07;	
	min-height:18px;
}
#menu li a:hover, .menublock li a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #0D287A;
	border-left:4px solid #0D287A;
}
#menu li ul, .menublock li ul {
	margin:3px 0 3px 15px;
	font-size:1em;
	font-weight:normal;
}
#menu li ul li, .menublock li ul li {
	margin-bottom:0;
}
#menu li ul a, .menublock li ul a {
	font-weight:normal;
}

/**************** Footer styles ****************/

#footer {
	clear: both; 
	color: #FFF; 
	background: #FF0000; 
	border-top: 5px solid #FFE100;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer p {
	padding:0;
	margin:0;
	text-align:center;
}

#bottombar {
	overflow: hidden;
	width: auto;
	height: 16px;
	position: absolute;
	bottom: 0;
	left: 40px;
	right: 40px;
	color: #578BB8;
	background: #e8eaec;
	border: 1px solid #578BB8;
	font-size: 11px;
	text-align: center;
}
@media screen
{
	body>div#bottombar
	{
		position: fixed;
	}
}
#bottombar ul {
	margin: 2px 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 12px;
}
#bottombar ul li {
	display: inline;
	padding-left: 20px;
}
#bottombar a {
	
	border: 1px solid #578BB8;
	color: #578BB8;
	padding: 1px;
}
/**************** Misc classes and styles ****************/
.clear {
	clear:both;
}
.small {
	font-size:0.8em;
}
.hide {
	display:none;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
.important {
	color:#f02025;
	background-color:inherit;
	font-weight:bold;
}

.box {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
}
/** PAGINATION **/
.pagination {
	font-size: 80%;
}
.pagination a {
	text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}
.pagination a, .pagination span {
	display: block;
	float: left;
	padding: 0.3em 0.5em;
	margin-right: 5px;
	margin-bottom: 5px;
}
.pagination .current {
	background: #26B;
	color: #fff;
	border: solid 1px #AAE;
}
.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}
#our_news {
   display:inline;
   margin:0; padding:0;
   color: #FFF;
   font-size: 80%;
   text-decoration:bold;
   background: #0E0F07;

}
.our_news{
	background: #0E0F07;
        text-decoration:none;
        padding: 4px;
}

.our_news a{
            color: #FFF;
}

.our_news a:hover{
            color: #8484fc;
}


