body {font:13px "Trebuchet MS",helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% verdana,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}

body {
	margin: 0;
	padding: 0;
	background-image: url(/images/red-background.gif);
	background-repeat: repeat-y;
	background-position: -40px;
	font-size: 92%;
	font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
}

h1 {
	font-size: 122%;
}

h2 {
	font-size: 114%;
}

h3 {
	font-size: 107%;
}

h4,h5,h6 {
	font-size: 100%;
}

hr {
	border: 1px solid #000000;
	width: 90%;
	text-align: center;
}

#navigation {
	float: left;
	width: 230px;
}

#container {
	margin-left: 230px;
	padding: 15px;
}

#header {
	text-align: center;
}

#footer {
	margin-top: 100px;
	margin-bottom: 15px;
	text-align: center;
}

#navigation ul {
	margin: 0px;
	padding: 30px 0px 0px 15px;
	list-style: none;
}

#navigation ul li {
	background-image: url(/images/gold-square.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 5px;
	background-position: left center;
}

input, select {
	font-size: 77%;
}

.menu {
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
}

.selectedmenu {
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
}

a.menu:hover {
	color: #DFA000;
}

#content {

	padding-left: 20px;
	line-height: 1.4em;

}

#content h1, #content h2 {

	margin-left: -15px;
	line-height: 1.4em;

}

#punwrap h1, #punwrap h2 {

	margin-left: 0px;
	line-height: 1.4em;

}

#content ul li {
	padding-left: 25px;
	margin-bottom: 5px;
}

#punwrap ul li {
	padding-left: 0px;
	margin-bottom: 0px;
}

.cal {
	width: 600px;
	margin: auto;
	background-color: #DFA000;
}

.cal td {
	width: 12%;
	height: 50px;
	vertical-align: top;
	text-align: left;
}

.calHeader {
	background-color: #990000;
	color: #ffffff;
	font-weight: bold;
}

.calHeader td {
	text-align: center;
}

.calInvalidDay {
	padding: 2px;
	background-color: #F1E3BE;
}

.calNormalDay {
	padding: 2px;
	background-color: #F1CF77;
}

.calCurrentDay {
	padding: 2px;
	border: 2px solid #990000;
}

.calNumber {
	float: right; 
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
	color: #990000;
	width: 20px; 
	text-align: center; 
	padding: 2px;
	font-weight: bold;
}
