/* CSS Document */

html {
	overflow-Y: scroll;
}

body {
	font:13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	padding: 0px 0 10px;
}

a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:focus {
	outline:1px dotted invert
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 {
	font-size:25px
}
h2 {
	font-size:23px
}
h3 {
	font-size:18px;
	color: #003366;
	font-weight: bold;
	padding-top: 10px;
}
h4 {
	font-size:19px
}
h5 {
	font-size:17px;
	color: #990000;
	font-weight: bold;
}
h6 {
	font-size:15px
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin: 5px 8px;
}

a:hover {
	text-decoration: underline;
	color: #CC6600;
}
.grid_2 h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}


h1 {
	font: 4em normal Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	padding: 20px 0;
	color: #aaa;
}

h1 span { color: #666; }
h1 small {
	font: 0.3em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #666;
}

h2.trigger {
	padding: 0 0 0 5px;
	margin: 0 0 5px;
	background: url(../images/h2_trigger_b.gif) no-repeat;
	height: 36px;
	line-height: 36px;
	width: 462px;
	font-size: 11px;
	font-weight: normal;
	float: left;
}

h2.trigger a {
	color: #003366;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover {
	color: #006699;
}

h2.active {background-position: left bottom;}

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #F8F8F8;
	overflow: hidden;
	font-size: 1.2em;
	width: 467px;
	clear: both;
}

.toggle_container .block {
	padding: 10px;
}

.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}

.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}

.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

.boldblue {
	font-weight: bold;
	color: #003366;
	font-size: 11px;
}

ol {
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 12px;
}

ol li {
	margin-bottom: 5px;
}

ul {
	list-style-position: inside;
	list-style-type: disc;
	font-size: 12px;
}

ul li {
	margin-bottom: 5px;
}

.floatleft {
	float: left;
	margin-right: 10px;
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #999999;
}

.author {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 1.2em;
	height: 105px;
	width: 215px;
	margin: 5px;
	padding: 5px;
}

