body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url(../images/astra+BG.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #FFF;
}
table {
	border-collapse: collapse;
}
tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 18px;
	color: #333333;
	vertical-align: top;
	padding-bottom: 10px;
}
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333;
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.0em;
}
h4, h5 {
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 0.85em;
}
p.smaller {
	font-size: 0.75em;
}
a, a:visited {
	text-decoration: none;
	color: #5EB853;
}
a:hover {
	text-decoration: underline;
}
a:visited {
}
ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 2px;
}
li, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
	background-image: url(../images/astra_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 18px;
	padding-bottom: 3px;
}
ul.err li {
	font-size: 0.75em;
	color: red;
	background: none;
	padding-left: 0px;
}
strong {
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
hr {
	border: 0;
	padding: 0px;
	margin: 0px;
	height: 1px;
	background-color: #ccc;
}
input[type=text],
input[type=password],
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 0.6875em;*/
	font-size: 0.85em;
	height: 19px;
	border: solid 1px #ccc;
	padding-top: 6px;
	padding-left: 3px;
	padding-right: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 1.0s linear;
	-moz-transition: all 1.0s linear;
	-o-transition: all 1.0s linear;
	transition: all 1.0s linear;
	clear: right;
	color: #888a7a;
}
select {
	height: 24px;
	width: auto;
	color: #888a7a;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
}
option {
	color: #888a7a;
}
input[type=text]:hover,
input[type=password]:hover,
select:hover,
textarea:hover {
	border-color: #666;
}
input[type=text]:focus, 
input[type=password]:focus, 
select:focus,
textarea:focus {
	border-color: #39b2e5;
	-webkit-box-shadow: #b5dff1 0 0 5px;
	-moz-box-shadow: #b5dff1 0 0 5px;
	-o-box-shadow: #b5dff1 0 0 5px;
	box-shadow: #b5dff1 0 0 5px;
}
.submit {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.dropShad {
	background-image: url(../images/rrpt_dropShad.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	top: 8px;
	left: 8px;
	float: left;
	margin-bottom: 20px;
}
.rounded {
	background-image: url(../images/rrpt_dropShad2.png);
}
.innerDropShad {
	position: relative;
	left: -8px;
	top: -8px;
	float: left;
}
#wrap {
	text-align: left;
	float: left;
	width: 100%;
}
.fullWidth {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
}
#top {
	height: 80px;
	background-image: url(../images/astra_top.png);
	background-repeat: no-repeat;
	background-position: 13px 0px;
}
#innerWrap {
	height: 100%;
	background-image: url(../images/astra_pageBG.png);
	background-repeat: repeat-y;
	background-position: 13px 0px;
	position: relative;
}
#bottom {
	height: 80px;
	background-image: url(../images/astra_bottom.png);
	background-repeat: no-repeat;
	background-position: 13px 0px;
}
#banner {
	width: 920px;
	height: 123px;
	position: relative;
	top: -40px;
	left: 0px;
}
#banner .banLt {
	float: left;
}
#banner .banLt .logo {
}
#banner .banRt {
	float: right;
	text-align: right;
	padding-top: 10px;
	width: 500px;
}
#banner .banRt img {
	float: right;
	margin-left: 10px;
}
#banner .banRt img.contact {
	float: right;
	margin-left: 20px;
}
#headBar {
	clear: both;
	background-image: url(../images/astra_headbar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 1020px;
	margin-left: -40px;
	margin-bottom: -10px;
	position: relative;
	top: -20px;
}
#headBar ul#nbH {
	float: none;
	text-align: left;
	margin: 0px;
	margin-left: 60px;
	padding: 0px;
	height: 40px;
}
#headBar #nbH li {
	display: inline;
	float: left;
	background-image: none;
}
#headBar #nbH a,
#headBar #nbH a:visited {
	text-decoration: none;
	display: block;
	font-size: 14px;
	line-height: 40px;
	padding-right: 15px;
	color: #FFF;
}
#headBar #nbH a:hover {
	color: #CCC;
}
#headBar #nbH a.active {
	font-weight: bold;
}
#headBar #nbH li .nbHSub {
	display: none;
}
#colWrap {
	position: relative;
	clear: both;
	width: 920px;
}
#rightBar {
	float: right;
	width: 213px;
	margin-left: 20px;
}
#contact #rightBar {
	position: absolute;
	top: 0px;
	right: 0px;
}
#leftBar {
	float: left;
	width: 215px;
/*	margin-left: -686px;*/
	margin-left: -921px;
}
#leftBar .box,
#rightBar .box {
	border: solid 1px #ccc;
	width: 185px;
	height: 90px;
	position: relative;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#rightBar .box .img,
#leftBar .box .img {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 0;
}
#rightBar .box h2,
#rightBar .box p,
#leftBar .box h2,
#leftBar .box p {
	position: relative;
	z-index: 100;
	margin-bottom: 5px;
	padding: 0px;
}
#rightBar .box h2,
#leftBar .box h2 {
	color: #600000;
	font-size: 0.9em;
	font-weight: bold;
}
#rightBar .box p,
#leftBar .box p {
	font-size: 12px;
	line-height: 14px;
	background-image: url(../images/astra_bullet.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-left: 15px;
}
/*
#rightBar .box ul,
#leftBar .box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#rightBar .box li,
#leftBar .box li {
	font-size: 12px;
	color: #20303F;
	margin-left: 10px;
	background-image: url(../images/astra_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	padding-left: 15px;
	margin: 0px;
}
*/
#rightBar .box a,
#leftBar .box a {
	position: relative;
}
#rightBar .box a.more,
#leftBar .box a.more {
	position: absolute;
	left: 15px;
	bottom: 10px;
	color: #000;
	font-weight: bold;
	font-size: 0.8em;
