@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.0326%;
	padding-left: 1.4836%;
	padding-right: 1.4836%;
	clear: none;
	float: none;
}

#divHeader {
}

#divSidebar {
	width: 48.3146%;
}

#divFooter {
}

.zeroMargin_mobile {
	margin-left: 0;
}

.hide_mobile {
	display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

	.gridContainer {
		width: 91.4836%;
		padding-left: 0.7581%;
		padding-right: 0.7581%;
		clear: none;
		float: none;
		margin-left: auto;
	}

	#divHeader {
	}

	#divSidebar {
		width: 23.7569%;
	}

	#divFooter {
	}

	.hide_tablet {
		display: none;
	}

	.zeroMargin_tablet {
		margin-left: 0;
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	.gridContainer {
		width: 84.076%;
		max-width: 1232px;
		padding-left: 0.4619%;
		padding-right: 0.4619%;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}

	#divHeader {
	}

	#divSidebar {
		width: 15.7509%;
	}

	#divFooter {
	}

	.zeroMargin_desktop {
		margin-left: 0;
	}

	.hide_desktop {
		display: none;
	}

	.sidebar1 {
		float: left;
		height: 100%;
		width: 161px;
		background-color: #E6E5E7;
	}
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a img {
	border: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #4E5869;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.header {
	background-color: #FFFFFF;
}


.content {
	width: 80%;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}

ul.nav li {
	border-bottom: 1px solid #666;
}

ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background-color: #E6E5E7;
	color: #000;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #6F7D94;
	color: #FFF;
}

.footer {
	padding: 10px 0;
	background-color: #999999;
	position: relative;
	clear: both;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.text40White {
	font-size: 40px;
	color: #FFFFFF;
}

.text36 {
	font-size: 36px;
	color: #000000;
}

.text30White {
	font-size: 30px;
	color: #FFFFFF;
}

.text30 {
	font-size: 30px;
	color: #000000;
}

.text20 {
	font-size: 20px;
	color: #000000;
}

.text20White {
	font-size: 20px;
	color: #FFFFFF;
}

.text16White {
	font-size: 16px;
	color: #FFFFFF;
}

.text16 {
	font-size: 16px;
	color: #000000;
}

.text14 {
	font-size: 14px;
	color: #000000;
}

.text12 {
	font-size: 12px;
	color: #000000;
}

.red14 {
	font-size: 14px;
	color: #FF0000;
}

.text12H {
	font-size: 12px;
	font-weight: bold;
}

.topic {
	font-size: 18px;
	font-weight: bold;
	color: #131B71;
}

.topic16 {
	font-size: 16px;
	font-weight: bold;
	color: #131B71;
}

.topic14 {
	font-size: 14px;
	font-weight: bold;
	color: #131B71;
}
