﻿body{
margin:0;
padding:0;
font-family:Verdana;
font-size:0.65em;
color:#000000;
background-image:url(../images/main-background.gif);
}
h1
{
    color:#406A80;
    font-size:small;
}
h2,h3,h4,h5,h6{color:#406A80;} 
   
/*Anchors tags*/
a:link { font-family:Verdana; color: #ffffff; text-decoration: none; }

a:visited {font-family:Verdana; color: #ffffff; text-decoration: none; }

a:active {font-family:Verdana; color: #ffffff; text-decoration: none; }

a:hover {font-family:Verdana; color: #ffffff; text-decoration: underline; }

/*second class link*/
a.pagelink:link {font-family:Verdana; color: #406A80; text-decoration: none; }

a.pagelink:visited {font-family:Verdana; color: #406A80; text-decoration: none; }

a.pagelink:active {font-family:Verdana; color: #406A80; text-decoration: none; }

a.pagelink:hover {font-family:Verdana; color: #406A80; text-decoration: underline; }

/*third class link*/
a.pagelink2:link {font-family:Verdana; color:#7793AE; text-decoration: none; }

a.pagelink2:visited {font-family:Verdana; color:#7793AE; text-decoration: none; }

a.pagelink2:active {font-family:Verdana; color:#ffffff; text-decoration: none; }

a.pagelink2:hover {font-family:Verdana; color:#ffffff; text-decoration: underline; }

/*Anchors tags ends*/
#articles {
		margin: 0px 0 10px 0;
		color: #000000;
		padding: 15px 15px 5px 10px;
		font-size:0.7em;
		text-align:justify;
		line-height:16px;
	}

b{font-size: 110%;}
em{color: red;}
#maintitle
{
 width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}
#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border:solid 1px #666666;


}
#flashheader{
height: 212px; /*Height of flash header*/
border:solid 0px;
color:#ffffff;
}


#topsection
{
 padding:0px 10px;
height: 52px; /*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;


}
#topsection2{
height: 134px; /*Height of top section*/
background-color:#000000;
}

#breadCrumb
{
font-size:0.65em;
height: 20px; /*Height of flash header*/
border:solid 0px;
}
#midbar
{
 background-image:url(../images/mid_bar.jpg);
 background-repeat:repeat-x;
 height: 8px;
 
}


#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 189px; /*Set left margin to LeftColumnWidth*/
background-color:#000000;
background-image:url(../images/background-slug2.gif);
font-family:Verdana;
font-size:0.7em;
color:#ffffff;
line-height:16px
}

#leftcolumn{
float: left;
width: 189px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
font-family:Verdana;
font-size:0.7em;
color:#000000;
text-align:left;

}

#footer{
clear: left;
width: 100%;
height:20px;
color: #696969;
text-align:center;
padding: 4px 0;
font-size:0.65em;

/*background-image:url(../images/body-bg.gif);*/
/*background-repeat:repeat-x;*/
line-height:15px;
display:inherit;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 25px;
margin-bottom:0px;
color:#666666;
}
/*Tooltips*/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px thin dotted white;
padding: 2px;
background-color:Teal;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


/*End Tooltips*/
