@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/pageBgd.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.leftcolumn {
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BECBFC;
}
.leftcolumn a {
	width: 180px;
	border: 1px solid #88A3FF;
	margin-bottom: 3px;
	text-decoration: none;
	color: #002BC8;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	display: block;
}
.leftcolumn a:hover {
	color: #F3F3F3;
	text-decoration: none;
	background-color: #032BC8;
}
.leftcolumn a:active {
	color: #F3F3F3;
	text-decoration: none;
	background-color: #032BC8;
}
.footerbar {
	background-image: url(../images/menubgd.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-size: 11px;
	color: #F3F3F3;
	text-align: center;
}
h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: #183FE2;
	padding-top: 10px;
}
hr {
	font-size: 1px;
	color: #072FCD;
}
.bluebox {
	background-color: #F0F3FF;
	padding: 5px;
	border: 1px solid #0933D2;
}

.borders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BECBFC;
	border-left-color: #BECBFC;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.borders h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #0033CC;
	margin: 0px;
	padding: 3px;
}

.borders li {
	list-style-image: url(../images/list.gif);
	font-size: 1em;
	padding-bottom: 8px;
	line-height: 16px;
}
.skeleton {
	float: right;
	margin-bottom: 30px;
	margin-left: 15px;
}

