/********* GLOBALS *********/


html, body{
height:auto !important;
height:100%; 
min-height:100%;
font-family:arial, sans-serif;
color:#2f2f2d;
font-size:14px;
}

h1,h2{
line-height:1em;
font-family: Arial, sans-serif;
letter-spacing:-1px;
text-transform-none;
}

h3,h4,h5,h6{
letter-spacing:-1px;
line-height:1em;
}

h1 { font-size: 27px; }
h2 { font-size: 23px; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.10em; }
h5 { font-size: 1.06em; }
h6 { font-size: 16px; }


/********* WhiteSpace Fix *********/

* { padding:0; margin:0; } 

li, dd { 
margin:0;
padding:0;
list-style-type:none;
} 

dt{
font-family: "Trebuchet MS", Arial, san-serif;
}

fieldset { 
padding:0; 
} 

img { 
border:0;
margin:0; 
padding:0; 
}

/***** HOLLY HACK *****/
/* Hides from IE-mac \*/
* html .rgtCol, .lftCol, .mainBodyCnt, .mainBody, .cBoxMain, .cBot, .partLogo, ul, li{height: 1%;}
/* End hide from IE-mac */

/***** CLEAR FIX *****/

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/****** Global Forms ******/
form, input {
margin:0;
padding:0;
}

input{border:1px solid #000;height:20px;}

/********* PNG TRANSPARENCY FIX *********/
img{
behavior:url(pngIE.htc);
}

/********* global positioning *********/

.centered{margin:0 auto;}
.righted{margin:auto 0;}


