@charset "utf-8";
#header-block {
	padding-top: 10px;
	padding-bottom: 10px;
	background:url(/images/bg_header1.jpg) repeat-x top;
}
#header-nav {
	float:right;
}
#main-courses {
	background: url(images/bg_courses.jpg) top right no-repeat;
}
#main {
	background: top left no-repeat;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	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;
}
body#article-body {
	text-align:left;
	background:transparent;
	padding:10px;
}
.oneColFixCtr #container {
	width: 966px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
img {
	border:0px;
}
.sidebar-l {
	float:left;
}
.sidebar-l img {
	margin:0px 0px 17px 0px;
}
.sidebar-r {
	float:right;
	margin-top:10px;
	margin-right:5px;
	color:#333333;
	width:170px;
	margin-left:10px;
}
.sidebar-r img {
	margin:6px 0px;
}
h1 {
	font-size: 22px;
	color: #067ab4;
	margin:10px auto 5px auto;
}

#footer {
	padding-top:10px;
	color:#666666;
}
.main-text-courses {
	margin-left:230px;
	margin-top:20px;
	width:340px;
}

.main-text {
	margin-left:10px;
	float: left;
	width:500px;
}
.butpnl-side img {
	margin-right: 5px;
}
.butpnl-side {
	text-align:left;
	background-repeat: no-repeat;
	width:145px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	padding: 9px 5px;
	margin-bottom: 3px;
	font-size:14px;
	text-transform: uppercase;
}
a.butpnl-side:hover {
	text-decoration:underline;
}
.butpnl-desc {
	font-size:10px;
}
.butpnl-side b {
	font-size:14px;
	text-transform:uppercase;
}

.butpnl {
	text-align:left;
	background-repeat: no-repeat;
	width:197px;
	height:92px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	padding:5px 105px 5px 9px;
}

.butpnl b {
	font-size:14px;
	text-transform:uppercase
}

#footer-nav {
	float:right;
}

#footer-nav a {
	color:#666666;
}

.side-panel {
	float:left;
	width:178px;
	color: #FFFFFF;
	padding: 5px;
	margin-top:12px;
}
form {
	margin:0px;
}
.small {
	font-size:9px;
	color:#000000;
}
.small a {
	text-decoration:none;
	color:#FFFFFF;
}
.bigBold {
	font-weight:bold;
	font-size:14px;
}

a {
	color:#067ab4;
}

.articles-table {
	border:1px solid #999999
}

#article-bottom {
	background-color:#CCCCCC;
}
