@charset "UTF-8";
#container  {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
} 
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2E3192;
	text-decoration: none;
	background-color: #2E3192;
	height: 20px;
	width: 950px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navbar a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #7EBB27;
	text-decoration: none;
	text-align: center;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
	background-color: #FFD204;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2E3192;
	text-decoration: none;
	height: auto;
	padding-left: 20px;
	line-height: 25px;
	text-align: left;
}
#sidebar2 {
	float: right;
	height: auto;
	width: 740px;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2E3192;
	text-decoration: none;
	line-height: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
	height: 130px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#navbar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #7EBB27;
	text-decoration: none;
	text-align: center;
}
#navbar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFD204;
	text-decoration: none;
	text-align: center;
}
#navbar a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #7EBB27;
	text-decoration: none;
	text-align: center;
}
.page-title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #2E3192;
	text-decoration: none;
	padding-top: 5px;
}
#sidebar1 a:link {
	background-color: #FFD204;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2E3192;
	text-decoration: none;
	line-height: 25px;
	margin: 0px;
}
#sidebar1 a:visited {
	background-color: #FFD204;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2E3192;
	text-decoration: none;
	line-height: 25px;
	margin: 0px;
}
#sidebar1 a:hover {
	background-color: #FFD204;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #7EBB27;
	text-decoration: none;
	line-height: 25px;
	margin: 0px;
}
#sidebar1 a:active {
	background-color: #FFD204;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2E3192;
	text-decoration: none;
	line-height: 25px;
	margin: 0px;
}
#footer {
	background-color: #7EBB27;
	height: 44px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #2E3192;
	text-decoration: none;
}
#body-image {
	float: right;
	height: auto;
	width: 740px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #2E3192;
	text-decoration: none;
}
.sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2E3192;
	text-decoration: none;
	line-height: 25px;
	margin: 0px;
	text-align: left;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #7EBB27;
	text-decoration: none;
}
#sidebar2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #7EBB27;
	text-decoration: none;
}
#sidebar2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #7EBB27;
	text-decoration: none;
}
#sidebar2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #2E3192;
	text-decoration: none;
}
#sidebar2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #7EBB27;
	text-decoration: none;
}

