


body{
margin:0;
padding:0;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em ;
background: #F4F4F7;
}

b{font-size: 110%;}
em{color: red;}
a:link {
	color: blue ;
	background: transparent ;
}
a:visited {
	color: purple ;
	background: transparent ;
}
a:hover {
	color: black ;
	background: #F5F5F7;
}
a:active {
	color: red ;
	background: transparent ;
}
h1 {
	font-size: 1.4em ;
	margin: 1px ;
	line-height: 1.1em ;
}
h2 {
	font-size: 1.0em ;
	font-weight: bold ;
	color: #666666;
	margin: 1px ;
	border-top: thin dotted #336699;	
	border-bottom: thin dotted #336699;	
}

h3 {
	font-size: 1.1em ;
	font-weight: bold ;
	margin: 1px ;
}	
	
	
#header{
height: 120px; /*Height of top section*/
margin: 5px 5px 0px 5px;
}

/*Height of top section*/
#headerbackground{

}

#headerleft{
background:url(images/left-head2.png) no-repeat;
position: absolute;
top: 5px;
left: 5px;
width: 12px;
height: 100px;
}

#headermid{
background:url(images/mid-head2.png) repeat-x;
height: 100px;
margin-left: 12px;
margin-right: 18px;
}

#headerright{
background:url(images/right-head4.png) no-repeat;
position: absolute;
top: 5px;
right: 5px;
width: 18px;
height: 100px;
}


#headertitle{
position: absolute;
top: 9px;
left: 12px;
}

#headertitle h1{
text-decoration: none;
font-size: 1.3em;
font-style: normal;
}

#headertitle a{
text-decoration: none;
}

#headertagline{
position: absolute;
top: 35px;
left: 14px;
}

#headertagline h2{
margin: 0;
font-size: 1em;
font-style: normal;
border: none;
color: #000000;
}



/*Horizontal Navbar Code Starts*/

#horznavbarfix{
position: absolute;
right: -9px;
top: 57px;	
}

.red-dot-test{
	position: absolute;
	top: 103px;
	left: 55px;
}

#vdividermenu ul{
position: absolute;
top:58px;
left: 7px;
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font-size: .9em;
font-weight: bold;
width: 100%;
border: 1px solid #336699;
background-color: #EBEFF9;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: black;
padding: 2px 8px;
text-decoration: none;
background: transparent url(images/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: black;
}

#vdividermenu ul li a:hover{
color: white;
background-color: #000099;
}

/*Horizontal Navbar Code Ends*/



.highlight {
background-color:#FFFFEE;
border:2px solid #006699;
border-collapse:collapse;
border-spacing:0;
margin-bottom:2px;
padding:6px;
}


.videobox {
float: right;
height: 240px;
width: 320px;
border:1px solid #006699;
margin-left: 10px;
}


.breadcrumb {
	position: absolute;
	top: 103px;
	left: 15px; 
	margin:0px;
	padding:0px;
	font-size: .8em;
}


.breadcrumb a{
background: transparent url(images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}

#searchbox{
right: 30px;
position: absolute;
top: 13px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 5px 0 250px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
min-width: 600px;
background: white;
}

#topmiddlead{
align: 
}

.toppagination{
border-bottom:1px dotted #D2D2D2;
margin:10px 8px 9px 5px;
padding-bottom:3px;
height: 15px;
}

.previouspage{
background-image:url(images/left-arrow.gif);
background-position:0 center;
background-repeat:no-repeat;
float:left;
font-size:11pt;
font-weight:bold;
padding:0 0 0 11px;
}

.previouspage a{
text-decoration: none;
}

.nextpage{
background-image:url(images/right-arrow.gif);
background-position:100% center;
background-repeat:no-repeat;
float:right;
font-size:11pt;
font-weight:bold;
padding:0 11px 0 0;
}

.nextpage a{
text-decoration: none;
}


.bottompagination{
border-top:1px dotted #D2D2D2;
margin:10px 8px 9px 5px;
padding-bottom:3px;
height: 15px;
}

.bottomguide{
padding: 0px;
}

.leftguide{
width: 300px;
padding:0 0 0 11px;
float:left;
font-size:11pt;
}

.leftguide a{
text-decoration: none;
}

.rightguide{
width: 300px;
padding:0 11px 0 0;
float:right;
font-size:11pt;
text-align:right;
}

.rightguide a{
text-decoration: none;
}

#leftcolumn{
float: left;
width: 250px; /*Width of left column*/
margin-left: -100%;

}


.sidenavhead{
background:transparent url(images/sidenavhead6.png) no-repeat scroll center top;
text-align: center;
font-weight:bold;
font-size:.98em;
height: 20px;
}

.sidenavchapter{
background:transparent url(images/sidenavmid-solid6.png) no-repeat scroll center top;
color:#000066;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:.8em;
font-weight:bold;
line-height:16px;
text-decoration:none;
padding-left: 10px;
height: 18px;
}

.sidenavchapter a{
text-decoration: none;
}

.sidenavchaptertall{
background:transparent url(images/images/sidenavmidtall-solid6.png) no-repeat scroll center top;
color:#000066;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:.8em;
font-weight:bold;
line-height:16px;
text-decoration:none;
padding-left: 10px;
height: 18px;
}

.sidenavline{
background:transparent url(images/sidenavline.png) no-repeat scroll center top;
height: 1px;
}

.sidenavdotline{
background:transparent url(images/sidenavdotline.png) no-repeat scroll center top;
height: 1px;
}

.sidenavsection{
background:transparent url(images/sidenavmid-dotted6.png) no-repeat scroll center top;
color:#000066;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:.8em;
font-weight:normal;
line-height:16px;
text-decoration:none;
padding-left: 10px;
height: 18px;
}

.sidenavsection a{
text-decoration: none;
}

.sidenavsectiontall{
background:transparent url(images/sidenavmidtall-dotted6.png) no-repeat scroll center top;
color:#000066;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:.8em;
font-weight:normal;
line-height:16px;
text-decoration:none;
padding-left: 10px;
padding-right: 10px;
height: 35px;
}

.sidenavsectiontall a{
text-decoration: none;
}

.sidenavsubsection{
background:transparent url(images/sidebox-horz-wide.png) no-repeat scroll center top;
color:#000066;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:.8em;
font-weight:normal;
line-height:16px;
text-decoration:none;
padding-left: 15px;
height: 17px;
}

.sidenavsubsection a{
text-decoration: none;
}

.sidenavfoot{
background:transparent url(images/sidenavfoot5.png) no-repeat scroll center top;
height:24px;
}

.sidenavgap{
height:10px;
}

#rightcolumn{
float: left;
width: 5px; /*Set to 130 for contents*/
margin-left: -5px; /*Set left marginto -(RightColumnWidth)*/

}

#footer{
clear: left;
width: 100%;
background: white;
padding: 4px 0 0 15px;

}

#footer a{
color: back;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

