/*
 *  Master Stylesheet
 */

html, body 
{
	font-family: Verdana, 'Helvetica Narrow', sans-serif, Arial;
	font-size: 11px;
	color: #000;
	margin: 0;
	background-color: #DFEBFF;
	/*background-image: url('../images/bg.gif'); 
	background-repeat: repeat;*/
	text-align:center;
}

/*----- top panel, banner -----*/
#top 
{	
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 161px;
	background-image: url('../images/banner-wide.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#top-base
{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 161px;
	background-image: url('../images/banner-wide-base.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

#top .top-container-div
{
    margin: 0px auto;
	width: 900px;
	text-align: right;
    height: 161px;
}

#top .top-data-div
{
    padding-top: 5px;
    font-size: 10px;
    font-weight: bold;
    color: #000080;
    padding-right: 5px;
}

#top .top-data-div a,
#top .top-data-div a:visited
{
    text-decoration: none;
    color: #000080;
}

#top .top-data-div a:hover
{
    text-decoration: underline;
}

/*----- main container -----*/
#main
{
	margin: 0px auto;
	width: 900px;
	text-align: left;
}

/*----- horizontal menu -----*/
#main #menubar
{
	height: 45px;
	margin-bottom: 20px;
}

/*----- left column -----*/
#main #left-nav
{
	float: left; 
	width: 180px;
	margin-left: 2px;
}

/*----- right wrapper = content & right -----*/
#main #left-wrapper 
{
}

/*----- content (center) column -----*/
#main #center-nav
{
	float: left;
	width: 550px;
	margin-left: 10px;
    margin-bottom: 10px;
}

/*----- right column -----*/
#main #right-nav
{
	float: right;
	width: 140px;
}

/*----- bottom panel, footer -----*/
#main #bottom .bottom-hr
{
    height: 1px;
    clear: both;
    margin: 0;
    margin-top: 15px;
    background-image: url('../images/footer-line.png');
    background-position: center center;
	background-repeat: no-repeat;
}

#main #bottom .bottom-footer
{
	font-size: x-small;
	clear: both;
	margin: 0;
    background-image: url('../images/footer-bg.png');
	background-position: left top;
	background-repeat: repeat-y;
    text-align: center;
}

#main #bottom .bottom-footer a,
#main #bottom .bottom-footer a:hover,
#main #bottom .bottom-footer a:visited
{
    color: #193266;
    font-weight: bold;
    text-decoration: none;
}

/*----- base page icn.pl -----*/
#main-base
{
    margin: -6 auto;
	width: 900px;
}

#main-base .table-base td
{
	width: 300px;
}

#main-base .table-base a img
{
	border: 0px solid white;
}

/*#main-base .table-base td
{
    text-align: center;
    border: 1px solid #000080;
    padding: 5px;
    font-weight: bold;
    background: #000080;
    height: 100px;
}

#main-base .table-base td:hover
{
    border: 1px solid #5982CD;
    background: #5982CD;
    cursor: pointer;
}

#main-base .table-base a,
#main-base .table-base a:visited
{
    font-family: garamond;
    font-size: 42px;
    text-decoration: none;
    color: #BFD8FF;

}*/

#main-base #bottom-base .bottom-hr
{
    height: 1px;
    clear: both;
    margin: 0;
    margin-top: 0px;
    background-image: url('../images/footer-line.png');
    background-position: center center;
	background-repeat: no-repeat;
}

#main-base #bottom-base .bottom-footer
{
	font-size: x-small;
	clear: both;
	margin: 0;
    background-image: url('../images/footer-bg.png');
	background-position: left top;
	background-repeat: repeat-y;
    text-align: center;
}

#main-base #bottom-base .bottom-footer a,
#main-base #bottom-base .bottom-footer a:hover,
#main-base #bottom-base .bottom-footer a:visited
{
    color: #193266;
    font-weight: bold;
    text-decoration: none;
}

#main-base #bottom-base .bottom-adds
{
    margin-top: 10px;
}

#main-base #bottom-base .bottom-adds img
{
    border: 0;
}
