
*
{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px;
	margin:0px;
	border-width:0px;
} 
/*  	TAG styles     */

A:link,A:visited,A:active
{
	text-decoration:none;
	color: black; 
	font-weight:200;
	cursor:pointer;
}

A:hover
{
	text-decoration:underline;
	color: blue; 
	cursor:pointer;
}


body 
{
	padding:0; 
	margin:0;
	font-family: tahoma, Arial , sans-serif;
	font-weight:normal; 
	font-size: 14px; 
	color: black; 
	line-height:22px;
	background-color:#ffffff;
	background-repeat:repeat;
    background-attachment:fixed;

}

iframe
{
	border: solid;
	border-color:#FFFF00;
	border-width:0px; 
}

div
{
	margin:0px;
	padding:0px;
}

td
{
	text-align:center;
	font-size:12;
}

div.swap_pic
{
    position:absolute;
    margin-left:0;
    margin-right:0;
}

img
{
	border-style:solid;
	border-width:1;
	border-color:#000000;
}

span.pageheader
{
	font-family:Lucida Handwriting;
	font-size:16px;
}


/*  	CLASS styles     */


.topmenu
{
	cursor:pointer;
	margin:0;
	padding:0;
	color: white; 
	font-weight:200;
	height:41;
	width:159;
	font-size:20;
	text-decoration:none;
	/*background-image:url(../images/menubg1.jpg);*/
	
}

.topmenu_mo
{
	cursor:pointer;
	margin:0;
	padding:0;
	color: #888888; 
	font-weight:200;
	height:41;
	width:159;
	font-size:20;
	text-decoration:none;
	/*background-image:url(../images/menubg1.jpg);*/
}

.menutitle
{
	font-size:12;
	font-weight:bold;
	color:#DDD4B9;
	cursor:pointer;
}

.menulink
{
	cursor:pointer;
	color:#ffffff;
}

.calendar_bold
{
	font-size:10;
	font-weight:bold;
	color:#000000;
}

.calendar
{
	font-size:10;
	font-weight:normal;
	color:#000000;
}

.content
{
	margin:3;

}

.rsslinkstyle
{
	font-family:Arial;
	color:#0000ff;
}

.rssdescriptionstyle
{
	font-family:Arial;
	color:#000000;
}



/*  	ELEMENT styles    */

#indexbody
{
}

#header {
  position : absolute;
  width:100%;
  height:349px;
  top : 0px;
  left : 0px;
  color : #000000;
  text-align:center;
  border-width:0;
  border-style:solid;
  border-color:#000000;

}
	
#mainmenu 
{
  position : absolute;
  top : 305px;
  left : 0px;
  width:220px;
  height:620;
  padding:0px;
  margin:0;
  text-align:center;
  background-repeat:repeat;
  border-style:solid;
  border-width:0;
  border-color:#000000;
}

#content_frame 
{
  position : absolute;
  height:608px;
  padding-top:0;
  padding-left:5;
  padding-right:25;
  padding-bottom:0;
  margin:0;
  
}

#content {
  position:absolute;
  overflow-y:hidden;
  overflow-x:hidden;
  top:349px;
  left:206px;
  padding:2px;
  margin:0px;
  border-style:none;
  border-width:0;
  
} 

#contentwrp {
  position:absolute;
  overflow-y:hidden;
  overflow-x:hidden;
  top:349px;
  left:206px;
  width:609px;
  height:499px;
  padding:0px;
  margin:0px;
  border-style:none;
  border-width:0;
  border-color:#000000;
  background-repeat:repeat;
  
} 

#contentbg {
  position:absolute;
  overflow-y:hidden;
  overflow-x:hidden;
  top:349px;
  left:206px;
  width:609px;
  height:499px;
  padding:0px;
  margin:0px;
  border-style:none;
  border-width:0;
  border-color:#000000;
  
} 


#calendar{
  position : absolute;
  top:349px;
  left: 0px;
  height:500;
  background-color : #ffffff;
  border-style:solid;
  border-width:0;
  border-color:#000000;
}

#footer{
  position:absolute;
  top:665px;
  left:3;
  height:30;
  border-style:solid;
  border-width:0;
  border-color:#000000;
  color:#000000;
  text-align:center;
}

#indexdiv
{
	height:699;
	top:5;
}

#indexdiv2
{
	height:0;
	width:0;
	overflow:hidden;
}

#uparrow
{
  position:absolute;
  top:160;
  left:793;
  z-index:500;
  border-style:solid;
  border-width:1;
  border-color:#000000;
}

#downarrow
{
  position:absolute;
  top:718;
  left:793;
  z-index:500;
  border-style:solid;
  border-width:1;
  border-color:#000000;
}