html {
  	overflow: -moz-scrollbars-vertical;
	}

body {
	padding: 0;
	font-size: 95%;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
    background: url(../images/granite.jpg);
	background-color: #fff; 
    max-width: 1024px;
    margin: auto;
	border: 1px solid #000;
    min-height: 101%;
    margin-bottom: 1px;
    } 

h1, h2, h3 {
    font-family: Impact, Calibri, "Comic Sans MS", serif;
    }
    
p, ol li {
  font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
  }

p.cap:first-letter {
   font-family: "Copperplate Gothic Bold", "Comic Sans MS", serif;
   font-size: 48px; 
   font-weight: bold; 
   color: #0000ff;
   float: left; 
   margin: 5px 3px 0 0;
   }
  
a:link {
	color: #00f;
    }

a:visited {
	color: #99;
    }

a:hover, a:active {
	color: #fff;
	background-color: #036;
    } 
div#banner1 {
	border-bottom: 1px solid #000;
	/*background: #999 url(../images/mirror2.png) no-repeat center ; */
	margin-left: auto;
	margin-right: auto;
	height:136px;
    } 

#banner {
	border-bottom: 1px solid #000;
	background: #999 url(../images/bps_header.png) no-repeat center ; 
	margin-left: auto;
	margin-right: auto;
	height:136px;
    } 

div#container {
	background-image: url(../images/nav_col_base-1.jpg);
	background-repeat: repeat-y;
    } 

div#container2 {
	background-image: url(../images/more_col_base.jpg);
	background-repeat: repeat-y;
	background-position: right;
    text-align: justify;
    } 

div#navigation {
	float: left;
	width: 150px;
	padding-top: 2em;
    } 

div#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0; 
    } 

div#navigation ul li {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.0em;
	margin-top: 4px;
    text-align: left;
    }

#navigation ul li a {
	display: block;
	width: 135px;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	color: #ff0;
	background-image: url(../images/nav_base.jpg);
	background-repeat: repeat-y;
    }

#navigation ul li a:hover {
	color: #fff;
	background-color: #ccc;
	background-image: url(../images/nav_base2.jpg);
	background-repeat: repeat-y;
    } 

div#more {
	float: right;
	width: 160px;
	margin: 0;
	padding: 2em 10px 0 0;
	color: #fff;
    background-image: url(../images/more_col_base.jpg) repeat-y;
    } 

div#more h3 {
    font-family: "Arial Black", sans-serif;
	margin-top: 0;
	color: #FFFF99;
	padding: .2em;
	text-decoration: underline;
	background-position: right;
	background-repeat: repeat-y;
    text-align: center;
    }

#content {
	margin-left: 190px;
	margin-right: 200px;
	line-height: 150%;
	background-image: url(../images/granite.jpg);
    } 

div#content h2 {
	font-size: 2em;
	color: #036;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
    } 

div#content h3 {
	font-size: 1.5em;
	color: #036;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
    }

#cleardiv {
	clear: both;
    } 

div#footer {
	padding: .5em 1em;
	border-top: 1px solid #999;
	text-align: center;
	font-size: .75em;
	background-color: #ccc;
    } 

div#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
    }

div#footer li {
	display: inline;
	margin-right: 1 em;
    }
    
.inside_box_shadow {
    border: 1px solid black;
    padding: 7px;
    -moz-box-shadow:inset 0 0 10px #000000;
    box-shadow:inset 0 0 10px #000000;
    -webkit-box-shadow:inset 0 0 10px #000000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
    
#multi_col {
	-moz-column-width: 19em;
	-webkit-column-width: 19em;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	}
