/* CSS Document */


body {
font-size: 14px; color: #FFFFFF;
font-family: "arial";
background-color: #0267CF;
margin: 0px 0px 0px 0px;

}

p {
font-size: 13px;
color: #FFFFFF;
font-family: "arial";
}

h1 {
font-size: 12px;
font-weight: bold;
color: white;
margin: 0; padding: 0;
}

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #CCCCCC;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline;  
	color: #CCCCCC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #CCCCCC;
	background-color: #000000;
	}

.category-txt A:link {text-decoration: none; color: #CCFF66;}
.category-txt A:visited {text-decoration: none; color: #CCFF66;}
.category-txt A:active {text-decoration: none; color: #CCFF66;}
.category-txt A:hover {text-decoration: underline; color: #CCFF66;}

/*  rightcolumn ------------------------------------------------------------------- */
.rightcolumn {
	background-image: "images/page_bg.gif";

	}
/*  container ------------------------------------------------------------------- */

div#container {
	background: #000000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: -50px;
	padding: 0;
	text-align: left;
	border: 5px solid #333333;
	}


#leftcol {
	background-color: #000000;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9px;
}
#rightcolt {
	background-color: #333333;
	font-size: 3px;
}

#topnavigation {
	background-color: #oooooo;
	width: 760px;

}
		
#content {
	background: #000000;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	text-align: justify;



}
	
#rightcol {
	background-color: ;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9px;
	
	}
	
#footer {
	font-size: 11px;color: grey;
	font-family: "Verdana";
	background-color: #FFFFFF
;
	width: 700px;
	padding-left: 2px;


}


.roundcont {
        width: 800px;
        background-color: #FFFFFF;
        color: #000000;
		
}

.roundcont p {
        margin: 0 0px;
}

.roundtop { 
        background: url(/images/tr.gif) no-repeat top right; 
}

.roundbottom {
        background: url(/images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}