body
{
	background-image:url(../images/bg.png);
}
#logo
{
	background-image:url(../images/logo.png); width:132px; height:85px; float:left; 
}
#menu
{
	width:823px; float:left; text-align:right; padding-right:12px;
}
/*
#header
{
	background-image:url(../images/header.png); width:972px; height:400px;
}
*/
#header
{
	width:972px; height:400px;
}
#main-container
{
	width:972px;
}
#main-bg
{
	width:972px; background-image:url(../images/main-bg.png); height:563px;
}
.menu
{
	font-family:Calibri; font-size:10pt; color:#6A6A6A; text-decoration:none; padding-left:3px; padding-right:3px;
}
.menu:hover
{
	font-family:Calibri; font-size:10pt; color:#6D134F; text-decoration:none; padding-left:3px; padding-right:3px;
}
.menuselected
{
	font-family:Calibri; font-size:10pt; color:#6D134F; text-decoration:none; font-weight:bold; padding-left:3px; padding-right:3px;
}
#home-container
{
	width:669px; text-align:left; padding-left:17px; padding-top:17px; padding-right:20px; float:left;
}
#omplagg-container
{
	width:669px; height:545px; text-align:left; padding-left:17px; padding-top:17px; padding-right:20px; float:left;
}
#home-pic
{
	width:369px; height:545px; padding-left:15px; float:left;
}
#right-pane-top
{
	float:left; width:263px; height:160px;
}
#right-pane-bottom
{
	float:left; width:263px; 
}
.purpleheading
{
	font-family:Calibri; font-size:14px; color:#6D134F; font-weight:bold;
}
.txtbox-bg
{
	background-image:url(../images/txtbox.png); width:218px; height:26px; vertical-align:bottom; background-repeat:no-repeat; padding-top:3px;
}
.txtarea-bg
{
	background-image:url(../images/txtarea.png); width:218px; height:112px; vertical-align:bottom; background-repeat:no-repeat; padding-top:3px;
}
.txtbox
{
	font-family:Calibri; width:203px; height:13px; border:0; font-size:9pt; color:#8A8A8A; font-weight:bold; padding-left:4px;
}
.button
{
	background-image:url(../images/black_button.png); width:210px; height:20px; background-color:#FFFFFF; border:0px; cursor:pointer; font-family:Calibri; color:#FFFFFF; font-size:12px;
}
.footer
{
	font-family:Calibri; color:#9B9B9B; font-size:12px;
}
.grayfooter
{
	font-family:Arial, Helvetica, sans-serif; color:#333; font-size:11px; font-weight:bold; text-align:right; padding-right:12px;
}
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.cursor
{
	cursor:pointer;
}
.grayfooter
{
	font-family:Arial, Helvetica, sans-serif; color:#888888; font-size:11px; font-weight:bold; text-align:center; text-decoration:none;
}