body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #004881;
	background-image: url(../images/ba_site_bg2.png);
	background-repeat: repeat-x;
	background-position: center top;
}

/*XXXXXXXXXXXXXX  OUTER CONTAINER BACKGROUND DIVS   XXXXXXXXXXXXXXX*/

#header_bg_outer_container{
	/*background-image: url(../images/ctp_header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	height: 213px;
	width: 100%;
	position: relative;
	z-index: 10;
}


#content_outer_container{
	width: 981px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/ba_content_bg_repeat.png);
	background-repeat: repeat-y;
	background-position: center;
	z-index: 0;
}

#footer_bg_outer_container{
	/*background-image: url(../images/ctp_footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	height: 140px;
	width: 100%;
	position: relative;
}


/*XXXXXXXXXXXXXX  INNER CONTAINER DIVS   XXXXXXXXXXXXXXX*/

#header_inner_container{
	height: 213px;
	width: 981px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index:20;
}

#content_inner_container{
	width: 981px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/ba_content_top_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#content_table_container{
	width: 901px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#footer_inner_container{
	height: 143px;
	width: 981px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/ba_footer_bg.png);
	background-repeat: no-repeat;
}

/*XXXXXXXXXXXXXX  HEADER STYLING DIVS   XXXXXXXXXXXXXXX*/

.printonly {display:none;}

#header_topnav{
	height: 42px;
	width: 868px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	z-index: 100;
	left: 56px;
	top: 160px;
}

#header_section_nav_container{
	height: 37px;
	width: 547px;
	position: absolute;
	top: 211px;
	left: 397px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2d8327;
	z-index: 700;
}
#header_topbar{
	height: 45px;
	width: 981px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
}
#header_image_rotator{
	height: 122px;
	width: 621px;
	position: absolute;
	top: 28px;
	z-index: 7;
	left: 319px;
}
#header_logo_left{
	height: 120px;
	width: 320px;
	position: absolute;
	z-index: 8;
	left: 0px;
	top: 29px;
}
#header_navbar{
	height: 64px;
	width: 981px;
	position: absolute;
	z-index: 8;
	left: 0px;
	top: 149px;
	background-image:url(../images/ba_header_nav_bg.png);
	background-repeat:no-repeat;
}
#header_rightend{
	height: 120px;
	width: 42px;
	position: absolute;
	z-index: 8;
	left: 939px;
	top: 29px;
	background-image:url(../images/ba_header_right_bg.png);
	background-repeat:no-repeat;
}
#header_rotator_corner_left{
	height: 12px;
	width: 12px;
	position: absolute;
	z-index: 8;
	left: 320px;
	top: 137px;
	background-image:url(../images/ba_header_rotator_left_corner.png);
}
#header_rotator_corner_right{
	height: 12px;
	width: 12px;
	position: absolute;
	z-index: 8;
	left: 927px;
	top: 137px;
	background-image:url(../images/ba_header_rotator_right_corner.png);
}
#header_background{
	height: 213px;
	width: 981px;
	position: absolute;
	
}

.clearfloat {clear:both;}

/*  HEADER TOPPER NAVIGATION   XXXXXXXXXXXXXXX*/

#header_printer_button{
	height: 29px;
	width: 32px;
	position: absolute;
	top: 0px;
	margin: 0px;
	float: right;
	right: 42px;
	z-index: 12;
}
#header_top_navigation{
	height: 29px;
	width: 449px;
	position: absolute;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	float: right;
	right: 75px;
	z-index: 12;
}

#header_top_navigation a{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/ctp_header_top_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	float: right;
	height: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7fa3bf;
}

#header_top_navigation a:hover{
	color: #c7e5c5;
	text-decoration: underline;
	position: relative;
	display: inline;
}


#header_logo{
	height: 156px;
	width: 320px;
	position: absolute;
	top: 51px;
}



/*XXXXXXXXXXXXXX  CONTENT STYLING DIVS   XXXXXXXXXXXXXXX*/

#left_column_container{
	width: 249px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4f80a7;
	border-left-color: #4f80a7;
	background-color: #f7f7f7;
}

#left_column_inner_div{
	width: 249px;
	position: relative;
}

#featured_news{
	width: 249px;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c1c1c1;
	border-bottom-color: #c1c1c1;
	background-color: #e1e7ec;
}
#coming_events{
	width: 249px;
	position: relative;
}
#calendar_link{
	width: 249px;
	position: relative;
	height: 42px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c1c1c1;
	border-bottom-color: #c1c1c1;
}
#stats_link{
	width: 249px;
	position: relative;
	height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;
}
#newsletter_link{
	width: 249px;
	position: relative;
	height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;
}

#search_box{
	width: 249px;
	position: relative;
	height: 34px;
	background-image: url(../images/ba_sidelink_search_box.gif);
	background-repeat: no-repeat;
}
.search_box_go_button{
	width: 19px;
	position: absolute;
	height: 18px;
	left: 215px;
	top: 8px;
}
.search_bar_field {
	position: absolute;
	left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 6px 0px 0px 10px;
	border: 0;
	background: none;
	outline: none;
	font-size: 12px;
	color: #5e5e5f;
	width: 160px;
	top: 4px;
}

#sidenav_container{
	width: 219px;
	position: relative;
	background-color: #004981;
	padding: 15px 15px 30px;
}

#whats_new_container{
	width: 249px;
	position: relative;
}
#whats_new_inner_container{
	position: relative;
	background-image: url(../images/left_col_what_new_bg.gif);
	background-repeat: repeat-y;
	padding-top: 14px;
	padding-right: 24px;
	padding-left: 24px;
}

#events_container{
	width: 249px;
	position: relative;
}
#events_header{
	position: relative;
	padding-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #439a3c;
	text-align: center;
	padding-bottom: 9px;
	letter-spacing: -.05em;
}

/*  EVENTS CALENDAR LINK   XXXXXXXXXXXXXXX*/

#events_calendar_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #439a3c;
	display: block;
	text-decoration: underline;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 10px;
}

#events_calendar_link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #439a3c;
	display: block;
	text-decoration: none;
}

#events_calendar_link a:hover{
	color: #000000;
	text-decoration: underline;
}

/*  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#content_column_container{
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4f80a7;
	padding-top: 27px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}
#content_column_pages_container{
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4f80a7;
	padding-top: 27px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	height: 400px;
	background-color: #FFFFFF;
}
#content_column_container a {color:#fcffd4;}
#content_column_container a:hover {color:#E1E7EC;}

#content_column_container ul li, #content_column_pages_container ul li {list-style:disc;}
#content_column_container ol li, #content_column_pages_container ol li {list-style:decimal;}

/*XXXXXXXXXXXXXX  FOOTER STYLING DIVS   XXXXXXXXXXXXXXX*/

#footer_aurora_logo{
	height: 60px;
	width: 100px;
	position: absolute;
	left: 54px;
	top: 37px;
}

/*  FOOTER NAVIGATION   XXXXXXXXXXXXXXX*/

#footer_navigation{
	height: 24px;
	width: 408px;
	position: absolute;
	left: 166px;
	top: 53px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
}

#footer_navigation a{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	width: 100%;
	text-decoration: none;
}

#footer_navigation a:hover{
	color: #c7e5c5;
	text-decoration: underline;
	position: relative;
	display: inline;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#footer_carleton_copyright{
	height: 35px;
	width: 308px;
	position: absolute;
	left: 166px;
	top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#footer_ed_logo{
	height: 27px;
	width: 114px;
	position: absolute;
	top: 51px;
	right: 56px;
}

/*XXXXXXXXXXXXXX  MINI NEWS TEMPLATE STYLE   XXXXXXXXXXXXXXX*/
.mininews_title{
	text-align: left;
	padding: 7px 15px;
	border-collapse:collapse;
	background-color: #e1e7ec;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #013660;
}
.mininews_title a {
	color: #013660;
	text-decoration:none;
}
.mininews_wrapper {
	text-align:left;
	padding:10px 20px 10px 20px;
}

.mininews_item_title, .mininews_item_title a {
	color:#000000;
	font-weight: bold;
	padding-bottom: 6px;
	text-align:left;
	display:block;
	text-decoration:none;
}
.mininews_item {
	color:#3e3e3e;
	text-align:left;
	font-size:12px;
	line-height:15px;
}

.mininews_item a { text-decoration: none; color:#013660;}
.mininews_item a:hover { text-decoration: none; color: #000000; }
.mininews_date {
	color:#3e3e3e;
	text-align:right;
	font-size:11px;
	padding-top:5px;
	display:block
}

.ceTitle2 a {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #004881;
	background-color: #f7f7f7;
	padding: 7px 15px;
	display: block;
	text-decoration:none;
}

/*  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/* Profile System */

.profile_container
{
	font-family: arial;
	font-size: 11px;
	color:#005492;
}

.reporttable
{
	width: 600px;
	padding: 3px;
	border: 0px;
}

.reporttitle
{
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	line-height:20px;
}

.reportheading
{
	background-color:#005492;
	color: #eeeeff;
	font-weight: bold;
}

.reportfield
{
	width:450px;
	text-align: right;

}

.reportval
{
	width:100px;
	text-align: left;
}

.reportcentre
{
	width:100px;
	text-align: center;
	font-size: 12px;
}

.reportcategory
{
	background-color:#C2E2BB;
	color: #005492;
	font-weight: bold;
	text-align:center;

}

.reporteven
{
	background-color:#ffffff;
	color:#000000;
}

.reportodd
{
	background-color:#ffffff;
	color:#000000;
}

.reporttable
{
	width: 300px;
	padding: 0px;
	border: 0px;
}


.militarytable
{
	width: 300px;
	padding: 2px;
	border: 0px;
}




