/* structure */

#leftcol {
	width : 250px;
	float : left;
	padding : 20px
}

#rightcol {
	margin-left : 300px;
	width : auto;
	padding : 20px
}

#logo {
	margin-bottom : 3em
}

#centeredpage {
	text-align : center
}


#text {
	margin-right : 20%
}

#text h1 {
	margin-bottom : 2em
}


/* layout */

html * { font-size: 100.01%; }

body {
    font-family:  Arial, Helvetica, sans-serif;
    color: #333; 
  }
  
h1 { font-size: 150% }
#goonlink {	font-size : 120% }


#rightcol h1, h1.welcome {
    font-family: "Times New Roman", Times, serif;
    font-weight:normal;
    color:#222
  }

#text p {
	font-size : 95%
}


#nav ul li {
	list-style-type : none;
	line-height : 1.8em
}

a,a:link,a:active {
	color: navy;
	text-decoration:	none;
}

a:visited {
	color:#7f7f7f;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}


.green {
	color : green
}

.bold {
	font-weight : bolder
}
