@CHARSET "UTF-8";

/******************************************************************************
* defaults
******************************************************************************/

html, body 
{
	height: 100%;
	text-align: left;
}

#page-bg 
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#doc
{
    position: relative;
    z-index:1;
    height: auto; 
    min-height: 100%;
}

h2
{
    font-size: 197%;
    font-style: italic;
    font-weight: lighter;
    background-color: inherit;
    color: #0071BC;
}

h3
{
    font-size: 123.1%;
    font-style: italic;
    font-weight: lighter;
    background-color: inherit;
    color: #39B54A;
}

th, td 
{
    border: none;
}


/******************************************************************************
* header
******************************************************************************/
#hd 
{
    position: fixed;
	top: 0;
	height: 75px;
}

#hd .content
{
	text-align: left;
}

#hd #logo
{
    
}


/******************************************************************************
* body
******************************************************************************/

#bd
{

    position: fixed;
    top: 40px;
    bottom: 15px;
    width: 750px;
/*	
	background-color: white;
    color: inherit;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
*/
}

#yui-main-
{
    padding: 20px;
    background-color: white;
    color: inherit;
}

#main-content
{
    margin-top: auto;
    margin-bottom: auto;
    background-color: white;
    color: inherit;
	text-align: left;
}

#main-content .content
{
    padding: 10px 20px;
}

#main-content p
{
    font-size: 123.1%;
}

/******************************************************************************
* footer
******************************************************************************/

#ft
{
    position: fixed;
    bottom: 0;
    padding: 0 4px;
    background-color: white;
	height: 15px;
	text-align: left;
}

#ft a
{
    color: #29ABE2;
}

#ft .content
{
    padding-left: 6px;
    font-size: 70%;
    line-height: 15px;
}

