﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
font-family:Tahoma;
}


b.rtop, b.rbottom{display:block;background: #9D9D9D}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #faf8cc}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


b.rtop2 {display:block;background: #0148B2}
b.rbottom2{display:block;background: white}
b.rtop2 b, b.rbottom2 b{display:block;height: 1px;
    overflow: hidden; background: #9D9D9D}
b.r12{margin: 0 5px}
b.r22{margin: 0 3px}
b.r32{margin: 0 2px}
b.rtop2 b.r42, b.rbottom2 b.r42{margin: 0 1px;height: 2px}



#left_col {
	width: 195px;
    float:left;
    margin-left:5px;
	left: 0px;
	top: 0px;
	background:#faf8cc;
	clear:both;
	font-family:Tahoma;
	}




#page_content {

 

 float: left;

 margin-left:5px;

 background-color:#faf8cc;

 font-family:Tahoma;

}



#right_col {

	width: 195px;

	

    float:left;

    margin-left:5px;

	right: 0px;

	top: 0px;

	font-family:Tahoma;

	background-color:#faf8cc;

}



#footer {
clear:both;
font-size: xx-small;
	color:black;
	font-family:Tahoma;
}
#footer a{
	color:black;
	font-size:xx-small;
	font-family:Tahoma;
}