body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.fett {
	font-weight: bold;
	}

h1, h2, h3 {
    color: #93107e;
	
    font-size: 19px;
    margin-bottom: 10px;
}

h4 {
    color: #93107e;

    font-size: 15px;
}


#mainbox {
    background-color: #FFFFFF;
    /*
	border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    */
	margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 980px;
}

.bannerbox {
    background: url("images/bg_bannerbox.jpg") repeat scroll 0 0 transparent;
    height: 115px;
    position: relative;
    white-space: nowrap;
    width: 980px;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;	
	border-top: 1px solid #D9D9D9;	
}

.logobox {
    left: 22px;
    position: absolute;
    top: 30px;
}

a {
    color: #666666;
    text-decoration: underline;
}

.login {
    background: url("images/bg_login.gif") repeat scroll 0 0 transparent;
    height: 35px;
    position: absolute;
    right: 2px;
    top: 1px;
    width: 214px;
}

.loginlinkbox {
    left: 84px;
    position: absolute;
    top: 9px;
}

a.loginlink {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.bannersublinebox {
    height: 40px;
    position: relative;
	width: 980px;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;	
	border-bottom: 1px solid #D9D9D9;
}

.bannersubline {
    color: #91398E;
    font-family: Verdana;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 2px;
    padding-left: 24px;
    padding-top: 8px;
}

.bannersubline2 {
    position: absolute;
    right: 20px;
    top: 4px;
}

.clear {
    clear: both;
}

#maincontentbox {
    _padding: 20px;
    _width: 940px;
}

.breadcrumb {
    font-style: italic;
	font-size: 12px;
    padding-top: 7px;
    text-align: left;
}

.contentbox {
    _float: left;
    _margin-right: 20px;
    _width: 620px;
}

.contacts {
	font-size: 13px;
		
}

#footernavbox {
    background: url("images/bg_footernav.gif") repeat-x scroll 0 0 #404040;
    color: #FFFFFF;
    padding: 4px 0;
    position: relative;
	color: #fff;
	text-align: center;
}

.footertext {
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#footerspacerbox {
    background-color: #FFFFFF;
    color: #FFFFFF;
    height: 20px;
}