/*	width: 41px;
	height: 10px;
	text-indent: -9999px;
	background-image: url(../images/astra_more.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	z-index: 200;
}
#rightBar .box a.more:hover,
#leftBar .box a.more:hover {
	background-position: 0px -13px;
}
.masthead {
	background-image: url(../images/astra_masthead.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 240px;
	width: 920px;	
	float: left;
	position: relative;
	position: relative;
	top: -10px;
	margin-bottom: 10px;
}
.masthead a.latest {
	background-image: url(../images/astra_latest_news.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 154px;
	width: 154px;
	display: block;
	position: absolute;
	top: -20px;
	left: 830px;
	z-index: 100;
	text-indent: -9999px;
}
.masthead a.latest:hover {
	background-position: 0px -166px;
}
.masthead a.view_list {
	background-image: url(../images/view_courses.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 185px;
	display: block;
	text-indent: -9999px;
	position: relative;
	top: 190px;
	left: 20px;
}
.masthead a.view_list:hover {
	background-position: 0px -35px;
}
.masthead_sub {
	height: 100px;
	width: 920px;	
	float: left;
	position: relative;
	top: -10px;
	margin-bottom: 10px;
}
#scroller {
	background-image: url(../images/grad_top.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 685px;
	border: 1px solid #CCC;
	clear: both;
/*	margin-left: 235px;*/
	margin-bottom: 20px;
	float: left;
}
#scrolling_bit {
	height: 180px;
	border-bottom: 1px solid #CCC;
	padding: 5px;
}
#scrolling_bit h1 {
	font-size: 1.1em;
	margin-bottom: 5px;
}
#scrolling_bit li {
	height: 150px;
	background-image: none;
	padding-left: 0px;
}
#scrolling_bit li h1,
#scrolling_bit li h2,
#scrolling_bit li h3,
#scrolling_bit li h4,
#scrolling_bit li h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}
#scrolling_bit li p {
	font-size: 0.9em;
	margin-bottom: 3px;
}
#scrolling_bit li a {
	color: #333;
}
.scroller_foot {
	margin: 5px;
	background-image: url(../images/grad_top_green.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #F1F8F0;
	min-height: 60px;
	float: left;
	width: 675px;
}
.scroller_foot p {
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 1.4em;
}
.scroller_foot a img {
	width: 127px;
	height: 49px;
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: -5px;
}
#content {
	float: left;
	width: 685px;
	margin-left: 235px;
}
.contInner {
	float: left;
	width: 450px;
}
#content h1 {
	clear: both;
}
#footBar {
	width: 900px;
	clear: both;
	position: relative;
	top: 40px;
}
#footBar .acredits {
	float: right;
	height: 56px;
	position: relative;
}
#footBar .acredits img {
	margin-right: 5px;
}
#footBar .acredits img.ipaf {
	position: relative;
	top: -7px;
}
#footer {
	color: #333;
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
	top: -10px;
	font-size: 0.72em;
}
#footer a:visited,
#footer a {
	color: #333;
}
#footer a:hover {
	color: #666;
}
#footer #footLt {
	float: left;
	text-align: left;
}
#footer #footRt {
	float: right;
	text-align: right;
}
#contFrm {
	width: 420px;
	float: left;
}
#contFrm .label {
	clear: left;
	float: left;
	width: 80px;
	margin-right: 15px;
	margin-top: 5px;
}
#contFrm .field {
	clear: right;
}
#contFrm input.invalid {
	background-color: #FF9;
	border: 2px red inset;
}
#contFrm textarea.invalid {
	background-color: #FF9;
	border: 2px red inset;
}
#contFrm label.invalid {
	color: #F00;
	font-weight: bold;
}
#contFrm #name,
#contFrm #comp,
#contFrm #email,
#contFrm #tel,
#contFrm #query {
	width: 300px;
}
#contFrm #query {
	height: 80px;
}
#contFrm #captcha {
	width: 100px;
}
#captchaImg {
	position: relative;
	margin-left: 5px;
	top: 5px;
	margin-right: 23px;
}
#contFrm .submit {
	background-image: url(../images/send.gif);
	height: 50px;
	width: 114px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contFrm .submit:hover {
	background-position: 0px -55px;
}
#contFrm #maillist {
	margin-top: 10px;
	margin-bottom: 15px;
}
#reqhead {
	color: green;
	clear: both;
}
.boxLeft {
	clear: both;
}
.textRedBold {
	font-weight: bold;
	color: #FF0000;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	clear: both;
}
.clear {
	min-height: 1px;
}
.noCSS {
	display: none;
}
.newsection .blogEntry {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #ccc;
}
.newsection .blogEntry h2.newsHeader {
	color: #069;
	font-size: 18px;
	margin-bottom: 0px;
}
.newsection .blogEntry h1,
.newsection .blogEntry h2,
.newsection .blogEntry h3 {
	color: #333;
	margin-bottom: 3px;
	font-weight: bold;
}
.newsection .blogEntry h1 {
	font-size: 16px;
}
.newsection .blogEntry h2 {
	font-size: 14px;
}
.newsection .blogEntry h3 {
	font-size: 12px;
}
