/* My CSS File */

/* Define body style */
body
{  background-color: #FFFFFF;
   margin: 0;
   padding: 0;   }

/* Container box */
#container
{  position: relative;
   width: 800px;
   height: 600px;
/* Center the layout */
   text-align: center;
   margin-left: auto;
   margin-right: auto; 
   background-color: #FFFFFF;
   border: thin solid #000000;  }

/* header 1 style */
#header1 
{  position: absolute;
   top: 0px;
   left: 1px;
   display: inline;
   width: 800px;
   height: 600px;   }

/* header 2 style */
#header2 
{  position: absolute;
   top: 149px;
   left: 1px;
   display: inline;
   width: 800px;
   height: 600px;   } 

/* Style for left sidebar */
#leftsidebar
{  position: absolute; 
   top: 200px;
   left: 0px;
   display: inline;
   background-color: #FFFFFF;
   padding-top: 40px;
   line-height: 35px;
   text-align: right;
   width: 215px; 
   height: 300px;
   font-family: arial, helvetica;
   font-size: 10pt;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   padding-right: 20px;  }

/* Main content box */
#main
{  position: absolute; 
   top: 200px;
   left: 211px;
   display: inline;
   background-color: #FFFFFF;
   padding-top: 0px;
   text-align: right;
   width: 525px; 
   height: 368px;  }

/* Form styles left */
#formleft
{  position: absolute;
   top: 236px;
   left: 215px;
   display: inline;
   background-color: #FFFFFF;
   padding-top: 0px;
   text-align: left;
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
   }

/* Form styles right*/
#formright
{  position: absolute;
   top: 236px;
   left: 455px;
   display: inline;
   background-color: #FFFFFF;
   padding-top: 0px;
   text-align: left;
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
   }

/* Page footer style */
#footer
{  position: absolute;
   top: 565px;
   left: 215px; 
   display: inline;
   }

/* Define paragraph text color & font */
p
{  color: #000000;
   font-size: 10pt; 
   font-weight: normal;
   font-style: normal;
   font-family: arial,helvetica;
   text-align: left; 
   text-decoration: none;
 }

p.ideacopy
{  padding-top: 0px;
   width: 520px; 
   color: #000000;
   font-size: 10pt;
   line-height: 14pt; 
   font-weight: normal;
   font-style: normal;
   font-family: arial,helvetica;
   text-align: left; 
   text-decoration: none;
 }


/* Define paragraph text color & font */
p.footer
{  color: #cc9966;
   font-size: 8pt; 
   font-weight: normal;
   font-style: normal;
   font-family: arial,helvetica;
   text-align: center; 
   text-decoration: none;
 }

/* Create a class of link named 'normal' */
a.normal
{  font-family: arial, helvetica;
   font-size: 10pt;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   padding-right: 20px;  }

a.normal:link
{  color: #cc9966;  }

a.normal:visited
{  color: #cc9966;  }

a.normal:hover
{  color: #cc9966;  }

a.normal:active
{  color: #3366cc;  }
