
* {
	margin: 0;
	padding: 0;
	border: 0;
	/*
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	*/
}


html, body { 
	line-height: 1.5; 
	background: #737CA1 url(../content/images/bkg_content00.jpg) repeat-x;
	margin: 0;
	padding: 0; 
	width: 100%;
	height: 100%;
	min-width: 702px;
}

hr {
	margin-top: 15px;
	width: 100%;	
	clear: both;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { 
	border-collapse: separate; 
	border-spacing: 0;
	width: 700px;
	background: #fff;

	margin-left: auto;
	margin-right: auto;
}

caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a {
	color: #fff; /*#607293;*/
	text-decoration: none;
}

a:hover {
	color: #c0c0c0; /*#354158;*/
}



#footer {
	margin-top: 20px;
}

.wrapper { 
	padding: 13px 0 0 0;
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -3.2em; 
} 

.footer, .push { 
	margin-left: auto;
	margin-right: auto;
    height: 3.2em; 
} 

.nav {
	float: right;
	margin-top: -15px;
}


.home .imagemenu {
	background: url(../img/nav-imagemenu.gif) no-repeat top left;
	width: 500px;
	height: 22px;
	text-indent: -9999px;
}


