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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
body {
	line-height: 1;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}

 sup{
	font-size: 10px;
	text-transform: capitalize;
	vertical-align: super;
}


body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	background-color: #CCC;	
	
	
}


#banner {height: 150px; margin: 0px;
	padding: 0px;
}


#wrapper {
	margin: 0 auto;
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
	
	
	
	
}
#wrapper #content {
	background-color: #FFF;

	padding-right: 7px;
	padding-left: 7px;
	min-height: 300px;
}



#navigation {
	height: 20px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 26px;
	 border-bottom: 1px dotted #C1C1C1;
    color: #365990;
    margin-bottom: 7px;
    padding: 0 0 3px 10px;
	margin-top:13px;
	
}

h2 {
	font-size: 22px;

	padding-top: 14px;
	padding-bottom: 14px;
}

h3 {
	font-size: 16px;
		padding-top: 7px;
	padding-bottom: 7px;
}

h4 {
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	
}


div.col1 {
	float: left;
	width: 33%;
	margin-right: 10px;	
	
}
div.col2 {
	float: left;
	width: 33%;
	margin-right: 10px;	
	
	
}
hr {
	border: 0;
	background-color: #B7B7B7;
	height: 1px;
	width: 100%;
	margin-bottom: 0px;
    }


.border {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #ddd;
    margin: 0 7px 0 7px;
    padding: 7px;
}

.left{float:left !important; margin-right:65px !important;}
.right{float:right !important; margin-left:15px !important;}

.clearfloat {
	clear: both;
height: 0px;

}

#footer {
	background-color: #d6edbd;
	padding-right: 7px;
	padding-left: 7px;
	border-top: 5px solid #32504B;
	margin-top: 20px;	
	min-height: 40px;
}
