*
{
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    color: #555;
    background: #f5f5f5 url("top.gif") repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

/* Global Settings */

h1
{
    display: none;
}

#content a
{
    color: #17b3c7;
    text-decoration: none;
    font-weight: bold;
}

#content a:hover
{
    text-decoration: underline;
}

#content h2
{
    padding-bottom: 5px;
	color: #17b3c7;
    font-family: Verdana, Arial, sans-serif;
	font-size: 2em;
    font-weight: bold;
}

#content h3
{
    font-size: 1.5em;
    font-weight: bold;
}

#content p
{
    line-height: 1.5em;
    padding-bottom: 20px;
    text-align: justify;
}

#content ol
{
    padding-left: 1.6em;
}

#content ol li
{
    line-height: 1.5em;
    padding-bottom: 5px;
}

#content ul
{
    list-style-type: square;
    padding-left: 1.2em;
}

#content li
{
    line-height: 1.5em;
    padding-bottom: 5px;
}

#content ul li ul
{
    padding-top: 5px;
}

/* News */

.news
{
    padding-bottom: 20px;
}

.news.last
{
    padding-bottom: 0 !important;
}

.news_left
{
    float: left;
    width: 108px;
    padding: 4px 0 0 0;
}

.news_left img
{
    padding: 3px;
    border: 1px solid #17b3c7;
}

.news_left img.noborder
{
    padding: 0;
    border: 0;
}

.news_left p, .news_left p a
{
    font-size: 0.85em;
    color: #555 !important;
    padding: 0 !important;
}

.news_right
{
    margin-left: 120px;
}

.news_right h3
{
    font-size: 1.2em !important;
    font-weight: bold;
}

.news_right p
{
    padding: 0 !important;
    text-align: justify;
}

/* Special Settings */

#summary_image
{
    float: left;
    width: 250px;
    padding: 5px 10px 0 0;
    font-size: 0.85em;
}

/* Deliverables table */

#deliverables table
{
    border-collapse: collapse;
}

#deliverables th
{
    line-height: 1.5em;
    padding: 3px 10px;
    background: #eaeaea;
    border: 2px solid #fff;
    border-bottom: 5px solid #fff;
}

#deliverables tr.white td
{
    height: 12px;
}

#deliverables tr.grey td
{
    line-height: 1.5em;
    color: #999;
    padding: 3px 5px;
    border: 2px solid #fff;
    border-bottom: 5px solid #fff;
    background: #f5f5f5;
}

#deliverables tr.black td
{
    line-height: 1.5em;
    padding: 3px 5px;
    border: 2px solid #fff;
    border-bottom: 5px solid #fff;
    background: #f5f5f5;
}

/* Consortium table */

#consortium table
{
    border-collapse: collapse;
}

#consortium td
{
    padding: 15px 10px 10px 10px;
    background: #f5f5f5;
    border: 2px solid #fff;
    border-bottom: 5px solid #fff;
    font-weight: bold;
}

/* Menu */

#left_body ul
{
    list-style-type: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
}

#left_body ul a
{
    display: block;
    height: 25px;
    background: url("left_title.gif") no-repeat;
    text-decoration: none;
    text-indent: 30px;
    color: #555;
}

#left_body ul span
{
    display: block;
    padding-top: 3px;
}

#left_body ul a:hover, #left_body ul li.active a
{
    background: url("left_active.gif") no-repeat;
    font-weight: bold;
}

/* Footer */

#footer p
{
    text-align: center;
    color: #999;
    font-size: 0.9em;
    padding-top: 35px;
}

/* Layout */

#content
{
    background: #fff;
    margin: 0 270px 0 210px;
    padding: 10px 0 20px 0;
}

#right
{
    float: right;
    width: 260px;
}

#right_body
{
    background: url("right_body.gif") repeat-y;
}

#right_bottom
{
    height: 30px;
    background: url("right_bottom.gif") no-repeat;
}

#left
{
    float: left;
    width: 200px;
}

#left_top
{
    height: 60px;
    background: url("left_top.gif") no-repeat;
}

#left_body
{
    background: url("left_body.gif") repeat-y;
}

#left_bottom
{
    height: 30px;
    background: url("left_bottom.gif") no-repeat;
}

#header
{
    height: 100px;
    background: url("header.gif") no-repeat;
}

#footer
{
    clear: both;
    height: 60px;
    background: url("footer.gif") no-repeat;
}

#container
{
    width: 980px;
    margin: 0 auto;
    background: url("container.gif") repeat-y;
}

/* Standard Classes */

img.left_border
{
    float: left;
    margin: 4px 10px 1px 0;
    padding: 3px;
    border: 1px solid #17b3c7;
}

img.right_border
{
    float: right;
    margin: 4px 0 1px 10px;
    padding: 3px;
    border: 1px solid #17b3c7;
}

.f_left
{
    float: left;
}

.clear
{
    clear: both;
}

.left
{
    text-align: left;
}

.center
{
    text-align: center;
}

.justify
{
    text-align: justify;
}

.bold
{
    font-weight: bold;
}

.bot_0
{
    padding-bottom: 0 !important;
}

.bot_5
{
    padding-bottom: 5px !important;
}

.bot_10
{
    padding-bottom: 10px !important;
}

.bot_20
{
    padding-bottom: 20px !important;
}