/***********************************************/
/*  K-Haven.com CSS                            */
/*  khaven.css                                 */    
/***********************************************/

/***********************************************/
/*  HTML tag styles                            */
/***********************************************/ 

body{
	font-family: Georgia, Times New Roman, Times, serif;
	background-color:#333333;
	color: #CCCCCC;
	
	/* set K-Haven Standard; centers in browsers except IE5/Win */
    margin-left: auto;
    margin-right: auto;
    padding: 2px;     /*IE5*/
    }

a:link, a:visited, a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
    color: #EEEEEE;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0; 
    width: 100%;
	padding: 0px 0px 20px 0px;
    background-color:#222222;
	border-bottom: 1px solid #cccccc; }
	
#content{
    margin-top: 10px;
    padding: 0px 0px 0px 0px; }


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 10px 0 0 0;
}

/***********************************************/
/* Headings                                    */
/***********************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{font-size: xx-large; color: #CCCCCC;}

h2{font-size: x-large; color: #CCCCCC;}

h3{font-size: large; color: #CCCCCC;}

h4{font-size: medium; color: #CCCCCC;}

h5{font-size: small; color: #CCCCCC;}

/***********************************************/
/* Classes                                     */
/***********************************************/

.bold {font-weight:bold;}

.center {text-align:center;}

.larger {font-size:larger;}

.small {font-size:x-small; font-weight:bold;}

.space-bottom {margin-bottom: 2em;}

.special-font {font-size: 1.1em;}

.table-center {margin-left: auto; margin-right: auto; width: 700px;}

.table-cell {width:10%}

.table-width {width:100%;}

.middle {valign: center;}

