body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-color: #E3E2DE;
    margin: 0px;
    padding: 0px;
    text-align: center; /* Hack for IE5/Win */
    min-width: 770px;
}

div.page {
    width: 770px;
    margin-top:  0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; /* Undo the hack for IE5/Win */
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

div.header {
    position: relative;
	height: 100px;
    width: 770px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background: url("../../images/projects/published/banner_back.jpg") no-repeat left top;
}

.headerLeft {
    width: 100%;
	text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    vertical-align: top;
    margin: 0;
    padding: 15px;
}

.headerRight {
	text-align: left;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 14px;
    vertical-align: top;
    margin: 0;
    padding: 15px;
}
	
#headerTabs {
    position: absolute;
    top: 79px;
    left: 15px;
    height: 22px;
    width: 650px;
    margin: 0px;
    padding: 0px;
    display: inline;
    overflow: hidden;
    list-style-type: none;
}

#headerTabs ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#headerTabs li {
    display: inline;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#headerTabs a {
    padding: 22px 0 0 0;
    float: left;
    height: 0px !important;
    height /**/:22px; /* for IE5.5's bad box model */
}

#headerTabs a:hover, a:active, #headerTabs a.active {
    background-position: 0 -22px;
}

#headerTabsHome a {
    background: url("../../images/projects/published/tab_webpage_home.gif") no-repeat left top;
    width: 126px;
}

#headerTabsResources a {
    background: url(../../images/projects/published/tab_webpage_resources.gif) no-repeat left top;
    width: 126px;
}

#headerTabsCurriculum a {
    background: url(../../images/projects/published/tab_webpage_curriculum.gif) no-repeat left top;
    width: 126px;
}

#headerTabsTaskActivity a {
    background: url(../../images/projects/published/tab_webpage_tasksactivities.gif) no-repeat left top;
    width: 126px;
}

#headerTabsAssessment a {
    background: url(../../images/projects/published/tab_webpage_assessment.gif) no-repeat left top;
    width: 126px;
}

div.navigation {
    position: relative;
    left: 0px;
    display: block;
    height: 27px;
    width: 770px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    background-image: url(../../images/header/tabNav_tile.gif);
    background-repeat: repeat-x;
}

div.footer {
	height:25px;
	width:770px;
	background-color:#999999;
	margin: 0;
	padding: 0;
	font-size: 10px;
    color: #FFFFFF;
}

div.footerLeft {
	padding-top: 3px;
	padding-left: 15px;
}

div.footerRight {
	text-align: right;
	padding-right: 15px;
}
	
div.content {
    width: 710px;
	margin: 30px;
	padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #666666;
}

div.innerContent {
	display: table-cell;
	width: 100%;
}

div.infoText {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

a.mailTo {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

a.mailTo:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

a.mailTo:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

a.mailTo:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

a.mailTo:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

.taskActivityDateLabel {
	text-align: left;
	font-weight: bold;
	padding-right: 20px;
}
	
.taskActivityDate {
	background-color: transparent;
	text-align: left;
	padding-right: 20px;
}

.publishedProjectStepContentTable {
	margin-left: auto;
	margin-right: auto;
}

.publishedProjectStepTitle {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
.publishedProjectStepTitle a {
	color: #666666;
}
.publishedProjectStepTitle a:link {
	color: #666666;
}
.publishedProjectStepTitle a:hover {
	color: #99CC00;
}
.publishedProjectStepTitle a:active {
	color: #99CC00;
}
.publishedProjectStepTitle a:visted {
	color: #666666;
}

.publishedProjectStepTitleBox { /* Needed for Safari support */
	width: 630px;
}
.publishedProjectStepTitleBox_Task { /* Needed for Safari support */
	width: 610px;
}
.publishedProjectStepTitleBox_Activity { /* Needed for Safari support */
	width: 585px;
}

.publishedProjectStepContent {
	padding: 10px;
}

.activityPublishedStepContent {
	padding: 10px;
	width: 577px;
}

.taskPublishedStepContent {
	padding: 10px;
	width: 606px;
}

div.clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

.attachmentLinkStyle a
{
	color: #cc000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;

}

.attachmentLinkStyle a:visited
{
	color: #666666;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
}

.attachmentLinkStyle a:hover
{
	color: #cc0000;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	text-decoration: underline;
}