/*base font settings*/
body {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#1C1530;
	}
	
#sub_col { 
font-family: Lucida Grande, Arial, Helvetica, sans-serif;
font-size: 95%;
color:#fff;
	}


/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a {
	color: #1C1530;;
	}

a:visited {
	color: #1C1530;;
	}

a:active {
	text-decoration: none;
	color: #1C1530;
	}
	
a:hover {
	text-decoration: none;
	color:#1C1530;
	}
	
#sub_col a, #sub_col a:visited {
color: #fff;
}
	
h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #1C1530;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, "Lucida Grande",;
	/*both set to zero and padding in header div is used instead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.1em;
	margin: 0;
	font-weight: bold;
	color: #000;
	}

.skin_care h2 {
	font-size: 1.6em;
	margin: 0;
	font-weight: bold;
	color: #000;
	}
	
#sub_col h2 {
	font-size: 1.1em;
	margin: 1.2em 0em 0em 0em;
	font-weight: bold;
	color: #fff;
	}

h3 {
	font-size: 1em;
	margin: 0;
	font-weight: bold;
	}
h4 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
	}
	
hr {
	background: url(/images/line.gif) 15px repeat-x;
	height: 15px;
	border: 0;
	}
	
img {
	border: 0;
	}
#content ol, #content, ul, #content li {
	font-size: 1em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	list-style-type: square;
	}
	
p {
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
	
#sub_col p{
	line-height: 1.4em;
	margin: 0em 0em 1.2em 0em;
	}

	
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	color: #000;
	}

#sub_col b, #sub_col strong{
	font-weight: bold;
	color:#fff;
	}
	
.askkaplan #sub_col strong {
	font-weight: bold;
	color:#67449F;
	}
.alert {
	color: #CC0000;
	font-weight: bold;
}

 #sub_nav ul, #sub_nav li {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	list-style-type: none;
	}