/* 
   Template copied from http://txt2tags.sourceforge.net/
   and adapted to my needs
*/

/***************************** GLOBAL **************************** 
/ Here are the global rules, used everywhere on the page. */
div.body {
	float: left;
	padding: 0px;
	text-align: justify;
   font-family: Arial, Garamond, Times, Serif, Nafees Web Nasakh ;
   border-right: 2px dotted black;
}

div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
	font-family: Times, Verdana, Arial, Helvetica, Sans-Serif, Nafees Web Nasakh;
	color: #003333;
}

div.body h1 {
	text-align: left;
}


div.body h2 {
	text-align: left;
	margin-top: 10pt;
	margin-bottom: 18pt;
	font-size: 12pt;
	font-weight: normal;
	border-left: 2px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	background: #F0F0F0;
}

div.body h4 {
	text-align: left;
	margin-top: 10pt;
	margin-bottom: 10pt;
	font-size: 16pt;
	font-weight: normal;
	border-left: 2px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	background: #F0F0F0;
}

}
div.body h3 {
	text-align: left;
	margin-top: 10pt;
	margin-bottom: 16pt;
	font-size: 8pt;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	background: #F0F0F0;
}

div.body a {
	font-family: Arial, monospace;
	//font-size: 10pt;
	text-decoration: none;
	//color: #C00;
}

div.body a:hover {
	text-decoration: underline;
}

div.body blockquote {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	background: #FFFFBB;
	padding: 15px;
}
div.body blockquote p {
	margin-top: 2pt;
	margin-bottom: 2pt;
}

div.body pre {
	background: #FFFFBB;
	padding: 15px;
	border: 1px dashed black;
}

div.body dt {
	background: #BBFFBB;
	padding: 3pt;
	border-left: 3px solid black;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	margin-top: 18pt;
	margin-bottom: 8pt;
}

/***************************** SIDEBAR ****************************/

#sidebar
	{
	float		: right;
	width		: 15em;
	color: #003333;	
	margin		: 0 -17.6em 1em 2em;
	padding		: 1em;
	/* IE: Box model strikes again */
	_width		: 11.5em;
	_margin		: 0 -1em 0 2em;
	}
#sidebar a:hover
	{
	background-color: #FFFFBB;
	}
#sidebar ul {
	margin		: 0 0 0 1em;
	padding		: 0;
	padding-right: 10;
}
#sidebar ul li {
	list-style-type	: none;
	_border		: 1px solid #cf9;  /* IE: fixes spaced items bug */
}
#sidebar p
	{
	margin		: 0;
	}

/***************************** HEADERS **************************** 
/ Remember that headers are the first three lines of the source file.
/ They are placed inside the #header DIV when using --css-suggar.
/ So we can format it freely without messing other rules.
/
/ Yes, it is that green strip at the top. Note that the white gems
/ image is referred as background.
*/

#header
	{
	width: 100%;
	margin: 0pt;
   padding: 0pt;
	font-family: Times, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 6px solid #006600;
   color: #003333;	
  	//background: #F0F0F0;
	}
#header1
	{
	width: 100%;
	margin: 0pt;
   padding: 0pt;
	font-family: Times, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 6px solid #FF9900;
   color: #003333;	
  	//background: #F0F0F0;
	}
#header2
	{
	width: 100%;
	margin: 0pt;
   padding: 0pt;
	font-family: Times, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 6px solid #2251BD;
   color: #003333;	
  	//background: #F0F0F0;
	}
#header *
	{
	margin		: 0;
	}
#header h3
	{
	font-weight	: normal;
	}


/***************************** CONTENT ****************************/

#body
	{
   width       : 79% ;
	margin		: 0;
	padding		: 0 2em 2em 2em;
	border-top	: 0px solid ; /* Required: Fixes spacing bug */
	line-height	: 130%;
	font-size	: 90%;
	_font-size	: 80%; /* IE: Font becomes ugly with 90% */
	}

#body h2
	{
	padding-top	: 1em;
	font-size	: 150%;
	font-weight	: normal;
	}

#SOUTH
	{
	color:#FF9900;
	}
#SOUTHEAST
	{
	color:#2251BD;
	}
#ASIA
	{
	color:#006600;
	}
