@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.main-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sidelist {
	text-align: left;
	float: left;
	width: 160px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #5E7CA2;
	margin-right: 20px;
}


.oneColFixCtr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images-1/vert-bg.gif);
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 10px;
}
.top-bg {
	background-image: url(images-1/Top-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 27px;
	padding-right: 22px;
	padding-left: 10px;
	padding-bottom: 21px;
}
.1px-height-bg {
	background-image: url(images-1/body-main-bg.gif);
}
.mainbodybg {
	background-image: url(images-1/body-main-bg.gif);
	background-repeat: repeat;
}
.right-buttons {
	float: none;
	text-align: right;
}
.head-link {
}

#base-bg {
	background-image: url(images-1/Footer-bg.jpg);
	text-align: center;
	padding-top: 57px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
a:link {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	font-size:12pt;
}
a:hover {
	color:#66CC66;
	font-weight: bold;
	text-decoration: none;
	font-size:12pt;
}
a:visited {
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
	font-size:12pt;
}
#base-bg a:link {
	color: #000066;
	text-decoration: none;
}
#base-bg a:hover {
	color: #A7BE69;
	text-decoration: none;
}
#base-bg a:visited {
	color: #000066;
	text-decoration: none;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #356D97;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #98A956;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
}
.sem-shell {
	background-image: url(images-1/sem-bg-1.gif);
	text-align: left;
	width: 550px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 1px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

