body{
	margin:0 0 0 0;
	color:#000;
}

.clearfix {
    overflow: auto;
}

.container{
	width:100%;
//	border:1px solid #000;
    margin-left: auto;
    margin-right: auto;
overflow:hidden;
}

.main_cont{
	margin-left:auto;
	margin-right:auto;
	width:100%;
overflow:hidden;
}

.header{
	width:100%;
}

.menu{
	width:15%;
//	border: 1px solid #000;
 float:left; 
 display:inline; 
 position: relative; 
 padding-bottom:5px;
}

.maincol{
 width:75%;
 float: left; 
 display:inline; 
 position: relative; 
 overflow: hidden;
 }

div.a{
	font-family:verdana;
	text-decoration:none;
	font-size:15px;
}

.maintext{
	margin-top:50px;
	margin-left:10px;
	margin-right:125px;
	float:left;
	font-family:verdana;
	color:#000;
	font-size:15px;
}

.footer{
	background-color:#c0c0c0;
	font-weight:normal;
	color:#000;
	text-align:center;
}

div.container4 {
    background-color:#a5a1a0;
    background-image:url("../images/coins1.jpg");
    height:150px;
    width:100%;
}

div.container4 p {
    margin: 0;
    position: absolute;
}

.head_img {
	float:right;
        height:150px;
	margin-right:3px;
	margin-top: -90px;
}

.blocktext {
	font-weight:bold;
	font-size: 1.875em;
	font-family: verdana;
	text-align: center;
	color: #FFF;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    width: 500px;
}

.head_text{
	display:block;
	width:auto;
	float:right;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	font-size: 1.875em;
}

.ptitle_cont{
    width: 80%;
	margin-left:50;
	margin-right:auto;
margin-top:25px;
margin-bottom:25px;
}

.page_title{
font-size:25;
font-weight:bold;
font-family:verdana;
text-align:center;
color:#000;
}

/* vert nsv*/

#navigation { font-size:0.75em; width:150px; }
#navigation ul { margin:0px; padding:0px; }
#navigation li { list-style: none; }
 
ul.top-level { background:#00528c }
 
ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px;
}

#navigation a {
 color: #fff;
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 10px;                   
 text-decoration:none;
 width:100%;
}
 
#navigation a:hover{
    color:#ffff36;
 text-decoration:none;
}

#navigation li:hover {
 background: #f90;
 position: relative;
}

ul.sub-level {
    display: none;
z-index:1;
}
 
li:hover .sub-level {
    background: #00a4da;
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 75px;
    top: 5px;
}
 
ul.sub-level li {
    border: none;
    float:left;
    width:325px;
}

.catcol{
width:100%;
margin-left:auto;
margin-right:auto;
}

table{
width:100%;
//border:1px solid #000;
   border-collapse: collapse;
margin-left:auto;
margin-right:auto;
text-align:center;
    margin-bottom:70px;
border-spacing:10px;
margin-top:35px;
}

.floating-box {
    display: inline-block;
    padding:6px;
    margin: 10px 15px 30px 10px;
    border: 1px solid #000;  
    text-align:left;
    font-family:verdana;
    font-size:.75em;
    line-height: 20px;
}

.ltable{
   border-collapse: collapse;
}
table, th, td {
border:1px solid #000;
}

.clear{
	clear:both;
}

.form{
	width:325px;
	color:#000;
	font-family:verdana;
	font-size:15px;
	margin-left:auto;
	margin-right:auto;
}

.frow{
	display:inline;
}

.fname{
//	display:inline;
	float:left;
}

.finput{
	float:right;
//	width:100px;
}

.fcomments{
//	display:inline;
	float:left;
	vertical-align: text-top;
}

.farea{
	float:right;
}

.button{
	font-family:verdana;
	float:right;
}

.com_cont{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	font-family:verdana;
	font-size:12px;
	color:#000;
	border:1px solid #000;
	padding:5px;
}

.com_head{
	display:inline-block;
	width:100%;
	border-bottom:1px solid #000;
}

.subhead_name{
	float:left;
}

.subhead_date{
	float:right;
}

.comments{
	padding-top:5px;
	color:#000;
	font-family:verdana;
}

form .hidden-captcha {
    display: none;
}

input[type="text"] {
    width: 223px;
}