/**************** Default Styles *******************/
html {
height: 100%;
margin: 0px;
padding: 0px;

}

body {
background-color : white;
margin: 0px;
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif;
color: #000000;
height: 100%;
width : 800px;
font-size : .9em;
background-image:url('/themes/tpratt5/img/watermark.jpg');
 background-repeat:no-repeat;
 background-position:bottom right;
 background-attachment:fixed 


}

.smalltext {
font-size : .9em;
}

p {
font-family: Arial, Helvetica, sans-serif;
line-height: 125%;
}

table {
  border-width : 0;
}

td {
padding : 4px;
text-align : left;
}

b {
color: #3A5574;
text-weight : bold;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3A5574;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #2D3D55;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #496C93;
	}

.clear {
clear : both;
clear : none;
}


/*********************** Page Layout ***********************/

/******************* Graphics ***********************/

#leaf {
background-image : url(img/watermark.jpg);
background-repeat : no-repeat;
margin: 0px;
width : 122px;
height : 101px;
position : fixed;
right : 250px;
bottom : 1em;
z-index : 2;
}

#left-stripe {


}

#header-graphic {
//background-image : url(img/header.png);
background-repeat : no-repeat;

padding : 0px;
margin : 0px;
z-index : 2;
}

/*************************** Columns *************************/


#columns {
display : inline;
height : 100%;
}

#leftcontent, #centercontent, #rightcontent {
 position : absolute;
 display : inline;
 margin : 0px;
 padding : 0px;

 z-index : 4;
// min-height : 83%;
}


#leftcontent {
 left:0px;
 width:80px;
}

#centercontent {
 left : 80px;
 width : 540px;
}

#rightcontent {
 width: 165px;
 left : 630px;
b}


#footnote {
text-align : center;
font-size : .9em;
margin-top : 15px;
padding : 5px;
background : transparent;
position: absolute;
left: 0px;
bottom: 0px
clear : both;
}


/******************* Box style **************************/

.bg_light {
 color : black;
 background-color : #F4F8EB;
}

.bg_medium {
 color : black;
}

.white {
 color : black;
 background-color : white;
}


div.box1 {
margin-bottom : 10px;
padding : 0px;
}

div.box2 {
margin-bottom : 10px;
padding : 0px;
}

div.box2 > div.content {
margin : 0px;
font-family: Arial, Helvetica, sans-serif;
}


div.box1 {
padding : 4px;
color : #000000;
font-weight : bold;
/*
border-bottom : 2px solid #263515;
border-right : 2px solid #263515;
*/
}

div.title {
   padding : 4px;
   color : #000000;
   font-weight : bold;
   border-bottom : 2px solid #263515;
   border-right : 2px solid #263515;

   a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ebf0e5;
	}

   a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #2D3D55;
	}
   a:hover, a:active { 
	text-decoration: underline; 
	color: #496C93;
	}
}


div.box1 div.content {
padding : 4px;
font-family: Arial, Helvetica, sans-serif;
}

