@charset "iso-8859-1";
/*###############################################################################################
#
# project 	: selman
# filename 	: works.css
# purpose 	: Work Styles Configuration File
#
#   text #000 (black)    
#   background white
###############################################################################################*/

/* General */
body {font-family: Georgia, Palatino, Palatino Linotype,  Book Antiqua, Bookman Old Style,Times New Roman, Times, serif; font-size: 12px; color: #000; padding: 10px; background-color: #FFFFFF}
a {font: inherit;color: #000; background-color:inherit; text-decoration: underline;}
a:hover {font: inherit;color: #5F1105; background-color:inherit; text-decoration: none; position: relative;left: 1px; top: 1px;}
hr {height:1px;color:#000;width:95%;}
h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}



/* footnote */
a.ft {background-color:#FFFF33; text-decoration: none;}
a.ft:hover {background-color:#FFFF33; text-decoration: none; position: relative;left: 0px; top: 0px;}





/* drop shadows*/

.div-shad-left {
 
  border: 1px solid #000;
  background-color: #000;
  margin: 10px 10px 10px 10px !important;
  margin: 10px 10px 10px 5px;
  }
.div-shad-left div {
  font-family:Times,Times New Roman;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  margin: -2px 1px 1px -2px;
  padding: 8px;
  }



/* Central page Text and images */
.image-right {border: 1px solid #bbbb99; PADDING: 5px;float:right;margin:0 5px 5px 8px;}
.image-left {border:1px solid #bbbb99 ; PADDING: 5px;float:left;margin:0 8px 5px 5px;}
  
  
  





.div-shadow-left {
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 30px 10px !important;
  margin: 10px 10px 10px 5px;
  }
.div-shadow-left div {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
.div-shadow-right {
  float:right;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 10px 20px !important;
  margin: 10px 10px 10px 15px;
  }
  
.div-shadow-right div {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }












