body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}
a {
	color: #044793;
}
.bannerbg {
	background-image: url(images/bannerbg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.search {
	font-weight: bold;
	text-decoration: none;
	margin: 10px;
	padding: 2px 5px;
	border: 1px solid #2399BC;
}
.search:hover {
	color: #0EB3D8;
}
.contentopbg {
	background-image: url(images/contentopbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.rightbg {
	background-image: url(images/rightbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.bottombar {
	font-size: x-small;
	color: #044793;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCD5E4;
	border-bottom-color: #CCD5E4;
}
.contentbotbg {
	background-image: url(images/contentbotbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCD5E4;
}
.menubg {
	background-image: url(images/menubg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.menulinks {
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
}
.menulinks:hover {
	color: #00AFD4;
}
.submenulinks {
	font-size: x-small;
	font-weight: bold;
	color: #00AFD4;
	text-decoration: none;
	padding-left: 8px;
}
.submenulinks:hover {
	color: #84D8EB;
}
h1 {
	font-size: 1.4em;
	color: #336699;
}
.bottomlinks {
	text-decoration: none;
	font-weight: bold;
}
.bottomlinks:hover {
	color: #00AFD4;
}
h2 {
	font-size: 100%;
	color: #336699;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #336699;
	letter-spacing: normal;
}


.pnomargin {
	margin-top: 0px;
}

.padleft {
	margin-left: 10px;
	border: 1px solid #044793;
}
.padright {
	margin-right: 10px;
	border: 1px solid #044793;
	margin-bottom: 10px;
}
.padleftnoborder {

	margin-left: 10px;
	border: 0px none #044793;
}
.padrightnoborder {

	margin-right: 10px;
	border: 0px none #044793;
}
