@charset "utf-8";
/* CSS Document */

h1{
	padding: 15px 0px 15px 30px;
	font-size: 150%;
	display: block;
	height: 30px;
}

h2{
	color: #3d3e3e;
	font-size: 87.5%;
	text-transform: uppercase;
	margin: 8px 0px 8px 0px;
	height: 26px;
	line-height: 26px;
}

h2 span{
	padding-bottom: 5px;
	background: url(../graphics/shared/h2_bg.gif) repeat-x top left;
	height: 26px;
	line-height: 26px;
	float: left;
}

h2 a{
	text-decoration: none;
}

h3{
	color: #5c5c7c;
	font-size: 75%;
	margin: 15px 0px 8px 0px;
	text-transform: uppercase;
}

h3 a{
	color: #5c5c7c;
	margin: 15px 0px 8px 0px;
	text-transform: uppercase;
}

#stories h3{
	margin-top: 30px;
}

h4{
	color: #000;
	font-size: 75%;
	text-align: center;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}

p{
	padding: 8px 0px;
}

a{
	text-decoration: underline;
}

a:hover{
	color: #aeadad;
}

#leftCol{
	width: 175px;
	float: left;
}

#submenu{
	padding-left: 20px;
	list-style-type: none;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-right: 10px;
}

#submenu li{
	padding-top: 20px;
}

#submenu ul li{
	padding-top: 3px;
}

#submenu ul{
	list-style-type: none;
	padding-left: 15px;
}

#submenu a{
	font-size: 10pt;
	font-weight: bold;
	color: #5c5c7c;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	
}

#submenu a:hover{
	text-decoration: underline;
}

#submenu a.on{
	color: #0d8862;
}

#submenu ul a{
	font-size: 75%;
	color: #FFF;
}

#bothColumns{
	position: relative;
	width: 100%;
	clear: both;

}

#rightCol{
	float: right;
	width: 823px;
	position: relative;
	background: transparent;
}

#content{
	padding: 0px 20px 20px 35px;
}

#content p{
	line-height: 12pt;
	font-size: 75%;
}

#content ul, #content ol{
	margin: .5em 2em;
}

#content ul li, #content ol li{
	padding: 2px 0px;
	font-size: 75%;
}

#content li li {
	font-size: 100%;
}

#stories  #content img{
	float: left;
	margin: 0px 10px 10px 0px;
}

#breadcrumbs{
	height: 30px;
	text-align: right;
	font-size: 10px;
	color: #000000;
	padding-right: 30px;
}

#breadcrumbs a{
	color: #000000;
}

#breadcrumbs p{
	padding-top: 15px;
	padding-bottom: 0px;
}

#topWoman, #topWoman2, #topWoman3{
	position: absolute;
	z-index: 30;
}

.antitable {
	border:1px solid #5C5B7B;
	border-collapse:collapse;
	margin:15px 10px;
}
.antitable td {
	border:1px solid #5C5B7B;
	padding:3px 10px;
	vertical-align:middle;
	font-size: 75%;
}
.antitable th {
	background-color:#DDEDEA;
	border:1px solid #5C5B7B;
	color:#0d8862;
	font-weight:bold;
	padding:3px 10px;
	text-align:center;
	white-space:nowrap;
	font-size: 75%;
}

.disclosure{
	text-align: center;
	
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: bold;
}

.disclosure a{
	padding: 0px 15px;
	font-size: 140%;
}

.mini-callout, .callout{
	width: 231px;
	height: 211px;
	float: right;
	margin: 10px 0px 20px 20px;
}

.callout h4, .mini-callout h4{
	margin: 0px;
	padding: 0px;
	height: 83px;
	width: 231px;
	text-indent: -9999px;
}

.callout p strong{
	font-size: 105%;
	color: #4B4B77;
}

.callout h5{
	color: #4e4d4d;
	font-size: 75%;
	text-align: center;
	margin: 15px 0px 0px 0px;
	text-transform: uppercase;

}

.mini-callout p, .callout p{
	padding: 15px 10px 0px 10px;
	text-align: center;
	color: #8080A7;
}

