/* general */
body {
	margin: 10px;
	padding: 0;
	line-height: 1.2em;
	font-family: arial;
	font-size: 83%;
}

b {font-size: 100%;}
em { color: red; }
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3, h4 { font-size: 125%; margin-bottom: 2px;}
a { color: #0000DE; }
a:hover { color: #999999; }
hr { color: #eee; height: 1px; }
table { color: #000; }
table a { color: #6f940d; font-size: 105%; }
form { margin-top: 0px; }

/* general end */


/* main container for whole body */
#maincontainer {
	width: 840px;
	margin: 0 auto;
	border: 1px solid #000;
	background: url(images/leftnavbg.jpg) repeat-y scroll left 0
}
/* main container end */


/* top banner, header and logo area */
#topsection {
	background: #10375e;
	height: 90px;
}

#topsection h1 {
	margin: 0;
	padding-top: 15px;
	float: left;
}

#topsection h2 {
	margin-top: -5px;
	padding-left: 10px;
	font-size: 90%;
	color: #eeeeee;
	float: left;
	clear: left;
}

#topsection .headerad {
	/* float: right; */
	padding: 15px;
	color: #eeeeee;
	margin-left: 336px; /* 342px; */
}

#topsection .headerad img {
	/* border: 1px solid #006699; */
}
/* top banner, header and log area end */


/* top nav bar */
#topnav {
	width: 100%;
	height: 18px;
	background: #006699;
	text-align: center;
	font-size: 90%;
	color: #fff;
	padding: 3px 0px;
}

#topnav a {
	padding-left: 4px;
	padding-right: 4px;
	color: #eeeeee;
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: underline;
	color: #fff;
}

/* top nav bar end*/


/* content wrapper that has left column (nav) and content column */
#contentwrapper {
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
}

#contentwrapper .leftcolumn {
	float: left;
	width: 200px;
	height: 100%;
	line-height: 1.9em;
}

#contentwrapper .leftcolumn a {
	font-size: 90%;
	color: #10375E;
	text-decoration: none;
	/* text-transform: uppercase;*/
	font-weight: bold;
}

#contentwrapper .leftcolumn a:hover {
	text-decoration: underline;
}

#contentwrapper .leftcolumn h3 {
	font-size: 1.2em;
	color: #10375E;
}

#contentcolumn {
	margin-left: 200px;
	height: 100%;
	width: 637px;
	background: #fff;
	text-align: justify;
}

#contentcolumn h3 {
	margin-top: 1em; 
	margin-bottom: 0.5em;
}

#contentcolumn h3 small {
	font-size: 80%;
}

#contentcolumn h4 {
	font-size: 105%; 
}


/* content wrapper/left column/content column end */


/* footer */
#footer {
	clear: left;
	width: 100%;
	height: 20px;
	background: black;
	color: #eeeeee;
	text-align: center;
	padding: 4px 0;
	font-size: 80%;
}

#footer a {
	color: #EAEAEA;
	text-decoration: none;
	margin-top: -100px; /* keep it stick to the content */
}
/* footer end */


/* margin creators within the columns */
.innertube {
	margin: 10px;
	margin-top: 0;
}

.innertube1 {
	margin: 10px;
	height: 100%;
}
/* margin creators end */

/* google ad */
.gad1 {
	margin-left: -8px;
	margin-bottom: -5px;
}

.nextprev {
	color: #fff;
	border: 1px solid #d1f289;
	font-weight: bold;
	background-color: #a1cf26;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

.inp {
	border: 1px #d1f289 solid;
}

.inpcontact {
	border: 1px #d1f289 solid;
	width: 300px;
}

.sub {
	color: #fff; 
	border: 1px solid #d1f289; 
	font-weight: bold; 
	background-color: #a1cf26;
}

