﻿ /* CSS layout */
  
@imports "reset.css"; 
  
  
body {
	text-align:center;
	background-color: #324465;
	margin: 0 ;padding: 0 ;
	background-image: url('../../NewDefault/imgs/div/Blue-Backround.png');
	font-family:Tahoma ;
	font-size: small ;
	color:black;
}

br.trick{ clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */

#overlay{
	background: white url("../../NewDefault/imgs/loader.gif") no-repeat center top ;
	/*background: white url(../imgs/loader.gif) no-repeat center;*/
	opacity: .9;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	z-Index: 10000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity =50)"; /*MS proprietary for IE8*/
	filter: alpha(opacity=50); /*MS proprietary for IE5-7*/
}
/*
#masthead_td {
	background: transparent url('../imgs/Header-Logo.png') no-repeat
}*/
img {
	vertical-align: middle ;
	
}
#masthead {
	width: 800px;	
    margin: 5px auto 5px auto ;
}

#top_nav {
 	/*float: none;*/
 	height: 22px;
    margin: 5px auto 5px auto ;
 	width:800px;
 	text-align: left ;
	background:transparent ;

}

#container {
	width: 800px;
    margin: 5px auto 5px auto ;
	text-align: left;
	/*background-color:#CCCC998*/
}

#footer {
	width: 800px;
	clear: both;
    margin: 5px auto 5px auto;
}


/*masthead internal*/

#page_content_Table{
	float: left;
	width:635px;
}

#page_content {
	/*.margin-left: 200px;*/
	margin: 0px;
	padding-left: 5px;
	text-align: left ;
	min-height: 200px;
}


#right_col {
	margin-left: 650px;
	width: 150px;
	height:100%;
	text-align:left;
	background-color:transparent ;
	text-align: center;
}

#right_col table{
	margin: 0px 0px 10px 0px;
}

a {
	color: #324465;
}

a:visited {
	color: #324465;
}
a:hover{
	color:blue;
}

a img{
	border:none;
}

h2{
	font-family: Tahoma ;
	/*font-size: 75%;*/
}

p {
	font-family: Tahoma;
	font-size: small;
	/*text-align: justify;*/
}

    
h3, li {
	font-family: Tahoma ;
	font-size: small 
}

img{
	border-width: 0;
	border-color:transparent ;
	
}

#homepics {
	 	list-style-type:	 none;	
	 	margin: 0;
	 	padding: 0;
	 	
}


	.center {
	text-align: center;
}
	.left {
	text-align: left;
}
	.right {
	text-align: right;
}


#pager {text-align:right;}
#pager a { font-size:smallest; border: 1px solid #ccc; background: #A0A0A0; color:#A0A0A0;  text-decoration: none; margin: 10px 5px 0px 0px; padding: 1px 1px;  }
#pager a.activeSlide { background: #303030 ; color:#303030}
#pager a:focus { outline: none; }

.leveltwo{
	color:green;
}


#board li{
	margin:0px;

}
