html
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}

body
{
    background-color: #ffffff;
    background-image: url(../images/gr-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    font-family: calibri, verdana, tahoma;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}

h1
{
    font-weight: 400;
    font-size: 20px;
}

h3
{
    font-weight: 400;
    font-size: 16px;
}

a
{
    color: #94A4BB;
    text-decoration: none;
}

a:hover
{
    color: #15355C;
    text-decoration: underline;
}

a img
{
    border: none;
}

.padded
{
    padding: 0px 10px;
}

/*
header and footer
*/

div#container
{
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

div#mainwindow
{
    position: absolute;
    text-align: center;
    display: block;
    top: 50%;
    left: 50%;
    height: 556px;
    width: 784px;
    margin-top: -278px;
    margin-left: -392px;
    font-size: 14px;
    color: #666666;
    border: none;
}

div#top
{
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 784px;
    padding: 0;
    margin: 0;
    height: 80px;
}

div#menu
{
    width: 211px;
    height: 475px;
    border: none;
    float: left;
}

div#menu img
{
    padding: 0px;
    margin: 0px;
    border: none;
}

div#menu img#menutop
{
    height: 31px;
}

div#menu ul
{
    padding: 0px;
    margin: 0px;
    margin-top: -3px;
    list-style: none;
    border: none;
    top: 31px;
}

div#menu ul li
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    height: 40px;
}

div#menu ul li a
{
    border: none;
}

div#content
{
    width: 558px;
    height: 471px;
    overflow: auto;
    left: 211px;
    float: right;
    margin: 2px 2px 5px 2px;
    padding: 0px 5px 0px 3px;
}

/*
end header and footer
*/

img.heading
{
    text-align: left;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*
events page
*/

div#eventlist
{
	clear: right;
}

div#eventlist ul#todaysevents
{
	border: none;
	text-align: center;
}

div#eventlist li, dv#eventlist ul
{
	list-style-image: none;
	list-style: none;
	list-style-type: none;
	list-style-position: inside;
    margin: 5px;
    padding: 5px;
    font-size: 11px;
}


div#eventlist li.heading
{
	background:#ffffff;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}


div#eventlist ul#upcomingevents
{
	width: 40%;
	text-align: center;
	float: left;
    margin: 0px;
}

div#eventlist ul#pastevents
{
	width: 40%;
	text-align: center;
	float: right;
    margin: 0px;
}

div#eventlist div#rssicon
{
    float: left;
    padding: 15px;
    clear: both;
}
/*
end events page
*/