.wrap{
	width:960px;
	margin:0px auto 80px auto;
	background-color:rgb(229,231,233);
	padding:20px;
}

.wrapHeader{
	Position:fixed;
	width:960px;
	margin:0px auto 80px auto;
	background-color:rgb(229,200,200);
	padding:20px;
	
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

	
.header{
	position:fixed;
	width:960px;
	background-color:#cb1212;
	padding:20px;
	height:100px;
	top:0;
	}
.sidebar{
	
	width:360px;
	height:auto;
	background:#1635a6;
	float:left;
}
.content{
	width:600px;

	background-color:rgb(100,100,200);
	padding:20px;
	height:280px;	
	float:left;
}

	
.footer{
	height:60px;
	background:#333;
	clear:both;
}
	
	
.div33{
float:left;
width:33%;
height:auto;
margin:10px;
border:3pxsolid#73AD21;
}
	
h1{font-size:160%}
h2{font-size:150%}
h3{font-size:140%}
h4{font-size:120%}
p{font-size:100%; line-height:1.5}
li{font-size:100%}
td{font-size:100%}
th{font-size:140%}


strong{font-size:110%}

div#toc li{
  font-size:100%;  
  list-style-type: dot;
}

.center-div
{
     margin: 0 auto;
     width: auto; 
}


/*
olli{font-size:120%;
font:"arial";}

li{font-family:"Myanmar2.2"}*/

.center{
margin:auto;
width:60%;
border:3px solid #73AD21;
padding:10px;
}
.box{
	margin:auto;
	display:block;
	background-color:#FFD;
	padding:10px 10px;
	text-align:center;
	border:2px solid rgb(142, 134, 134);
	width:70%;
	font-size:110%;
	font-weight:bold;
}

.box1{
	margin:auto;
	display:block;
	background-color:#FFD;
	padding:10px 10px;
	
	border:2px solid black;
	width:90%;
	font-size:110%;
}


.por{
float:right;
width:auto;
margin:0 0 0 20px;
padding:0;
height:auto;
}

.por p{
	text-align: center;
	
}


.pol{
float:left;
width:auto;
margin:0 20px 0 0;
padding:0;
height:auto;
}
.pol p{
	text-align: center;
	
}

.clear{
clear:both;
}

.porclear{
overflow:auto;
float:right;
width:50%;
margin:0 0 0 20px;
padding:0;
text-align:center;
}

.polclear{
overflow:auto;
float:left;
width:50%;
margin:020px00;
padding:0;
text-align:center;
}
	
div{
display:block;
width:100%;
}
.div1{
float:left;
width:100px;
height:50px;
margin:10px;
border:3px solid #73AD21;
}

.div2{
border:1pxsolidred;
}


.div3{
float:left;
width:100px;
height:50px;
margin:10px;
border:3px solid #73AD21;
}

.div4{
border:1px solid red;
clear:left;
}

div.desc{
float:right;
width:auto;
margin:00020px;
padding:15px;
text-align:center;
}

span{
float:left;
width:0.7em;
font-size:400%;
font-family:algerian,courier;
line-height:80%;
}


/*Createtwoequalcolumnsthatfloatsnexttoeachother*/
.column{
float:left;
width:45%;
padding:0px 20px 0px 20px;
border-right:1px solid black;
/*height:300px;/*Shouldberemoved.Onlyfordemonstration*/
}

/*Clearfloatsafterthecolumns*/
.row:after{
content:"";
display:table;
clear:both;
}



p.clear{
clear:both;
}


h2.clear{
clear:both;
}
/**/
a:link{
color:rgb(0, 0, 255);
background-color:transparent;
text-decoration:none;
}
a:visited{
color:rgb(122, 118, 118);
background-color:transparent;
text-decoration:none;
}
a:hover{
color:rgb(9, 247, 93);
background-color:transparent;
text-decoration:underline;
}
a:active{
color:yellow;
background-color:transparent;
text-decoration:underline;
}


table,th,td{
border:1px solid rgb(142, 134, 134);
border-collapse:collapse;
}
th,td{
padding:5px;
}
th{
	font-size:120%;
}
a:link,a:visited{
color:(internal value);
text-decoration:underline;
cursor:auto;
}

a:link:active,a:visited:active{
color:(internal value);
}

* {
box-sizing: border-box;
}

.col-container {
display: table;
width: 100%;
}
.coltc {
display: table-cell;
padding: 16px;
border: 1px solid rgb(142, 134, 134);
}

@media only screen and (max-width: 600px) {
.coltc {
display: block;
width: 100%;
border: 1px solid rgb(142, 134, 134);
}
}

.color1 {
  background-color: rgb(200,200,200);
}
.color2 {
  background-color: rgb(220,200,200);
}
.color3 {
  background-color: rgb(220,220,200);
}
.color4 {
  background-color: rgb(220,220,220);
}


.half{
width:300px;	
float:left;
margin:0 0 0 20px;
padding:0;
height:auto;
}




.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}