div.pss, div.psk, div.development
{
	border-top: solid 1px #E8D8AC;
}

h2
{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 125%;
}

h3, h4
{
	font-size: 1.2em;
	line-height: 125%;
	font-weight: bold;
	margin: 0 0 .25em 0;
	padding: 0;
}

#content p
{
	margin-top: 0;
}
.pss h2, .pss h4
{
	color: #993300;
}



#content .psk h2, #content .psk h4
{
	color: #D95922;
}

#content .development h2, #content .development h4
{
	color: #999999;
}

table.calendar
{
	float: right;
	display: inline;
	background-color: #e2e2e2;
	border: #afafaf 1px solid;
	padding: 4px 2px;
	border-collapse: collapse;
	margin-top: 0;
	margin-bottom: 20px;
}

table.calendar td.active-day
{
	background-color: white;
}

table.calendar td.selected-day
{
	background-color: #7A93A4;
	color: white;
}
table.calendar td
{
	margin: 0;
	padding: 3px;
}

table.calendar td a
{
	display: block;
	color: black;
	text-decoration: none;
}

table.calendar th.day-of-week
{
	color: #AFAFAF;
	padding: 3px;
}

table.calendar td.prev-month, table.calendar td.next-month
{
	font-size: 1.2em;
	padding-bottom: 5px;
}

table.calendar td.next-month
{
	text-align: right;
}
table.calendar td.month
{
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 5px;
}

table.calendar td.month a
{
	font-weight: bold;
	text-decoration: underline;
}

table.calendar td.today
{
	text-align: center;
}

table.calendar td.today a
{
	text-decoration: underline;
	display: inline;
}

#sidebar
{
	padding-top: 0;
}

#sidebar #twocol
{
	width: 440px;
	padding: 0 22px;
	text-align: left;
}

#sidebar #twocol #leftcol
{
	float: left;
	display: inline;
	width: 197px;
	padding: 0;
	margin: 0;
}

#sidebar #twocol #leftcol #notices
{
	background-color: #999999;
	border: 1px solid #666666;
	padding: 15px 11px;
	font-size: 1.1em;
	line-height: 125%;
	margin: 15px 0  30px 0;
	color: white;
}

#sidebar #twocol #leftcol #notices p
{
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: .5em;
}

#sidebar #twocol #leftcol #downloads h1
{
	font-size: 1.3em;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#sidebar #twocol #leftcol #downloads p
{
	font-size: 1.1em;
	color: #3B507D;
	line-height: 150%;
}

#sidebar #twocol #leftcol #downloads a
{
	text-decoration: none;
	color: #3B507D;
}

#sidebar #twocol #leftcol #downloads a:hover
{
	text-decoration: underline;
}

#sidebar #twocol #rightcol
{
	float: right;
	display: inline;
	width: 194px;
	border: 1px solid #7A93A4;
	background-color: #E8D8AC;
	padding: 0;
	margin: 0;
}

#sidebar #twocol #rightcol h1
{
	background-color: #7A93A4;
	padding: .75em 13px;
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
}

#sidebar #twocol #rightcol p
{
	padding: 0 13px;
	margin: .5em 0;
	line-height: 150%;
	font-size: 1.1em;
	color: #3B507D;
}

#sidebar #twocol #rightcol p a
{
	color: #3B507D;
	text-decoration: none;
}

#sidebar #twocol #rightcol p a:hover
{
	text-decoration: underline;
}

#sidebar #twocol #rightcol p a.active
{
	color: #993300;
}

