/*-General-----------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6,  div {
	margin:0px;
	padding:0px;
}

h1 { font-size: xx-large}
h2 { font-size: x-large}
h3 { font-size: large; color: #333366}
h4 { font-size: medium}
h5 { font-size: small}
h6 {
	font-size: xx-small;
	font-weight : normal;
}

a img {border:none;}
a:link, a:visited { text-decoration: none; color: #DD0000; font-weight: bold}
a:hover, a:active { text-decoration: none; color: #339933; font-weight: bold}

/*-Main Layout-------------------------------------------*/

#overall {
	margin:0px 0px 10px;
	padding:0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*-Header-------------*/

.header {
	position:relative;
; padding-top: 5px
}

#title {position: absolute;; clip:  rect(   )}

/*-Left Column--------*/

.leftcolumn	{
	font-family: Arial, Helvetica, sans-serif;
}

.leftcolumn  a {
	font-size : small;
}

/*-Center Column------*/

.centercolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.centercolumn li {
	padding-bottom : 10px;
}
/*-Footer-------------*/

.footer {
	padding-bottom: 10px;
}
