﻿* {padding:0;margin:0;}

BODY 
{
    background: url(../images/bg.gif) #00489C repeat-x;
    margin:0;
    font-family: arial, sans-serif;
    font-size: 10pt;
    color:white;
}

A { text-decoration: none; }

A:hover { text-decoration: underline; }

.bg2    
{
    width:100%;
} 

DIV #content-wrapper
{
   width:930px;  margin-left: auto;  margin-right: auto; overflow:hidden;
}  

DIV #mainmenu
{
    white-space:nowrap;
}

DIV #module-content
{
	width:100%;
	margin-left:40px;
}

DIV #left-column
{
    width:230px;
    float:left;
    margin-top: 28px;
}

DIV #center-column
{
    width:432px;
    float:left;
    margin-top: 30px;
}

DIV #right-column
{
    width:230px;
    float:left;
    margin-top: 28px;
}


.small-module-header
{
	width:224px;
    padding-bottom:10px;
}

.small-module-inner
{
    background: url(../images/module-gradient.png) #0B0B0B repeat-x;
    font-size: 9pt;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    min-height: 70px;
}

.large-module-header
{
	width:426px;
    padding-bottom:10px;
}

.large-module-inner
{
    background: url(../images/module-gradient.png) #0B0B0B repeat-x;
    font-size: 9pt;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    min-height:200px;
    text-align:center;    

}

.placeholder
{
	vertical-align:middle;
	text-align:center;
	padding:15px 15px;
}

.clickable
{
	cursor:pointer;
}
