@charset "UTF-8";
/* CSS Document */


body{
	line-height: 1.5em;
	font-family: Helvetica, Ariel, sans-serif;
	font-size: 12px;
	margin-top: 25px;
	padding-top: 25px;
	background: #333;
}
   
#container{	width:1200px;
	
	
}

#container1{
		width:1200px;}
b{font-size: 110%;}
em{color: red;}

#maincontainer{
margin-top:25px;
background: #333;
text-align: left;
color: #999;
float:none;
width:1200px;
margin-left:auto;
	margin-right:auto;
}


#maincontainer1{
margin-top:25px;
background: #333;
text-align: left;
color: #999;
float:none;
width:1200px;
}
 
#both{
	
	width:1200px;
}
 



#contentcolumn{
float:inherit;
background: #333;
text-align:justify;
}


#leftcolumn{
float: left;
width: 220px; /*Width of left column*/
padding-bottom: 10px;
background: #333;
}


#contentcolumnindex{
float:right;
width:890px;
padding-top:4px;
background: #333;
	text-align:justify;
}

#buttons{
float: center;
width: 220px; 

background: #333;
}


#leftcolumnbuttonleft{
float: left;
width: 100px; 
background: #333;



}


#leftcolumnbuttonright{
float: right;
width: 100px; 
background: #333;
margin-left:10px;
padding-left:10px;

}






/* all other stuff not related to actual content boxes goes here */ 



a:link {
text-decoration: none;
color: #CCC;

}
a:hover {
text-decoration: none;
color: #999;
text-decoration:none;
}
a:visited {
text-decoration: none;
color: #999;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}


		p.palegrey {
	color: #CCCCCC;
}







@charset 'UTF-8';
/* Starter CSS for Flyout Menu */

#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  float: left;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
}
#cssmenu ul li {
  float: none;
}
#cssmenu ul {
  font-weight: bold;
}
#cssmenu ul ul {
  margin-top: 1px;
}
#cssmenu ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */

#cssmenu {
  background-color: #ccc;
  width: 220px;
    font-weight: bold;
}
#cssmenu:after {
  content: '';
  display: block;
  clear: both;
    font-weight: bold;
}
#cssmenu a {
  background-color: #333;
  color: #9A9A9A;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 100%;
  padding: 3px 3px;
  text-decoration: none;
  text-align:left;
  
}
#cssmenu ul {
  list-style: none;
  width: 220px;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;


}
#cssmenu > ul > li:first-child>a {


}
#cssmenu > ul > li:last-child>a {


}
#cssmenu > ul > li.active a {
  background-color: #333;
  color: #9A9A9A;

}
#cssmenu > ul > li:hover > a {
  background-color: #666;
  color: #CCC;

}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 220px;
  top: -1px;
  left: 100%;
  
   line-height: 120%;
  
  
}
#cssmenu .has-sub ul li a {
  background: #999;
  color: #333;
  border-bottom: 1px dotted #000000;
  filter: none;
  font-size: 10px;
  display: block;
  line-height: 100%;
  padding: 11px;
}
#cssmenu .has-sub ul li:hover a {
  background: #878787;
  color: #000000;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}

#cssmenu .has-sub .has-sub ul li a {
  background: #b00c11;
  border-bottom: 1px dotted #d06d70;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #80090d;
}


html, body {
	margin-top:20px;
	padding:0;
}
bodyg{
	text-align: center;
	font-family: "Helvetica", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}

p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Helvetica", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}


div#footerg {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
