/*=============General Styles=============*/




/*==========Main Content Styles==========*/


#welcomeText {
 float:left;
 width:325px;
 text-align:justify;
 background-color: #ede5b7;
 color: #001941;
 background-image: url(images/gradientGold.gif);
 background-repeat: repeat-x;
 margin-top:30px;
 margin-left:12px;
 margin-bottom:30px; padding:0px;
 border: solid 1px #001941;
}

p.welcome {
 font-weight: bold;
 text-align: center;
 border-bottom: solid 1px #001941;
}



/*========Photo-Form Styles===========*/


#welcomePhoto {
 width:346px;
 height:250px;
 background-color: #425371;
 border: solid 3px #425371; 
}

table.hptable{
 float:right;
 margin-top:27px;
 margin-right:12px;
 width:280px;
}

td.td1{
}

td.td2{
 height:30px;
}

td.td3{
 text-align:left;
}

#emailForm {
 color:#425371;
}

form.updates{
 text-align:left;
 margin-left:20px;
}

/*===END===*/