body                 { margin:           0;
                       padding:          0;
	                   color:            #000;
	                   background-color: cornsilk;
                       font:             100%/1.4 Verdana, Arial, Helvetica, sans-serif; }

.header              { height:           80px;
                       border-bottom:    4px solid #000;
                       background-image: url(../images/bg2.png); }

.top-left-box        { width:            30%;
                       padding:          10px;
                       float:            left;                   }
.top-right-box       { float:            left;
                       padding:          10px 0;
                       background-color: #EADCAE;                }

.left-bar            { padding-bottom:   10px;
                       float:            left;
                       width:            250px;
                       background-color: #EADCAE;         }
.content             { float:            left;
	                   width:            680px;
                       padding:          10px 0;          }
.right-bar           { float:            left;
                       width:            180px;
                       padding:          20px 0;
                       background-color: #EADCAE;         }
.large-content       { float:            left;
	                   width:            860px;
                       padding:          10px 0;          }

.content ul, .content ol { padding: 0 15px 15px 20px;     }

ul.nav                   { margin-bottom: 5px; 
                           list-style:    none; /* this removes the list marker */
                           border-top:    1px solid #666; }

ul.nav li                { font-weight:   600;
                           border-bottom: 1px solid #666; /* this creates the button separation */
                           font-family:   Garamond, Georgia, 'Times New Roman', serif; }

ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	width: 230px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #B7472A;
    color: beige;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #EADCAE;
	color: #740000;
}

ul.plan                   { margin-left:    25px; }
ul.plan li                { margin-top:     10px;
							margin-bottom:  10px; }

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.footer { padding: 10px 0;
	background-color: #CCC49F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; }

a.bifia:link   { text-decoration:  none;
                 font-size:        16px;
                 color:            blue;
                 text-align:       center;
                 font-family:      Garamond, Georgia, 'Times New Roman', serif; }
a.bifia:active { color:            blue;
                 text-align:       center;  }
a.bifia:hover  { text-decoration:  none;
                 color:            darkred; }
.bordered      { border:           1px solid black; }

.nkana         { font-size:        28px;
                 text-align:       justify; }