@charset "utf-8";

/* tag elements */
* {
margin:0;
padding:0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #a3a9b5 url(../images/canvastile_bg2.jpg) repeat-x left top;
	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 */
}
a {
	text-decoration: none;
}

hr {
	background: #C0C0C0;
	margin: 8px 0;
}
h1 {
	color: #FF0000;
}

h3 {
	margin-bottom: 6px;
}

p {
	margin-top: 5px;
}

a {
	text-decoration: none;
}

img, div, a, input { behavior: url(/style/iepngfix.htc) }

/* classes */

.Navigation {
	height: 20px;
	width: 700px;
	font: normal 14px/normal Verdana, Arial, Helvetica, sans-serif;
	margin:auto;
	background: center;
	padding-bottom: 8px;
	padding-top: 12px;
}
.Button{
	width: 100px;
	height: 20px;
	float: left;
	background: url(../images/btn_up.png) no-repeat center;
	color: #23314e;
	padding-top: 2px;
	font-weight:normal;
}

.Button:hover{
	background: url(../images/btn_dn.png) no-repeat center;
	font-weight:bold;
}
.active{
	width: 100px;
	height: 20px;
	float: left;
	background: url(../images/btn_dn.png) no-repeat center;
	color: #23314e;
	padding-top: 2px;
	font-weight:bold;
}

.box-main {
	width:680px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-bottom: 10px;
	clear:both;
}

.box-main a {
	color: #263451;
	text-decoration: none;
}

.box-main a:hover {
	text-decoration: underline;
}

.content-wrapper {
	position:relative;
	background:url(../images/side_left-bg.png) repeat-y left top;
	clear:both;
}

.center-content {
	background: url(../images/side_right-bg.png) repeat-y right top;
	margin: 0px;
	padding: 1px 20px;
}

.boxtop-right {
	width:50%;
	height:19px;
	background:url(../images/top-rt-bg.png) no-repeat right top;
	float: right;
	}
.boxtop-left {
	width:50%;
	height:19px;
	background:url(../images/top-lft-bg.png) no-repeat left top;
	float: left;
	}
.boxbtm-right {
	width:50%;
	height:26px;
	background:url(../images/btm-rt-bg.png) no-repeat right top;
	float: right;
	}
.boxbtm-left {
	width:50%;
	height:26px;
	background:url(../images/btm-lft-bg.png) no-repeat left top;
	float: left;
	}
	
.header {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content {
	background: #a3a9b5;
	margin: -2px;
	padding: 1px;
}
ul {
	text-align: left;
	list-style: url(../images/bullet.png) none outside;
}
li {
	padding-bottom: 5px;
	margin-left: 20px;
}
.title {
	padding-bottom: 8px;
	background-color: #D1D1D1;
	padding-top: 8px;
	margin-bottom: 5px;
}
.lhn-main {
	width:176px;
	float:left;
}

.lhn-main p {
	text-align:left;
	font-size:.8em;
}

.rhn-main {
	width:176px;
	float:right;
}

.rhn-main p {
	text-align:left;
	font-size:.8em;
}
.smalltext {
	font-size:0.8em;
	font-style:italic;
}
