/*
 * Stylesheet for the Needs Analysis Tool
 */

body
{
	font-family: "Lucida Grande", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	background-color: #454545;
	color: white;
	margin: 0px;
}

.cover
{
	background-color:   #f8f8f8;	
	color:              #3d3d3d;
	width:              800px;
	margin-top:         20px;
	margin-left:        auto;
	margin-right:       auto;
	line-height:        24px;
}

.taskheader
{
    background-color:   white;
    border-bottom:      1px solid #c4c4c4;
    color:              #3d3d3d;
	width:              800px;
	margin-left:        auto;
	margin-right:       auto;
    line-height:        24px;
}

.tasktitle
{
    font-weight:        bold;
    font-size:          2em;
    float:              left;
    font-family:        'Helvetica';
    text-shadow:        3px 3px 2px #d7d7d7;
    padding:            20px;
}

.clearfloat { clear: both; }

.content
{
    /* background-image:   url("../images/shadow.gif"); */
    background-repeat:  repeat-x;    
	background-color:   #f8f8f8;
	color:              #3d3d3d;
	width:              700px;
	padding:            10px 50px 10px 50px;
	margin-bottom:      20px;
	margin-left:        auto;
	margin-right:       auto;
	line-height:        23px;
}

