html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
        font-size:100.01%;	
	font-family: Verdana, Arial, Helvetica, sans-serif
}
body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	background: #fff;
        color: #454545;
}


/*Font in table*/
table
{
	font-size:90%;
}


/*Links*/
a:link {color: #285b96;}
a:visited{color:#285b96;}
a:active {color: #285b96;}
a:hover{	color: #8B0000;}

#container
{
	margin: 7px;
	height: 100%;
	
}


#header{
   position: relative; /*containing block*/
	height: 110px;
	background: #fff url(images/head_bg.gif) repeat-x;
        min-width: 1000px;

}
#header_logo
{
	background: url(images/logo.jpg) no-repeat top left;
	height: 110px;
}


#header_text
{  
   padding-left: 280px;
   padding-top: 18px;
   width: 500px;
}

#header_text h3
{   	font-size: 17px;
	color: #3396B6;
        line-height: 25px;
        margin: 0;
}


#header_text h2
{
	font-size: 14px;
	color: #6E8E3B;
        line-height: 20px;
        margin: 0;
}

#header_sites{
	float:right;
  font-size: 10px;
	
}
#top-menu{
        height:27px;
	background:#7B9DBB;
}

#content
{
	background:#fff;
	height:85%;
	min-height:85%;
	width:100%;
	border-collapse:collapse;
        margin-top:15px;
}
.breadcrumb-navigation {font-size: 9px;}

/*Left column*/
#content .left-column
{
	vertical-align: top;
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	background: #fff;
	border-right: 1px solid #A7CBEA;
}
/*Rifht column*/
#content .right-column
{
	vertical-align:top;
	height:100%;
	padding:0;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	}
/*Main column*/
#content .main-column
{
	width:100%;
	vertical-align:top;
	padding:0 15px;
	background:#fff url(images/right_shadow.gif) right top repeat-y;
}

.footer{
	background: #92B0C8;
	color:#fff;
         font-size:11px;
         text-align:right;
         height:30px;
         padding: 10px;
         margin-top: 10px;
	
}