/*************** Exchange elements ***************/
/* 
heighlight
heading
subheading
shade
light
width
width - 100
sidewidth
*/
/*************** Basic elements ***************/
.sitebox {
	margin: 0 auto;
	width: 770px; /* width */
}
#sitehead1 {
        padding: 0px;
        position:absolute;top: 2px;
        text-align: center;
        width: 770px; /* width - 100 */
}
#sitehead1 h1 {
        font-size: 11px;
        font-weight: normal;
        color: #ff0000;
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
#sitehead2 {
        padding: 0px;
        position:absolute;top:88px;
        width: 770px; /* width - 100 */
        text-align: center;
}
#sitehead2 h2  {
        font-size: 11px;
        font-weight: normal;
        color: #ff0000;
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
#sitedesc{
        width: 500px; /* width - 100 */
        padding: 0px;
        position:absolute;top:180px;
        font-size: 12px;
        font-weight: normal;
        line-height: 15px;
        margin-left: 260px;
        color: #ff0000;
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
#pagehead1 {
	padding: 0px;
}
#pagehead1 h1  {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
	font-weight: bold;
	color: #660000; /* heading */
}
#pagehead2 {
	padding: 0px;
}
#pagehead2 h2  {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
	font-weight: bold;
	color: #003366; /* subheading */
}
#pagesent{
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
/*************** Map elements ***************/
.MapBase{
	font-size: 12px; 
	font-weight: normal;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
.MapBase li a {
	font-size: 12px; 
	text-decoration: none;
	font-weight: normal;
}
.MapBase li a:hover {
	font-size: 12px; 
	text-decoration: underline;
	font-weight: normal;
}
/*************** Item elements ***************/
.ItemBase{
	font-size: 11px; 
	font-weight: normal;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
.ItemLnx:link {
	text-decoration: none;
}
.ItemLnx:hover {
	text-decoration: underline;
}
/*************** Tag elements ***************/
#TagArea{
}
.TagBase{
	width:200px; /* sidewidth */
}
.TagLnx:link {
	font-weight: bold;
	text-decoration: none;
}
.TagLnx:hover {
	font-weight: bold;
	text-decoration: underline;
}
/*************** Cal elements ***************/
#CalArea{
}
.CalBase{
	width:200px; /* sidewidth */
	background-color: #ffffff;
}
.CalMonth {
	font-size: 12px; 
	font-weight: bold;
	color: #333333;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	background-color: #ffffcc; /* light */
}
.CalWeek {
	font-size: 12px; 
	font-weight: bold;
	color: #ffffff;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	background-color: #73654a; /* shade */
}
.CalDays {
	padding: 2px;
	font-size: 12px; 
	font-weight: normal;
	color: #333333;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	background-color: #ffffcc; /* light */
}
.CalToday{
	padding: 2px;
	font-size: 12px; 
	font-weight: normal;
	color: #333333;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	background-color: #FFCC66; /* highlight */
}
.CalLnx:link {
	font-weight: bold;
	text-decoration: none;
}
.CalLnx:hover {
	font-weight: bold;
	text-decoration: underline;
}