* { padding: 0; margin: 0; }

body {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 color: #333333;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #999999;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 545px;
 background: #F3EEE8;
}

#content { 
 float: left;
 color: #333;
 background: #F8F0E5;
 width: 420px;
 display: inline;
}

#header {
 color: #333;
 width: 545px;
 float: left;
 height: 100px;
 background: #fff;
}

#footer { 
 width: 545px;
 clear: both;
 color: #fff;
 background: #6B6659;
}

#menu {
 float: left;
 width: 545px;
 height: 16px;
 background: #fff;
}

#rightcolumn { 
 color: #333;
 width: 125px;
 float: left;
 background-image: url(/kc-images/top-orange.gif);
 background-position: top left;
 background-repeat: no-repeat;
}

#right-wrapper { 
 width: 125px;
}

#right-link { 
 float: left;
 color: #333;
 width: 112px;
 display: inline;
}

#right-arrow { 
 color: #333;
 width: 13px;
 float: left;
}

#bullets-wrapper { 
 width: 415px;
}

#bullets-text { 
 float: left;
 width: 396px;
 display: inline;
}

#bullets-arrow { 
 width: 13px;
 float: left;
 padding: 3px 3px 3px 3px;
}

.orange-text {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 12px;
 font-weight: normal; 
 font-style: italic;
 color: white;
}

.orange-text-big {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 16px;
 font-weight: bold;
 text-decoration: none;
 color: white;
}

.orange-text-med {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
 color: white;
}

.right-link {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 color: #333333;
}

.clean-link {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 color: #333333;
}

.calloutBox {
  float: right;
  width: 200px;
}

.portrait {
  border-bottom: 1px solid;
  border-left:  1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  margin: 0 15px;
}

.portrait p {
  background: #fff;
  text-align: center;
}

