/******************************************************************************
/styles/use.css
Styles applied to all PPA pages.
******************************************************************************/
body
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  background-color:#dddddd;
  padding:0px;
  margin-top:0px;
  text-align:center;
}

#page
{
  margin:0px;
  padding:0px;
  background-color: white;
  border-top: 0px gray solid;
  border-right: 4px #888888 solid;
  border-bottom: 4px #888888 solid;
  border-left: 1px #333333 solid;
  width:800px;
  text-align:left;
}

#header
{
  border:0px solid red;
  // background-color:#5AA6B6;
  background-color:#6699FF;
  height:120px;
}

#ppaTitle
{
  position:absolute;
  color:white;
  font-weight:bold;
  left:140px;
  top:30px;
  font-size:28px;
}

#ppaTagline
{
  position:absolute;
  color:white;
  font-weight:bold;
  left:140px;
  top:70px;
  font-size:18px;
  font-family:TimesNewRoman,serif;
  font-style:italic;
}

/*********** MENU STYLES ****************/

#hereIam
{
  color:#5aa5b5;
}

.destination
{
  text-decoration:none;
  color:#ffffff;
}

a.destination:hover
{
  color:#9090ff;
}

#menuHome, .menuOthers
{
  margin-top:10px;
  margin-right:0px;
  margin-bottom:0px;
  float: left;
  font-family: arial, verdana, helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

#menuHome
{
  margin-left:40px;
}

.menuOthers
{
  margin-left:15px;
}

#menuBar
{
  background-image:url(../images/layout/menubar.jpg);
  background-repeat: repeat-x;
  border:0px solid blue;
  margin:0px;
  padding:0px;
  height:38px;
}

/************************ END MENU STYLES ************/

p, li
{
  padding-right:30px;
  font-size:12px;
  line-height:1.3em;
}

#bottomSection
{
  background-color:white;
  height:300px;
}

/*********LEFT COLUMN STYLES******/

#leftCol
{
  float:left;
  background-color:#999999;
  background-image:url(../images/background_leftCol.jpg);
  background-repeat:repeat-y;
  height:550px;
  width:224px;
  margin:0px;
  padding:0px 0px 0px 0px;
}

#leftContent
{
  margin:20px 0px 10px 10px;
  border:0px solid red;
}

#copyright
{
  margin:100px 0px 2px 20px;
  font-family: sans-serif;
  font-size:9px;
  color:#333333;
}

/***** END LEFT COLUMN STYLES ****/



/****** RIGHT COLUMN STYLES *****/

#pageContainer
{
  float:left;
  font-family:verdana, helvetica, arial, sans-serif;
  background-color:white;
  height:auto;
  margin:0px;
  padding:0px;
}

#pagepicture
{
  padding:10px;
}

#title
{
  font-family: arial, verdana, helvetica, sans-serif;
  color:white;
  font-size:20px;
  font-weight:bold;
  margin-top:10px;
  margin-bottom:5px;
}

#intro,
{
  margin:15px 0px 0 0;
  font-family:TimesNewRoman, serif;
  font-size:16px;
  font-weight:bold;
  font-style:italic;
}

#details
{
  padding:15px 50px 15px 60px;
  border:0px solid red;
}


td.bluecell
{
  /*background-color: #7ae7e0;
  background-color: #7ae7ff;
  background-color: #99e7ff;*/
  background-color: #bbefff;
  vertical-align:top;
  padding-bottom:10px;
}

p.subtitle
{
  font-weight:bold;
  font-size:125%;
  margin:10px 0px 5px 0px;
}

p.normaltext
{
  line-height:1.6em;
  margin:12px 0px 12px 0px;
}

a.bluelink, a.bluelink:visited
{
  font-weight:bold;
  color:blue;
  text-decoration:none;
}

a.bluelink:hover
{
  text-decoration:underline;
}
