/* linkage */

a:link,
a:visited,
a:hover {
	color: #2c3277;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
    border-style: none;
}

/* stupid <p> behavior... */
p {
	margin: 0px;
}

body {
	background-color: #ccc;
	color: black;
	font-family: Georgia, "Times New Roman", serif;
	margin-bottom: 50px;
}

div#outermain {
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	margin-left: auto;
	margin-right: auto;
	width: 784px;
}
	

div#mainbody {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #666;
	background-color: white;
	width: 780px;
}

div#masthead {
	margin: 0px;
	padding: 0px;
	border-bottom: 3px solid black;
}

div#content {
	padding: 10px 5px;
	margin-right: 27%;
}

div#rightside {
	width: 25%;
	float: right;
	border-left: 1px dotted black;
	padding: 5px;
}

#rightside .ent {
	margin-bottom: 7px;
	font-size: 9pt;
	font-family: helvetica, arial, sans-serif;
}

h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 16pt;
}

.head {
	font-size: 14pt;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.post {
	font-size: 12pt;
	margin-bottom: 10px;
}

.cn {
    font-size: 10pt;
    font-family: Gill Sans, Helvetica, Arial, sans-serif;
    font-weight: 100;
}
