@charset "utf-8";

/* reset a bunch of stuff */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ul {
	padding:0; margin:0;
}
ol {
	padding:12px; margin:6px;
	font-size:11px;
	line-height: 18px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset a bunch of stuff ending here */


/* top level elements */
* { 
	padding: 0; margin: 0;
}
html, body {
	height: 100%;
}

body {
	margin: 0; 	padding: 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif; /* your font type and size */
	color:#2e2e2d; /* font Color */
	height: 100%;
}
a img {
	border:0;
	
}
/* Common links */
a {
	color:#5E483E;
	text-decoration:none;
}

a:hover {
	color:#5E483E;
	text-decoration:underline;
}

/* Paragraph tag */
p {
    font-size: 11px;
    line-height:  1.5em;    
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* Setting the Image link and Aligning of the image */
img.no-border { 
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

/* All header tag Edit font */
h1 {
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
h2 {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
h3 {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	font-weight:bold;
}
h4 {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:20px;
}
h5 {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:22px;
}
h6 {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
.centerLayout
{ 
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	height: auto;
	width:100%;
}
.column {
		float: left; 
}
.fistLevelcolumn {
		float: left; 
}
.secondLevelcolumn {
		float: left; 
}
.whitebg {
	background-color:#FFFFFF;
}