﻿.header
{
 position: absolute;
 left: 0%;
 top: 0px;
 margin-left : 0px;
 width : 776px;
 height : 145px;
 background-color : #EAECB2;
 border-left : 1px solid  #DDDB73;
 border-right : 1px solid  #DDDB73;
 border-top : 1px solid #DDDB73;
}


.sunshinelogo
{
 position: absolute;
 left: 10px;
 top: 18px;
}


/********** title and subtitle ******/

#title
{
	position: absolute;
    left : 178px;
	top: 23px;
	font-family : tahoma;
    font-size : 27pt;
    color : #4B4813;
    font-weight : bold;
}


#subtitle
{
	position: absolute;
	left: 182px;
	top: 65px;
	font-family : tahoma;
    font-size : 16pt;
    color : #734720;
    font-weight : normal;
}


/***** message board ***********/

.headermessageboard
{
	position: absolute;
	left: 500px;
	top: 12px;
	width: 250px;
	font-family : tahoma;
    font-size : 9pt;
    color : #4E4D13;
    font-weight : normal;
    font-style: normal;
    /* background-color : #9BD75B; */
    line-height : 10pt;
    padding : 5px;
    border : 1px dotted;
    border-color: #76741D; 
    border-style : dotted;
}


