html, body, #wrapper {
	height: 100%;
}
body > #wrapper {
	height: auto; min-height: 100%;
}
/* css reset v1.0 | 20080212 */
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: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

/* 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;
}
/*end of reset*/

body {
	font: 80%/1.6 Geneva, Tahoma, Verdana, sans-serif;
	word-spacing: 0.1em;
	font-size:13px;
	color:#1b3571;
}
a{
    text-decoration:none;
    color:#007900;
}
a:hover{
    color:#663399;
}
/*
a:visited{
    color:#41BDFA;
    text-decoration:none;
}
a:visited:hover{
    /*color:#990099;
    text-decoration:underline;
}*/
input {
	padding: 2px 7px;
}

/*Template*/
.endleft {
	margin-left: 0 !important; 
}
.endright {
	margin-right: 0 !important;
}
.left{
    float:left;
}
.right{
    float:right;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

