﻿/* CSS layout */

/*Remove Element*/
#nav, #footer, #googAds, .cse-branding-form, .cse-branding-right, .cse-branding-logo, .cse-branding-text, #top, #suggest, #constCon  {display:none;}

/*Break Page*/
#theBreaker {page-break-before: always;}

#container {
}

#page_content {
margin-left: 10px;
text-align:left;
padding-left:14px;
padding-right:10px;
background-image: url('images/background.jpg');
border:thin orange solid;    
}

p { 
font: normal georgia, sans-serif;
margin-top: 0; 
text-align: justify;
}
h1 { 
font: normal 2.2em georgia, sans-serif;
letter-spacing: 1px; 
color: #7D775C;
}
h2 { 
font: normal 1.8em georgia, sans-serif;
letter-spacing: 1px; 
color: #7D775C;
}
h3 { 
font: normal 1.4em georgia, sans-serif;
letter-spacing: 1px; 
color: #7D775C;
}
h4 { 
font: normal 1em georgia, sans-serif;
letter-spacing: 1px; 
color: maroon;
}
h5 { 
font: normal .8em georgia, sans-serif;
letter-spacing: 2px; 
color: ;
margin:7px;
}
h6 { 
font: normal .7em georgia, sans-serif ;
color: #7D775C; 
margin:7px;
}
/* Standard Nav */


/* dl */

dl { font-size : 90%; }
div.keypoint dl { display : inline-table; }

/* IE Mac, you can't see this ;)  \*/
* html div.keypoint dl { height : 1%; }
div.keypoint dl { display : block; padding : 0;
}
/* IE Mac, you can open your eyes now. */

div.keypoint dl:after {
content : "."; 
display : block; 
height : 0; 
clear : both; 
visibility : hidden;
}

/* dt */
dt { margin-bottom : .4em; font-weight : bold; letter-spacing : .5px; text-align: left; font-family:Arial, Helvetica, sans-serif; font-style:italic; margin-left:8px }

/* dd */
dd { padding-bottom : .4em; text-align: left; font-family:Arial, Helvetica, sans-serif; padding-right:10px; }

/* round */
.t {background: url(images/rounded/dot2.gif) 0 0 repeat-x; width: 130px; }
.b {background: url(images/rounded/dot2.gif) 0 100% repeat-x}
.l {background: url(images/rounded/dot2.gif) 0 0 repeat-y}
.r {background: url(images/rounded/dot2.gif) 100% 0 repeat-y}
.bl {background: url(images/rounded/bl2.gif) 0 100% no-repeat}
.br {background: url(images/rounded/br2.gif) 100% 100% no-repeat}
.tl {background: url(images/rounded/tl2.gif) 0 0 no-repeat}
.tr {background: url(images/rounded/tr2.gif) 100% 0 no-repeat; padding:5px} 

/* contents */
.tmn {background: url(images/rounded/dot2.gif) 0 0 repeat-x;}
.bmn {background: url(images/rounded/dot2.gif) 0 100% repeat-x}
.lmn {background: url(images/rounded/dot2.gif) 0 0 repeat-y}
.rmn {background: url(images/rounded/dot2.gif) 100% 0 repeat-y}
.blmn {background: url(images/rounded/bl2.gif) 0 100% no-repeat}
.brmn {background: url(images/rounded/br2.gif) 100% 100% no-repeat}
.tlmn {background: url(images/rounded/tl2.gif) 0 0 no-repeat}
.trmn {background: url(images/rounded/tr2.gif) 100% 0 no-repeat; padding:5px} 


