/*Reset CSS for x-browser compatibility*/
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%;
}

html {
	height:100%;
	min-height: 650px;
}

body {
	min-height: 650px;
	height:100%;
	background-image:url(./images/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
}

img { 
	border: 0px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2.0em;
	font-family:tahoma;
	font-weight: normal;
	margin-bottom: 15px;
}

#vertfloat {
	min-height:320px;
	height: 50%;
	//height:400px;
	margin-bottom: -320px;
}

#centerfloat {
	margin-left:auto;
	margin-right:auto;
	width: 750px;
}
	
#contentframe {
	width: 100%;
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px;
}

#menutable {
float: left;
width: 480px;
margin-right: 10px;
}

.menuitem {
float:left;
margin:5px;
//margin:2.5px;
}

#content {
float: right;
width: 260px;
font-family: verdana, arial;
font-size: 0.8em;
line-height: 1.5em;
color: #777777;
}

#certificates {
	width: 100%;
	background-color:#fff;
	border:1px solid #ccc;
	border-top:0;
	padding:10px;
}

#certificates img {
	vertical-align: middle;
	margin-right:20px;
}

p {
margin-top: 0.6em;
}

a {
	color: #777777;
	text-decoration: none;

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

a:visited {
	color: #777777;
}




