/* CSS Document by Surendro | */

* {margin: 0;
   padding: 0;
}

p {
	margin-bottom: 15px;
	
	padding: 5px;
}

h1 {
	font:bold small-caps 2em/10px Garamond, Times, serif;
	color:#6cd;
}

h2 {
	font-size:1.0em;
	color:#7a7;
	margin-bottom: 15px;
	
}
   
h3 {
	margin-top: 5px;
	color: #595726;
	font-size: 0.75em;
	background-color: #FFFFFF;
	padding: 4px;
}

h4 {
	color: #595726;
	font-size: 0.5em;
	background-color: #FFFFFF;
	padding: 4px;
	text-align: left;
}

a:link {
	color: #6C6A41;
	text-decoration: none;
}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #000000}   /* mouse over link */
a:active {color: #000000}   /* selected link */
   
.float_left {float: left;
              margin-right: 6px;}

body {
    font-size: 100%;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	
	
	padding-right: 10px;
	
	margin-bottom: 5px;
	text-align: right;
	color: #CCCCCC;
	padding-top: 1px;
}


#left {width: 47.25%;
       float: left;
	   font-size: 0.75em;
			color:#999;
		body-color: #ffffff;
}

#right {width: 47.25%;
        float: right;
		font-size: 0.75em;
			color:#999;
	body-color: #ffffff;
}





#footer {
	font-size: 0.75em;
	background-color: #f9f9f9;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
	padding: 15px;
	clear: both;
}


#navcontainer
{
	margin-bottom: 1em;
	overflow: hidden;
	width: 100%;
	font-size: 0.75em;
	font-style: italic;
	font-color: color: #999;
	border-bottom: 1px; 
	border-top: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#navlist
{
	list-style-type: none;
	color: #000000;
}

#navlist li
{
border-left: 1px;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

