/* general tags */

body {
	background-image: url(../images/jpgs/bkgnd.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:hover {
	color:red;
	text-decoration: underline;
}

ul.bullet {
	list-style-position: inside;
	list-style-image: url(../images/gifs/anabull1.gif);
}

.default {
	list-style-position: outside;
	list-style-type: square;
}

/* event layout */

#contentColumn
{
	width: auto;
	margin-left: 199px;
}

#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 Internet Explorer float bug */
        border: 1px solid #bcc5e1;
	background-color: #ecf0fc;
	padding: 15px;
	margin: 10px;
	margin-left: 0px;
}

#contentColumn>#innerContentColumn
{
	height: auto;	/* Fix Opera which breaks with the above Internet Explorer fix */
}

#innercontentcolumn
{
	height: 100%;	/* Fix Internet Explorer 5.0 which parses the Opera fix, note the selector is all lower case */
}


/*header style */

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0066FF;
}

.headline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#006633;
}


#container {
	display: block;
	padding: 0px;
	width: 499px;
	margin-left: 100px;
}

table.events {
	margin: 0px;
	padding: 0px;
}

.bodytext, a:link, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:normal;
}


/*sitemap */

a.sitemap:link, a.sitemap:hover, a.sitemap:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding: 4px;
	height: 20%;
	width: 400px;
	text-decoration: underline;
}

a.sitemap:link {
	color: #666666;

}

a.sitemap:hover {
	color: #996600;
}

a.sitemap:visited {
	color:#333333;
}

ul.sitemap, li.sitemap {
	list-style-type: square;
}

.calander {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/* header */

#header {
	/*background-image: url(../images/gifs/logo_header.gif);*/
	background-color: #FFFFFF;
	width: 700px;
	margin: 0;
	border: none;
	background-repeat: no-repeat;
	height: 143px;
	background-position: center center;
}

/* footer */

#footer a:link, a:visited {
	width: 500px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	color: #006600;
}
	
#footer {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
} 

#footer a:hover
	{color:#996600; text-decoration:underline;}
