/* CSS Document */
body{
	
	 margin:0px;
	 background: #F6FAFF; 
	 
	}
	
	
	
	#container{
	padding:0px;
	margin-top:40px;
	background:#F6FAFF;
	width:100%;
	/*height:700px;*/
	 }
	 
	 #content{
	
	 height:100%;
	 background:#FFF;
	 margin-left:10%;
	 margin-right:10%;
	 }
	
#right_side{
float:right;
margin-top:0px;
width:150px;
/*height:700px;*/
background:#F6FAFF;
background-image:url(right_top.jpg);
background-repeat:no-repeat;
border-left:1px solid red;
}
	
	
#right_column{
float:right;
margin-top:0px;
width:34%;
height:100%;
background:#ffffff;

}


#left__column
{
float:left;
margin-top:0px;
margin-bottom:0px;
width:65%;
height:100%;
background-color:#fff;
border-right:1px solid #000;

}

#header{
width:100%;
height:128px;
background-image:url(header.jpg);
background-repeat:no-repeat;
background-colr:#2F6FBF
}

.Nav_Box{
padding:0px;
width:200px;
height:126px;
margin-left:auto;
margin-right:10%;
background-color:#FFF;
border-top:1px solid #000;
border-bottom:1px solid #000;
}
#footer
{
clear:both;
width:100%;
height:18px;
background-color:#2F6FBF;
}
	
	.text{
	font-family:verdana, arial, sans-serif;
	color:#000;
	font-size:x-small;
	font-weight:normal;
	padding:0px 10px 10px 10px;
	text-align: left;
	font-style: 600;
	line-height: normal;
	}
	
	
	
	.buttonscontainer {width:200px;}

.buttons a {color: #000000;
/*border: 1px solid;*/
background-color: #FFF;
padding: 0px;
padding-left: 0px;
font: 13px palatino, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #ffffff #000000 #000000 #ffffff;
display: block;
margin: 0px;
width: 100%;
text-align: center;}

.buttons a:hover {/*border: 1px solid;*/
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: #F6FAFF;
border-color: #000000 #ffffff #ffffff #000000;
color: #000;
text-decoration: none;}


