html{
overflow-y:scroll;
overflow-x:auto;
}

body{
font-family: 'trebuchet ms', arial, sans-serif;
font-size: 0.9em;
margin:0;
padding:0;
background-color: #29303B ;
background-color: #73717F ;
/*background-image: url(fadeblue.gif);
background-repeat: repeat-x;*/
color: white;
color: #29303B;
}

a {
  text-decoration: underline }
a:link { color: #29303B;
}
a:visited { color: #29303B;
 }
a:hover { 
color: #29303B ;}

img {
margin-top: 0px ;
margin-bottom: 0px ;
border: 1px solid ;
border-color: #29303B ;
}

img.solo {
margin-top: 0px ;
margin-bottom: 0px ;
border: 1px solid ;
border-color: #29303B ;
}

#maincontainer{
width: 960px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
/*border-style:solid;border-color: #29303B ;border-width:10px 10px 10px 10px;*/
background-color: #73717F ;
}

#framecontentTop{
float: right;
width: 748px;
height: 90px; /*Height of top section*/
border-style:solid;
border-width: 6px 6px 0px 6px ;
border-color: #EAE9EF ;
background-color: #9997A9 ;
}

#framecontentTop h1{
color: #29303B ;
text-align: center;
margin: 0;
padding-top: 25px;

}

#contentwrapper{
float: left;
width: 100%;
background-color: #73717F ;
}


#maincontent{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
background-color: #EAE9EF ;
}

#framecontentLeft{
float: left ;
width: 206px;
margin-left: -960px; /*Set left margin to -(MainContainerWidth)*/
background-color: #73717F ;

color: #29303B;
}

#footer{
clear: left;
margin-left: 200px ; /*Set left margin to LeftColumnWidth*/
width: 760px ;
background-color: #73717F ;
text-align: center ;
padding: 10px 0px;
}



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


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*NAVIGATION SECTION */

.buttonmenu{
list-style-type: none;
margin: 0px;
padding: 0px;
width: 	200px;
border-style:solid;
border-width:3px 3px 3px 3px;
border-color: #EAE9EF ;
background-color: #EAE9EF ;
}



.buttonmenu li a.here{
color: white;
display: block;
width: 194px;
padding: 10px 0px;
text-decoration: none;
font-weight: bold;
color: #29303B ;
border-style:solid;
border-width: 3px 3px 3px 3px;
border-color:#EAE9EF ; /*light dark dark light*/
background-color: #EAE9EF ;
text-decoration:none;
}

.buttonmenu li a{
color: white;
display: block;
width: 194px;
padding: 10px 0px;
text-decoration: none;
font-weight: bold;
font-size: 1.1em;
color: #29303B;
border-style:solid;
border-width:3px 3px 3px 3px;
border-color:#EAE9EF ; /*light dark dark light*/
background-color: #9997A9 ;
text-decoration:none;
}


.buttonmenu li a:visited{
}

.buttonmenu li a:hover, .buttonmenu li a:active{
 color: white ;
background-color: #73717F ;
}

.buttonmenu li a.here:hover, .buttonmenu li a:active{
color:  #29303B ;
background-color: #EAE9EF ;
}

/*GLIDER */



.glidecontentwrapper{
position: relative; /* Do not change this value */
text-align: center;
width: 100%;
height: 240px; /* Set height to be able to contain height of largest content shown*/
/*background-color: #704968;*/
/*border: 5px solid #613F5A;*/
overflow: hidden;
  margin: 0 auto;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
/*background: white;*/
visibility: visible;
padding: 0px;
width: 100%;
}

/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 100%;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;

background-color: #9997A9  ;
padding: 6px 30px;
margin-right: 0px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background-color: #9997A9 ;
color: white;
}

.glidecontenttoggler a:hover{
background-color: #9997A9 ;
color: white;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
color: white;
background-color: #73717F ;
}


div.box { background-color: #9997A9 ; }
div.box { list-style: none; overflow: hidden; margin: 6px 6px 6px; padding: 20px; height: 134px; }
div.box { height: 234px; }
div.box { text-align: justify; }
div.box img { display: inline; float: left; margin: -5px 20px -8px 0;  }
div.box br { display: none; }



/*OTHER FORMATTING*/

p.para {
margin-top: 1%;
margin-right: 6%;
margin-left: 6%;
text-align: justify;
}

p.param {
margin-top: 1%;
margin-right: 6%;
margin-left: 6%;
margin-bottom: 2%;
font-size: smaller;
text-align: justify;
}


table {
margin:0;
} 

td {
text-align: center;}

table.top {
margin-top: 0;
margin-bottom: 0;
margin-left: 0px;
margin-right: 0px;
}

table.left {
margin: 0;
} 
 
table.left td {
text-align: left;
}

h1
{
	text-align: center;
	margin-top: 8px;	
}
h1.new
{

	text-align: center;
	margin-top: 8px;	
}
h2
{

	text-align: center;
	margin-right: 6%;
	margin-top : 0px;
	margin-left: 6%;
	margin-bottom: 4px;
}
h2.tight
{

	text-align: center;
	margin-right: 6%;
	margin-top : -10px;
	margin-left: 6%;
	margin-bottom: -10px;
}
h3
{

	text-align: center;
	margin-top : 2px;
	margin-bottom: 0px;
}
h4
{
	
}
h5
{
	
}
h6
{

}

ul.button
{
list-style-type: none;
margin: 5px;
margin-bottom: 50px;
padding: 5px 10px;
}

ul.button li a
{
display: inline;
margin-bottom: 50px;
width: 5em;
height: 128px;

background-color: #9997A9 ;
padding: 6px 30px ;
text-align: center;
text-decoration: none;
}
ul.button li a:link {
}
ul.button li a:visited {
}
ul.button li a:hover {  
 color: white ;
background-color: #73717F;
}


.centeredImage
    {
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
    padding:0px;
    }

.leftImage
    {
    text-align:left;
    margin-top:5px;
    margin-left:10px;
    margin-bottom:5px;
    padding:0px;
    }

.rightImage
    {
    text-align:right;
    margin-top:5px;
    margin-right:10px;
    margin-bottom:5px;
    padding:0px;
    }

.leftImageTight
    {
    text-align:left;
    margin-top:-15px;
    margin-left:10px;
    margin-bottom:-5px;
    padding:0px;
    }

.rightImageTight
    {
    text-align:right;
    margin-top:-15px;
    margin-right:10px;
    margin-bottom:-5px;
    padding:0px;
    }

.rightText
    {
    margin-top:5px;
    margin-right:10px;
    margin-left:30px;
    margin-bottom:5px;
    padding:0px;
    text-align: justify;
    }

.leftText
    {
    margin-top:5px;
    margin-right:30px;
    margin-left:10px;
    margin-bottom:5px;
    padding:0px;
    text-align: justify;
    }



