﻿body{
margin:0;
padding:0;
font-family:Verdana;
font-size:0.65em;
color:#000000;
background-image:url(../images/main-background.gif);
}
h1,h2,h3,h4,h5 {color:#406A80;}
    
/*Anchors tags*/
a:link
{
    font-family: Verdana,Helvetica;
    color: #cccccc;
    text-decoration: none;
}

a:visited {font-family:Verdana,Helvetica; color:#666666; text-decoration: none; }

a:active {font-family:Verdana,Helvetica; color:#666666; text-decoration: none; }

a:hover {font-family: Verdana,Helvetica; color: #ffff00;text-decoration: underline;
}

/*second class link*/
a.pagelink:link {font-family:Verdana,Helvetica; color:#406A80; text-decoration: none; }

a.pagelink:visited {font-family:Verdana,Helvetica; color:#406A80; text-decoration: none; }

a.pagelink:active {font-family:Verdana,Helvetica; color:#406A80; text-decoration: none; }

a.pagelink:hover {font-family:Verdana,Helvetica; color:#406A80; text-decoration: underline; }

/*Anchors tags ends*/

#articles {
		margin:0;
		color: #000000;
		padding: 15px 15px 5px 10px;
		font-size:0.7em;
		text-align:justify;
		line-height:16px;
	}

  #search
  {
    margin:0px;
	color: #000000;
	padding: 15px 15px 5px 10px;
	font-size:0.7em;
	text-align:justify;
	line-height:16px;
    
  }
b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}
#breadCrumb
{
font-size:0.65em;
height: 20px; /*Height of flash header*/
border:solid 0px;
text-align:left;
margin-left:20px;
}
#topsection1
{
   
height: 53px; /*Height of top section*/
background-image:url(../images/topsection_bckg.jpg);
background-repeat:repeat-x;
border:solid 0px;
font-family:Verdana;
font-size:11px;
font-weight:bold;


}
#topsection3{
height: 134px; /*Height of top section*/
background-color:#000000;
}


#midbar
{
 background-image:url(../images/mid_bar.jpg);
 background-repeat:repeat-x;
 height: 10px;
 
}
#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 180px; /*Set left margin to LeftColumnWidth*/
 background-color: white;

}


#leftcolumn{
float: left;
width: 189px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
background-color: #ffffff;
font-family:Verdana;
font-size:0.7em;
color:#cccccc;
text-align:left;
}


#footer{
clear: left;
width: 100%;
height:53px;
color: #cccccc;
text-align:center;
padding: 4px 0;
font-size:0.65em;
border-top: thin dotted ;
background-image:url(../images/body-bg.gif);
background-repeat:repeat-x;
line-height:15px;

}

.innertube{
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 25px;
margin-bottom:0px;
color:#666666;

}
input
{
    border-color: #dcdcdc;
    font-size: X-Small;
    
}



