html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#PageFrame {
	width: 760px;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#PageFrame #Header {
	width: 760px;
}
#PageFrame #Navigation {
	background-color: #FFFFFF;
	width: 120px;
	clear: both;
	float: left;
	margin-top: 5px;
}
#PageFrame #Content {
	width: 760px;

}
#PageFrame #Content h1 {
	font-size: 14px;
	color: #1F367C;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#PageFrame #Content h2 {
	font-size: 12px;
	color: #1E368A;
	font-weight: normal;
	margin: 0px;
}
#PageFrame #Content h3 {
	font-size: 12px;
	font-weight: normal;
	color: #1E368A;
	font-style: italic;
}
#PageFrame #Content h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
#PageFrame #Content_Right {
	width: 625px;
	float: right;
	margin-right: 15px;
}
#PageFrame #Content_Right h1 {
	font-size: 14px;
	color: #1F367C;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#PageFrame #Content_Right h2 {
	font-size: 12px;
	color: #1E368A;
	font-weight: normal;
	margin: 0px;
}
#PageFrame #Content_Right h3 {
	font-size: 12px;
	font-weight: normal;
	color: #1E368A;
	font-style: italic;
}
#PageFrame #Content_Right h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
#PageFrame #Content_Right .small {
	font-size:9px;
	}
.PicFrameNoWrap {
	float:none;
	}
.PicFrame {
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.PicFrameRight {
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-bottom: 10px;
}
.PicLeftPush {
	margin-right: 15px;
	margin-bottom: 10px;
}
.PicRightPush {
	margin-left: 10px;
	margin-bottom: 10px;
}
.PicFrameLeft {
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
	margin-bottom: 10px;
}}

#PageFrame #Footer {
	width: 760px;
	height: 40px;
	text-align: center;
}
<!-- ############################################## -->
#PageFrame #Content .TOCLine {
	color: #EAEAEA;
	height: 1px;
}
#PageFrame #Content a:link {
	text-decoration: underline;
	color: #1E368A;
}
#PageFrame #Content a:visited {
	text-decoration: underline;
	color: #1E368A;
}
#PageFrame #Content a:hover {
	text-decoration: underline;
	color: #0000FF;
}



.button {
	padding:1px;
}

