@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

a:link {
	background:transparent;
	color:#009EDC;
	text-decoration:none
}
a:visited {
	background:transparent;
	color:#009EDC;
	text-decoration:none
}
a:hover {
	background:transparent;
	color:#66676A;
	text-decoration:underline
}

a img {
	border-width: 0px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 138px;
	background-repeat: no-repeat;
	background-image: url(/assets/images/template2.0_01.jpg);
	text-align: center;
	overflow: hidden;
}

#body1 {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background-repeat: repeat;
	background-image: url(/assets/images/template2.0_02.jpg);
	text-align: center;
	overflow: hidden;
}

#contentleft {
	float: left;
	text-align: left;
	padding-left: 40px;
	width: 466px;
}

#sidebarright {
	float: right;
	text-align: left;
	padding-right: 54px;
	width: 144px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 48px;
	background-repeat:  no-repeat;
	background-image: url(/assets/images/template2.0_03.jpg);
	text-align: center;
	overflow: hidden;
}

.pagetitle {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}

.sectiontitle {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 14px;
}

.bartitle {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 4px;
}

.bartext {
	font-size: 11px;
	padding-bottom: 16px;
}

.baritalindent {
	font-size: 9px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-style: italic;
}