h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-weight : bold;
	 color: #371E11; 
	
               	padding: 2px;
	
               /* background-color :  #FBFBFB;*/
			  background-color :#E5CBA2;

	border : 1px solid #2D0000;
}


h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-weight : bold;
	color: #371E11;
	padding-bottom : 2px;
	border-bottom : 1px solid #2D0000;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 110%;
	font-weight : bold;
	font-style : italic;	
	color: #371E11;
	
	padding-bottom : 2px;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : bold;
	color: #371E11;
	padding-bottom : 2px;

}

.quote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	color: #371E11;
	padding-bottom : 2px;
	border : 1px solid #A8B2BB;
	font-style : italic;
	margin-left : 25px;
}

.Quote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	color: #371E11;
	padding-bottom : 2px;
	border : 1px solid #A8B2BB;
	font-style : italic;
	margin-left : 25px;
}

.code {
	color:#000000;
	font-family: "Courier New", Courier, monospace;
	font-size:10pt;
	border: 1px solid #000000;
	padding: 3px;
	background: #FFFFCC;

}

.Code {
	color:#000000;
	font-family: "Courier New", Courier, monospace;
	font-size:10pt;
	border: 1px solid #000000;
	padding: 3px;
	background: #FFFFCC;
}

.note {
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
	border: 1px solid #000000;
	padding: 3px;
	font-weight : bold;	
	font-style : italic;	
	background: #FFFFDB;
}

.Note {
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
	border: 1px solid #000000;
	padding: 3px;
	font-weight : bold;	
	font-style : italic;	
	background: #FFFFDB;
}

.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	 background-color: #EFF1F0;
              
	border: 1px solid #666699;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.Highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	 background-color: #EFF1F0;
                
	border: 1px solid #666699;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.tip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EFF1F0;
	text-align: center;
	vertical-align: middle;
}

.Tip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EFF1F0;
	text-align: center;
	vertical-align: middle;
}

.codebackground {
	color:#000000;
	font-family:'Courier New', 'Courier', 'Serif';
	font-size:10pt;
	padding: 3px;
	background: #FFFFCC;
}

.Codebackground {
	color:#000000;
	font-family:'Courier New', 'Courier', 'Serif';
	font-size:10pt;
	padding: 3px;
	background: #FFFFCC;
}

.nowrap { 
  white-space: nowrap; 
}

.mainpage {
margin: 0 auto;
        width: 1206px;
		
		background-color: #1B0C06;
}
.mainall {
width: 1200px;
 background-image: url(images/frame.png);
 background-position: left top;
 background-repeat: repeat-y ;

}
.headerlogo{
width: 750px;
height: 75px;
float:left;
}
