html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #ffffff; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	font-weight: normal;
}

#outerWrapper {
	background-color: #fff; /* Redefines the text alignment defined by the body element. */
	width: 975px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
#outerWrapper #header {
	background-color: #FFF; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 15px;
	font-weight: normal;
	line-height: 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 169px;
	background-image: url(media/LeaningPostHeader.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #ffffff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: 3px solid #003333;
	width: 975px;
}

#outerWrapper #topNavigation {
	background-color: #003333; /* Sets the bottom border properties for an element using shorthand notation */
	height: 25px;
	width: 967px;
	padding-left: 14px;
	font-weight: normal;
	font-family: "Verdana, Geneva, sans-serif", sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 8px;
}
#outerWrapper #topNavigation a:link{
	font-weight: normal;
	font-family: "Verdana, Geneva, sans-serif", sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
		padding-top: 6px;
	padding-right: 4px;
	padding-left: 4px;
}
#outerWrapper #topNavigation a:visited {
	font-weight: normal;
	font-family: "Verdana, Geneva, sans-serif", sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
		padding-top: 6px;
	padding-right: 4px;
	padding-left: 4px;
}
#outerWrapper #topNavigation a:hover {
	font-weight: normal;
	font-family: "Verdana, Geneva, sans-serif", sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
		padding-top: 6px;
	padding-right: 4px;
	padding-left: 4px;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
}
#outerWrapper #contentWrapper #content {
	color: #033333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 935px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#outerWrapper #contentWrapper #content h1 {
	color: #AD1B1B;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
}
#outerWrapper #contentWrapper #content h2 {
	color: #000099;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#outerWrapper #contentWrapper #content h3 {
	color: #000099;
	font-family: "Verdana, Geneva, sans-serif", sans-serif;
	font-size: 13px;
	font-weight: normal;
}
#outerWrapper #contentWrapper #content h4 {
	color: #000099;
	font-family: "Verdana, Geneva, sans-serif", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-style: normal;
}
#outerWrapper #contentWrapper #content a:link {
	color: #AD1B1B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}
#outerWrapper #contentWrapper #content a:visited {
	color: #AD1B1B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}
#outerWrapper #contentWrapper #content a:hover {
	color: #AD1B1B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: underline;
}
#outerWrapper #contentWrapper #content a:active {
	color: #AD1B1B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}
#outerWrapper #footer {
	background-color: #ffffff; /* Sets the top border properties for an element using shorthand notation */
	color: #000;
	font-family: "Verdana, Geneva, sans-serif", sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding: 10px 10px 10px 10px;
	#container {
	/*widget_width*/width:800px;
	/*widget_height*/height:500px;
	/*frame_border_color*/border:1px solid #c8c8c8;
	text-align: center;
}
